Checking for ABI Breakage

We need a tool that looks at your structures and functions to ensure you haven't broken abi compatibility. Can this be done? Do we need to track information with each release of what is in there?

If we have a history of the last class structure, we can check to see if the current build conflicts. Simply check the offsets of values, function methods, etc.

Mark deprecation symbols?

ChristianHergert/Builder/Features/ABI (last edited 2012-02-24 04:44:50 by ChristianHergert)