aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-10-04 19:41:25 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-10-04 19:41:25 +0300
commitdd17216a28b68b543069c28efdce2b8da415593e (patch)
tree9887faca40f6a94100435da75ba6d6da74909373 /doc
parent868b1354cc4e1ebcad06358f6f6baf4a71491530 (diff)
downloadabi-compliance-checker-dd17216a28b68b543069c28efdce2b8da415593e.tar.gz
Released 1.99.24
Diffstat (limited to 'doc')
-rw-r--r--doc/Changelog.html57
-rw-r--r--doc/index.html13
2 files changed, 65 insertions, 5 deletions
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 80a099d..5d0998b 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -44,6 +44,63 @@
<p/>
<br/>
+<b>Version 1.99.24 (October 04, 2016)</b><br/>
+<b>Improvements</b>
+<ul>
+ <li>
+ Support for Clang
+ </li>
+ <li>
+ Improved a module to compare operating systems
+ </li>
+ <li>
+ Improved support for C++ keywords in C code
+ </li>
+ <li>
+ Improved support for Windows
+ </li>
+ <li>
+ Improved support for MinGW
+ </li>
+</ul>
+<b>New Options</b>
+<ul>
+ <li>
+ -skip-typedef-uncover: do not report a problem if type is covered or uncovered by typedef (useful for broken debug info)
+ </li>
+ <li>
+ -mingw-compatible: if input header files are compatible with the MinGW GCC compiler, then you can tell the tool about this and speedup the analysis
+ </li>
+ <li>
+ -skip-unidentified: skip header files in 'headers' and 'include_preamble' sections of the XML descriptor that cannot be found
+ </li>
+ <li>
+ -disable-constants-check: do not check for changes in constants
+ </li>
+ <li>
+ -skip-added-constants: do not detect added constants
+ </li>
+ <li>
+ -skip-removed-constants: do not detect removed constants
+ </li>
+</ul>
+<b>Bug Fixes</b>
+<ul>
+ <li>
+ Do not show GCC version in the source compatibility report
+ </li>
+ <li>
+ Renamed CPU Type column to Arch in the report
+ </li>
+ <li>
+ Support for ABI dumps v3.3
+ </li>
+ <li>
+ The -cpp-compatible option is now enabled by default
+ </li>
+</ul>
+<br/>
+
<b>Version 1.99.23 (August 15, 2016)</b><br/>
<b>Improvements</b>
<ul>
diff --git a/doc/index.html b/doc/index.html
index 8eafd8a..6375bee 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -110,16 +110,19 @@ GNU/Linux, FreeBSD, Mac OS X, MS Windows.
<h2>Dependencies</h2>
<ul>
<li>
- <a href="http://gcc.gnu.org/">G++</a> (3.0-4.7, 4.8.3 or newer)
+ G++ (3.0-4.7, 4.8.3 or newer)
</li>
<li>
- <a href="http://www.gnu.org/software/binutils/">GNU Binutils</a> (readelf, c++filt, objdump)
+ GNU Binutils (readelf, c++filt, objdump)
</li>
<li>
- <a href="http://www.perl.org/">Perl 5</a>
+ Perl 5
</li>
<li>
- <a href="http://ctags.sourceforge.net/">Ctags</a>
+ Ctags
+</li>
+<li>
+ <a href="https://github.com/lvc/abi-dumper">ABI Dumper</a>
</li>
</ul>
@@ -127,7 +130,7 @@ WARNING: if you are using ccache program (i.e. gcc points to /usr/lib/ccache/gcc
<p/>
On Mac OS X the tool also requires Xcode (g++, c++filt, nm and otool).
<p/>
-On MS Windows the tool also requires MinGW, MS Visual C++ (dumpbin, undname, cl), Active Perl 5, adding of tool locations to the PATH and execution of vsvars32.bat script (C:\Microsoft Visual Studio 9.0\Common7\Tools\).
+On MS Windows the tool also requires MinGW, MS Visual C++ (dumpbin, undname, cl), Active Perl 5, adding of tool locations to the PATH and execution of vcvars64.bat script (C:\Microsoft Visual Studio 9.0\VC\bin\).
<a name="Installation"></a>
<h2>Installation</h2>