parent
1e9be2f026
commit
d410450d8d
@ -1,20 +1,47 @@
|
|||||||
This is a bug-fix release with a few new features.
|
Version 1.99.19 (April 18, 2016)
|
||||||
Improvements
|
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)
|
Support for GCC 5.1
|
||||||
* Partial support for GCC 4.8.{0-1}, waiting for a fix for the bug 57850 in the
|
Misc
|
||||||
next GCC versions
|
Separated LICENSE file
|
||||||
* Support for incomplete ABI dumps
|
Removed obsolete descriptors from the package
|
||||||
|
Updated docs
|
||||||
|
|
||||||
|
Version 1.99.18 (April 03, 2016)
|
||||||
|
Bug Fixes
|
||||||
|
Fixed comparison of qualifiers in parameter data types
|
||||||
|
Fixed problem descriptions in the report
|
||||||
|
Reduced size of the report
|
||||||
|
Fixed console output
|
||||||
|
|
||||||
|
Version 1.99.17 (March 12, 2016)
|
||||||
|
Improvements
|
||||||
|
Added a check for changes in parameters of function pointers
|
||||||
|
Bug Fixes
|
||||||
|
Fixed comparison of virtual table entries
|
||||||
|
Do not show time stamp in the report
|
||||||
|
Fixed -skip-symbols option
|
||||||
|
Fixed detection of the GCC version number
|
||||||
|
|
||||||
|
Version 1.99.16 (January 28, 2016)
|
||||||
|
Improvements
|
||||||
|
Do not check private part of the ABI when comparing ABI dumps created by the
|
||||||
|
ABI Dumper tool with use of the -public-headers option
|
||||||
|
New Options
|
||||||
|
-check-private-abi: enable check of the private ABI
|
||||||
|
Bug Fixes
|
||||||
|
Fixed counting of checked data types
|
||||||
|
|
||||||
|
Version 1.99.15 (December 11, 2015)
|
||||||
|
Bug Fixes
|
||||||
|
Fixed hang on some template instances
|
||||||
|
Fixed support for old ABI dumps (formatting of data types)
|
||||||
|
Fixed false positives in the report if input ABI dumps contain __unknown__
|
||||||
|
types
|
||||||
|
|
||||||
|
Version 1.99.14 (November 01, 2015)
|
||||||
New Options
|
New Options
|
||||||
* -affected-limit
|
-skip-types: set list of types that should not be checked
|
||||||
* -cpp-incompatible
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
* Fixed identification of template constructors and destructors
|
Fixed formatting of symbol signatures
|
||||||
* Do not show "this" first argument of methods in the report
|
Fixed checks of template types
|
||||||
* 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>
|
|
||||||
* Corrected identification of header files in the include_preamble
|
|
||||||
* Corrected comparison of function pointer types
|
|
||||||
Other
|
|
||||||
* Code refactoring
|
|
||||||
|
Loading…
Reference in new issue