Support the "name_not_regexp" property in the [suppress_type] section
[platform/upstream/libabigail.git] / src / abg-suppression.cc
2019-09-30 Dodji SeketeliSupport the "name_not_regexp" property in the [suppress...
2019-07-09 Matthias MaennichAdd compatibility layer for C++11 mode
2019-01-31 Dodji SeketeliBug 24139 - Support suppressing some enumerator changes
2019-01-09 Dodji SeketeliBug 23044 - Assertions with side effects
2019-01-07 Dodji SeketeliUpdate copyright for 2019
2018-10-03 Dodji SeketeliMisc comment fix
2018-10-01 Dodji SeketeliFix propagation of private type suppression category
2018-09-21 Dodji SeketeliPR23641 - Type definition DIE matched by a supprspec...
2018-06-28 Dodji SeketeliMisc style adjustements
2018-06-28 Dodji SeketeliInitial basic support of union type in suppression...
2018-01-08 Dodji SeketeliUpdate copyright notice for all source files
2017-10-08 Dodji SeketeliInitial implementation of a --leaf-changes-only option...
2017-06-02 Ben WoodardFix more clang build warnings
2017-04-14 Ondrej Opralacppcheck: mitigate performance warnings
2017-01-18 Dodji SeketeliFix some include logic in abg-suppression.cc
2017-01-06 Dodji SeketeliSupport Linux Kernel ABI whitelist files
2016-12-12 Ondrej OpralaFix a few remarks made by cppcheck
2016-11-22 Dodji SeketeliSupport union types
2016-11-10 Dodji SeketeliRename config::property_vector into config::properties_type
2016-09-21 Dodji SeketeliDrop suppressed ABI artifacts from the IR
2016-07-27 Dodji SeketeliControl symbols exported from libabigail.so
2016-05-24 Dodji SeketeliMake abi{pkg}diff filter out changes about private...
2016-05-22 Dodji SeketeliLight optimizations by passing reference to smart point...
2016-05-22 Dodji SeketeliAvoid unnecessary computation of type name in suppressi...
2016-05-22 Dodji SeketeliPlug leak of regex_t in suppression engine
2016-05-08 Dodji SeketeliImplement a [suppress_file] suppression directive
2016-05-08 Dodji SeketeliSplit suppression engine off of abg-comparison.{cc,h}