diff --git a/.files b/.files new file mode 100644 index 0000000..15b9c53 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..c2e497a --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + 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. + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..bb1f2f6 --- /dev/null +++ b/.rev @@ -0,0 +1,82 @@ + + + a17559893939c7f5b0dee78a434d61fe + 1.99.21 + + dimstar_suse + abi compliance checker, as used by the abi compliance checker bot, useful beyond. + 400323 + + + 69e18a0611d1add10a947bfa27ec200b + 1.99.22 + + dimstar_suse + 1 + 408977 + + + c48bbb691f3c621a4275334e57f8980c + 1.99.23 + + dimstar_suse + 1 + 427711 + + + e14618760fc2ca2c9f0dc10c9caa0bfc + 1.99.24 + + dimstar_suse + Fix src url and man page + 433682 + + + 5814b683a8b4a4b40c606ee57342e2fa + 1.99.25 + + dimstar_suse + 1 + 449978 + + + c02316554ce44959a99dffd88d8847fd + 2.0 + + maxlin_factory + new version + 482669 + + + 5f6dacef5e0b390d2be8f5ada0e8c4c3 + 2.1 + + dimstar_suse + 1 + 508414 + + + 9a522b87b24e9b226ade45e1e362fe7e + 2.2 + + dimstar_suse + 1 + 520531 + + + af6c8da1430b89b910bcad70ad310e8b + 2.3 + + dimstar_suse + + 617401 + + + 1733c5703691f62f5214bdd3ef7d08cf + 2.3 + + dimstar_suse + + 626542 + + diff --git a/abi-compliance-checker-2.3.tar.gz b/abi-compliance-checker-2.3.tar.gz new file mode 120000 index 0000000..b3e5ea6 --- /dev/null +++ b/abi-compliance-checker-2.3.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifr4mveqqqr5qc5p4tfvngsyhcs3tnwcbyizm7xjwfk5n76s2c5mq \ No newline at end of file