abi-compliance-checker
A tool for checking backward API/ABI compatibility of a C/C++ library
A tool for checking backward API/ABI compatibility of a C/C++ library
To install this package, run one of the following:
ABI Compliance Checker (ABICC) is a tool for checking backward binary and source-level compatibility of a C/C++ library. The tool analyzes changes in API/ABI (ABI=API+compiler ABI) that may break binary compatibility and/or source compatibility: changes in calling stack, v-table changes, removed symbols, renamed fields, etc. The tool can create and compare ABI dumps for header files and shared objects of a library. The ABI dump for a library can also be created by the ABI Dumper tool if shared objects include debug-info.
Summary
A tool for checking backward API/ABI compatibility of a C/C++ library
Last Updated
Mar 12, 2023 at 23:19
License
LGPL-2.1-or-later
Total Downloads
3.6K
Version Downloads
3.6K
Supported Platforms
GitHub Repository
https://github.com/lvc/abi-compliance-checker