A Compliance Checker For library ABIs
ABI Compliance Checker (ACC) is an easy-to-use tool for checking backward binary compatibility (BC) of a shared C/C++ library. It checks header files along with shared libraries of old and new versions and analyzes changes in Application Binary Interface (ABI) that may cause compatibility problems: changes in calling stack, v-table changes, removed symbols, etc. Breakage of the binary compatibility may result in crashing or incorrect behavior of applications built with an old version of the library if they run on a new one. The tool is intended for library developers and operating system maintainers who are interested in ensuring binary compatibility, i.e. allow old applications to run with newer library versions without the need to recompile.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / abi-compliance-checker
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/abi-compliance-checker && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
abi-compliance-checker-2.3.tar.gz | 0000228691 223 KB | |
abi-compliance-checker.changes | 0000009115 8.9 KB | |
abi-compliance-checker.spec | 0000002806 2.74 KB |
Latest Revision
baserev update by copy to link target
Comments 0