abi-compliance-checker
abi-compliance-checker copied to clipboard
A tool for checking backward API/ABI compatibility of a C/C++ library
Hello, I don't know if this is the right place to ask this kind of questions. Let me know if I should ask this in another place. I'm executing the...
Please confirm supporting gcc 9.x. I need it for building on Ubuntu 20.04 with gcc 9.3 .
On low-memory VMs (such as autopkgtest runners at scale), a-c-c can OOM when trying to launch a subprocess towards the end of the run due to the main process's memory...
Says three times a week it's run but only lists two days.
[testABI.zip](https://github.com/lvc/abi-compliance-checker/files/2185852/testABI.zip) Good afternoon, I did some tests with abi-compliance-checker, and I am surprised to see that it did not detect some changes I performed: - Changed the return type of...
Hello, I have been using abi-compliance-checker for a long time to check API/ABI compatibility while making an upstream releases of OpenSCAP. However after I upgraded to Fedora 26, abi-compliance-checker stopped...
I've got warnings like this: ``` $ abi-compliance-checker -lib ngc -dump ngc-abi-descriptor.xml -dump-path ngc-3.0.0.abi.dump ... cc1: warning: command line option ‘-std=gnu++17’ is valid for C++/ObjC++ but not for C cc1:...
according to the readmes ABICC requires ABI dumper and ABI dumper requires ABICC
Hi, I wonder if this issue has been solved or not. If I have the following line in my code: ClassName& operator=(const ClassName&) = delete; abi won't be able to...
I want to evaluate the ABI Compliance Checker on Windows but it's number of dependencies is just ridiculous and you don't even provide a script to automate this. There dependencies...