Commit graph

6 commits

Author SHA1 Message Date
Tilman Keskinoz
b668a960f2 Update to 1.10
PR:		140406
Submitted by:	maintainer
2009-11-09 10:40:35 +00:00
Martin Wilke
79e8dbd97f - Update to 1.9
PR:		139809
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-10-21 11:46:45 +00:00
Martin Wilke
87edd4794f - Update to 1.8
PR:		139421
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-10-11 12:50:39 +00:00
Martin Wilke
72b2020716 - Update to 1.7
PR:		138927
Submitted by:	bf <bf1783@gmail.com> (maintainer)
bf1783@gmail.com> (maintainer)
Feature safe: yes
2009-09-18 10:08:33 +00:00
Martin Wilke
2d5380d66a - Update to 1.6
PR:		138495
Submitted by:	bf <bf1783@gmail.com> (maintainer)
2009-09-04 20:50:49 +00:00
Martin Wilke
163298885b Given the header files and shared objects corresponding to two different shared
library versions, and a simple description of each of the shared libraries in
XML format, abi-compliance-checker searches for the following kinds of binary
compatibility problems:

--Added/withdrawn interfaces (functions, global variables)
--Problems in Data Types:
	--Classes: added/withdrawn virtual functions (changes in layout of
		virtual table), virtual function positions, virtual function
		redefinitions
	--Structural data types: added/withdrawn members (changes in layout of
		type structure),
		changes in members, size changes
	--Enumerations: member value changes
--Interface problems:
	--Parameters and return type changes
	--Static property changes

The checker then generates a report that assesses the risks of any potential
problems detected.

WWW: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker

PR:		ports/138094
Submitted by:	bf <bf1783 at gmail.com>
2009-08-27 09:07:15 +00:00