Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / code-skeleton / features /

binary-compatibility-checker.mdwn

Check out Debian package abi-compliance-checker. I think it can be used to check whether two versions of a library are ABI-compatible. This is very important for libraries used by independent teams, where ABI instability will cause software to fail.

Make it work with the autotools, by checking whether the program is installed, and writing a target which uses it, e.g. make abicheck.

[See repo JSON]