About Anaconda Help Download Anaconda

conda-forge / packages / abi-compliance-checker 2.3

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

copied from cf-staging / abi-compliance-checker

Installers

  • linux-64 v2.3

conda install

To install this package run one of the following:
conda install conda-forge::abi-compliance-checker

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy