You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abi-compliance-checker/ChangeLog

18 lines
690 B

This is a bug-fix release with a few new features.
Improvements
* Optimized performance and memory usage (up to 90%) on input objects with a
huge number of changes and deep data type trees (e.g. Linux kernel)
* Partial support for GCC 4.8.{0-1}, waiting for a fix for the bug 57850 in the
next GCC versions
* Support for incomplete ABI dumps
New Options
* -affected-limit
Bug Fixes
* Fixed identification of template constructors and destructors
* Do not show "this" first argument of methods in the report
* Corrected descriptions of affected symbols in the report
* Fixed false alarms on changed offset of parameters
* Do not hang on class A<N>:public A<N-1>
Other
* Code refactoring