Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Policies Binary Compatibility Issues

Reynald Bourtembourg edited this page Oct 17, 2019 · 4 revisions

Do's and Don't to preserve binary compatibility

Here is a link to a web page which presents the Do's and Don'ts to preserve binary compatibility in C++:

https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B#The_Do.27s_and_Don.27ts

abi-compliance-checker

abi-compliance-checker tool can be used to test the Binary compatibility between 2 versions of a C++ library

https://lvc.github.io/abi-compliance-checker/