aboutsummaryrefslogtreecommitdiff
path: root/abi-compliance-checker.pl
AgeCommit message (Expand)Author
2017-02-09Enable use by build system.android-o-preview-1o-previewJayant Chowdhary
2016-10-20Partial support for GCC 6. Fixed source-compatibility reports. Improved suppo...Andrey Ponomarenko
2016-10-07Released 1.99.25Andrey Ponomarenko
2016-10-06Added -test-abi-dumper option. Do not list a symbol as removed in the source-...Andrey Ponomarenko
2016-10-04Released 1.99.24Andrey Ponomarenko
2016-09-29Fixed syntax error.Andrey Ponomarenko
2016-09-27Added -disable-constants-check, -skip-added-constants and -skip-removed-const...Andrey Ponomarenko
2016-09-07Improved a module to compare operating systems. Added -mingw-compatible and -...Andrey Ponomarenko
2016-08-31Renamed CPU Type column to Arch in the report.Andrey Ponomarenko
2016-08-20Support for Clang.Andrey Ponomarenko
2016-08-19Support for ABI dumps v3.3. Added -skip-typedef-uncover option. Do not show G...Andrey Ponomarenko
2016-08-11Added -disable-quick-empty-report option. Improved generation of quick empty ...Andrey Ponomarenko
2016-07-26Fixed lists of affected symbols in the XML-format report.Andrey Ponomarenko
2016-07-04Released 1.99.22Andrey Ponomarenko
2016-07-02Added -old-style option.Andrey Ponomarenko
2016-06-26Fix typo in infoSangwoo Lee
2016-06-21Improved style of the report. Fixed handling of patterns in -skip-* options. ...Andrey Ponomarenko
2016-05-20Up to 4 times faster on big libraries. Highlight the numbers of high/medium/l...Andrey Ponomarenko
2016-05-14Use regular expressions instead of wildcards in -skip-* options.Andrey Ponomarenko
2016-05-06Improved support for OS X. Fixed identifying of non-public structure fields i...Andrey Ponomarenko
2016-04-18Removed obsolete descriptors.Andrey Ponomarenko
2016-04-18Support for GCC 5.1Andrey Ponomarenko
2016-04-03Fixed comparison of qualifiers in parameter data types. Fixed problem descrip...Andrey Ponomarenko
2016-02-27Improved performance on big libraries/linux kernel (up to 20 times faster).Andrey Ponomarenko
2016-02-21Verify changes in parameters of function pointers. Fixed comparison of virtua...Andrey Ponomarenko
2016-01-28Merge pull request #32 from ellert/hurdAndrey V. Ponomarenko
2016-01-28Do not check private part of the ABI. Fixed counting of checked data types.Andrey Ponomarenko
2015-12-19Reenable GNU/Hurd supportMattias Ellert
2015-12-11Bump version to 1.99.15Andrey Ponomarenko
2015-12-11Fixed false positives in the report if input ABI dumps contain __unknown__ ty...Andrey Ponomarenko
2015-11-12Fixed support for old ABI dumps (formatting of data types).Andrey Ponomarenko
2015-11-11Fixed hang on some template instances.Andrey Ponomarenko
2015-11-01Added -skip-types option. Fixed formatting of symbol signatures. Fixed checks...Andrey Ponomarenko
2015-10-16Fixed method signatures in the report (C++).Andrey Ponomarenko
2015-10-15Check public symbols only when comparing public ABI dumps.Andrey Ponomarenko
2015-10-13Added -skip-internal-types option. Fixed Makefile. Fixed Type_Became_Opaque, ...Andrey Ponomarenko
2015-09-20Fixed title of the report. Print warning if version number is not set in the ...Andrey Ponomarenko
2015-09-12Fixed Removed_Field_And_Layout rule. Fixed -skip-symbols option.Andrey Ponomarenko
2015-09-08Released 1.99.10Andrey Ponomarenko
2015-09-04Improved style of the report.Andrey Ponomarenko
2015-09-01Allow to check for source-compatibility in the -cmp-systems mode by specifyin...Andrey Ponomarenko
2015-08-28Limit number of checked types if -headers-list option is specified. Carefully...Andrey Ponomarenko
2015-08-26Take -relpath option into account in the SysCheck.pmAndrey Ponomarenko
2015-08-26Removed obsolete code. Fixed syntax errors. Fixed cross-platform issues.Andrey Ponomarenko
2015-08-25Fixed cross-platform issues.Andrey Ponomarenko
2015-08-21Set LANG=en_US.UTF-8 for objdump. Fixed style of the report.Andrey Ponomarenko
2015-08-14Fixed number of checked headers in the report summary. Removed support for ol...Andrey Ponomarenko
2015-08-14Fixed checks of base classes. Fixed -headers-list and -skip-symbols options. ...Andrey Ponomarenko
2015-08-13Removed -d option (you can find descriptor example in the documentation). Ren...Andrey Ponomarenko
2015-08-11Added -types-list option. Fixed detection of DataType_Size_And_Stack rule. Li...Andrey Ponomarenko