Bug 24731 - Wrongly reporting union members order change
[platform/upstream/libabigail.git] / tests / test-diff-filter.cc
2019-06-26 Dodji SeketeliBug 24731 - Wrongly reporting union members order change
2019-04-10 Dodji SeketeliBug 24430 - Fold away const for array types
2019-01-09 Dodji SeketeliBug 23044 - Assertions with side effects
2019-01-07 Dodji SeketeliUpdate copyright for 2019
2018-10-03 Dodji SeketeliBug 23708 - categorize void* to pointer change as harmless
2018-05-24 Dodji SeketeliBetter detect when diff nodes only carry local type...
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 SeketeliDo not show decl-only-to-def changes in the leaf reporter
2018-01-08 Dodji SeketeliUpdate copyright notice for all source files
2017-10-08 Dodji SeketeliInitial implementation of a --leaf-changes-only option...
2017-07-03 Dodji SeketeliSymbols with the same zero value are not aliases
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 SeketeliAvoid de-duplicating different C types that have identi...
2017-05-10 Dodji SeketeliDon't consider changes to basic types as being redundant
2017-01-05 Ondrej OpralaBug 18754 - Add the "--no-added-syms" option to abidiff
2016-07-07 Dodji SeketeliBetter recognize qualified void type
2016-07-05 Dodji SeketeliBug 20194 - Fail to recognize void type represented...
2016-05-30 Dodji SeketeliBug 20180 - Support system-wide suppression specifications
2016-03-30 Dodji SeketeliBug 19885 - Cannot associates a function DIE to a symbo...
2016-02-10 Dodji SeketeliUse proper WIFEXITED and WEXITSTATUS macros to get...
2016-01-18 Dodji SeketeliUse worker threads pattern to speed up some tests
2015-12-15 Ondrej OpralaAdd the option of printing the file, line and column...
2015-09-24 Dodji SeketeliBug 18535 - abidiff reports false positive ABI differen...
2015-09-02 Dodji SeketeliBug 18904 - Fix support for C++ rvalue references
2015-06-03 Dodji SeketeliFix redundancy marking for change of types used directly
2015-04-10 Dodji SeketeliMake abidiff and abicompat return meaningful exit codes
2015-03-18 Dodji SeketeliFix redundancy propagation on node with filtered local...
2015-03-13 Dodji SeketeliFix redundancy categorization propagation
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-08 Dodji SeketeliExpose a new libabigail::tools_utils namespace
2015-01-07 Dodji SeketeliUpdate copyright years
2014-12-12 Dodji SeketeliExtend detection of compatible types to arrays
2014-12-10 Dodji SeketeliTemporarily disable redundant diff report elimination
2014-12-10 Dodji SeketeliMake determining of compatible types complete
2014-09-26 Dodji SeketeliRename bi* tools to abi* tools
2014-09-16 Dodji SeketeliBetter support for inline related diffs
2014-09-16 Dodji SeketeliBetter support for enum diffs
2014-09-03 Dodji SeketeliDo not filter out diff nodes that are only in NOT_REDUN...
2014-08-28 Dodji SeketeliDuring redundancy marking start with the current node...
2014-08-27 Dodji SeketeliIn bidiff, change --no-linkage-names to --no-linkage...
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-30 Dodji SeketeliMake bidiff filter output and display symbol names...
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-13 Dodji SeketeliFilter non-virtual member fns insertions/deletions...
2014-04-11 Dodji SeketeliRepresent a removed+added data member at a given offset...
2014-04-06 Dodji SeketeliAdd a new DECL_NAME_CHANGE_CATEGORY change category
2014-04-05 Dodji SeketeliCategorize through compatible distinct type diffs
2014-04-04 Dodji SeketeliDo not hook type diff nodes to a parent
2014-04-02 Dodji SeketeliAdd a COMPATIBLE_TYPE_CHANGE_CATEGORY to bidiff --no...
2014-04-01 Dodji SeketeliDon't emit local filtered-out changes
2014-03-31 Dodji SeketeliFix thinko class_diff traversing.
2014-03-29 Dodji SeketeliTake filtering in account in diff stats & better catego...