Bug 24731 - Wrongly reporting union members order change
[platform/upstream/libabigail.git] / include / abg-comparison.h
2019-06-26 Dodji SeketeliBug 24731 - Wrongly reporting union members order change
2019-04-16 Matthias Maennich... add missing virtual destructors
2019-01-25 Dodji SeketeliBetter comments in the comparison engine
2019-01-25 Dodji SeketeliBug 20175 - Classify CV qual changes in variable type...
2019-01-07 Dodji SeketeliUpdate copyright for 2019
2018-10-16 Dodji SeketeliBetter support array with unknown upper bound
2018-10-03 Dodji SeketeliBug 23708 - categorize void* to pointer change as harmless
2018-10-02 Dodji SeketeliCategorize CV qualifier changes on fn return types...
2018-10-01 Dodji SeketeliFix propagation of private type suppression category
2018-06-28 Dodji SeketeliFilter out changes like type to const type
2018-06-28 Dodji SeketeliFix redundancy detection through fn ptr and typedef...
2018-05-24 Dodji SeketeliBetter detect when diff nodes only carry local type...
2018-05-14 Dodji SeketeliSort the output of the leaf reporter
2018-05-14 Dodji SeketeliInitial support of anonymous data members
2018-04-30 Dodji SeketeliRepresent sizes and offsets in bytes and hexadecimal...
2018-04-13 Dodji SeketeliOverhaul of the report diff stats summary
2018-01-18 Dodji SeketeliSkip class types with changed names in leaf reports
2018-01-08 Dodji SeketeliUpdate copyright notice for all source files
2017-10-08 Dodji SeketeliInitial implementation of a --leaf-changes-only option...
2017-10-06 Dodji SeketeliAllow several kinds of reports to be emitted
2017-10-06 Dodji SeketeliAdd missing comment to type declaration
2017-07-03 Dodji SeketeliFilter top cv qualifier changes on function parameter...
2017-07-03 Dodji SeketeliAllow selective resolution of class declaration
2017-07-03 Dodji SeketeliSupport loading and comparing two kernel trees
2017-06-02 Ben WoodardFix some clang compile problems
2017-05-10 Dodji SeketeliDon't consider changes to basic types as being redundant
2017-05-10 Dodji SeketeliRename fn_parm_diff::get_type_diff into fn_parm_diff...
2017-01-20 Dodji SeketeliFix suppression category propagation in diff node graph
2016-12-02 Dodji SeketeliBug 20887 - Show relative change of offsets
2016-11-22 Dodji SeketeliSupport union types
2016-05-22 Dodji SeketeliPlug leak of diffs of member variables of class type
2016-05-22 Dodji SeketeliPlug leak of shared private data of class_diff type
2016-05-08 Dodji SeketeliSplit suppression engine off of abg-comparison.{cc,h}
2016-05-08 Dodji SeketeliUpdate copyright year on abg-comparison.h
2016-04-27 Dodji SeketeliBug 20015 - support file_name_not_regexp and soname_not...
2016-02-10 Dodji SeketeliBug 19596 - Incorrect exit status for incompatible...
2015-12-15 Ondrej OpralaAdd the option of printing the file, line and column...
2015-09-30 Ondrej OpralaBug 17340 - Support pointers and references to functions
2015-09-16 Dodji SeketeliSupport source_location_not_in and source_location_not_...
2015-08-06 Dodji SeketeliUpdate diff stats when added symbols are removed from...
2015-08-01 Dodji SeketeliMake applying supp specs through pointer access look...
2015-07-21 Dodji SeketeliAdd a new corpus_diff::has_net_changes() entry point
2015-07-19 Dodji SeketeliSupport file_name_regexp and soname_regexp in supp...
2015-07-09 Dodji SeketeliFactorize incompatible and subtype changes detection
2015-07-02 Dodji SeketeliSupport filtering out just one alias of a function
2015-06-24 Dodji SeketeliApply suppression specifications to added and removed...
2015-06-04 Dodji SeketeliVarious white space cleanups
2015-06-04 Dodji SeketeliSupport new 'accessed_through' suppression property
2015-06-03 Dodji SeketeliFix redundancy marking for change of types used directly
2015-05-24 Dodji SeketeliSupport specifying data member insertion in suppressions
2015-05-05 Dodji SeketeliBug 18342 - Segmentation fault while comparing function...
2015-04-03 Dodji SeketeliAdd support for abicompat weak mode
2015-03-18 Dodji SeketeliFix redundancy propagation on node with filtered local...
2015-02-21 Dodji SeketeliBug 17649 Avoid endless looping on diff graph with...
2015-02-05 Dodji SeketeliRename diff::length() into diff::has_changes()
2015-01-27 Dodji SeketeliAdd a method to diff_context to dump a diff tree to...
2015-01-27 Dodji SeketeliKeep children nodes of class_diff and scope_diff sorted
2015-01-26 Dodji SeketeliFix chaining of descendant node of qualified type diff...
2015-01-24 Dodji SeketeliRecognize cyclic diff tree nodes as being redundant
2015-01-09 Dodji SeketeliSort functions & variables diff nodes in the diff tree
2015-01-07 Dodji SeketeliUpdate copyright years
2015-01-07 Dodji SeketeliDetect and report changes in ELF architecture
2014-12-28 Dodji SeketeliAdd a --dump-diff-tree to abidiff for debugging purposes
2014-12-26 Dodji SeketeliDo not mark sibling structurally identical nodes as...
2014-12-26 Dodji SeketeliUn-share diff nodes in the comparison IR
2014-12-18 Sinny KumariAdd new methods in corpus_diff class
2014-12-15 Sinny KumariAdd new corpus_diff::added_variables() method
2014-12-10 Dodji SeketeliMake determining of compatible types complete
2014-12-08 Dodji SeketeliWire the soname check into abicompat
2014-12-07 Dodji SeketeliSupport reading and comparing soname from ELF files
2014-12-05 Dodji SeketeliInitial implementation of the abicompat tool
2014-11-01 Dodji SeketeliFix an apidoc typo
2014-11-01 Dodji SeketeliInitial support for variable suppressions
2014-11-01 Dodji SeketeliMake var_diff and function_decl_diff extend decl_diff_base
2014-11-01 Dodji SeketeliRemove useless functions from the comparison engine
2014-11-01 Dodji SeketeliFix various apidoc typos
2014-10-28 Dodji SeketeliInitial support for function suppressions
2014-10-28 Dodji SeketeliAdd missing virtual destructor in comparison engine...
2014-10-22 Dodji SeketeliSupport comparing symbols not referenced by debug info
2014-10-13 Dodji SeketeliGain ability know if a diff node has local changes
2014-10-13 Dodji SeketeliReplace is_typedef by type_kind property in type suppre...
2014-10-13 Dodji SeketeliInitial support for type suppressions
2014-10-13 Dodji SeketeliMake all type diff types extend new type_diff_base...
2014-10-10 Dodji SeketeliSort diff reports about function parameters by their...
2014-10-10 Dodji SeketeliImplement generic diff tree walking and port categoriza...
2014-09-19 Dodji SeketeliPimplify abigail::comparison::diff type
2014-09-19 Dodji SeketeliFix a comment in abg-comparison.h
2014-09-16 Dodji SeketeliEmit reports about not-yet categorized diff nodes
2014-09-16 Dodji SeketeliBetter support for inline related diffs
2014-09-16 Dodji SeketeliBetter support for enum diffs
2014-09-03 Dodji SeketeliSort reported changed data members by increasing offset
2014-08-22 Dodji SeketeliA builtin type name change is not harmless - fix that
2014-08-22 Ondrej OpralaSupport C and C++ array type.
2014-06-23 Dodji SeketeliAvoid reporting diff nodes that have already been reported
2014-06-23 Dodji SeketeliUpdate copyright notice for a bunch of files
2014-05-29 Dodji SeketeliEnsure added/removed member functions have their symbol...
2014-05-12 Dodji SeketeliInitial support for elf symbol (versionning) during...
2014-04-17 Dodji SeketeliCategorize base class changes as SIZE_OR_OFFSET_CHANGE_...
2014-04-17 Dodji SeketeliFile static data member changes in STATIC_DATA_MEMBER_C...
2014-04-17 Dodji SeketeliFix typo in comments
next