ABI Compliance Checker

Overview

ABI Compliance Checker (ACC) is a tool for ensuring Application Binary Interface (ABI) compatibility of different versions of a C or C++ library. The tool aims at helping upstream developers and distribution maintainers to make sure that any application compiled with an old version of the library will work with a newer version without recompilation. ABI Compliance Checker tests whether set of public symbols, number or types of parameters passed to functions changed between two versions of the library. We recommend this tool to all developers who are interested in providing libraries with a stable ABI.

ABI Compliance Checker has been developed within the LSB Infrastructure Program, which is a joint effort of the ISPRAS and the Linux Foundation, the leading nonprofit international consortium dedicated to fostering the growth of Linux.

Resources

License

This program is free software. You may use, redistribute and/or modify it under the terms of either the GNU GPL or LGPL.