CMD + K

abi-compliance-checker

Community

A tool for checking backward API/ABI compatibility of a C/C++ library

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::abi-compliance-checker

Usage Tracking

2.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64