New features: --Checking of incorrect symbols versioning. --Checking the values of defines (constants). --Ability to check header files without shared objects. It is easy to run, but may provide a low quality ABI compliance report with a lot of false positives and without detecting of added/withdrawn interfaces. --Number of checked interfaces and data types in the report. --Added tests for checking new features. Bug fixes: --Incorrect processing of duplicated headers in the input set (headers with the --same name but different paths). --Incorrect header files include order. --Sorting in the ABI dumps. --Incorrect processing of redefined virtual methods. --Incorrect processing of anon types. --Absence of some necessary information about C++-functions in the ABI dumps. Fix: Patch attached with submission follows:
miwi 2009-09-18 10:08:33 UTC FreeBSD ports repository Modified files: devel/abi-compliance-checker Makefile distinfo Log: - Update to 1.7 PR: 138927 Submitted by: bf <bf1783@gmail.com> (maintainer) bf1783@gmail.com> (maintainer) Feature safe: yes Revision Changes Path 1.3 +2 -2 ports/devel/abi-compliance-checker/Makefile 1.3 +3 -3 ports/devel/abi-compliance-checker/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!