Binary compatibility report for the Clipper library  between 6.1.2 and 6.1.3 versions on x86

Test Info


Library NameClipper
Version #16.1.2
Version #26.1.3
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types64 / 61
VerdictIncompatible
(10.2%)

Problem Summary


SeverityCount
Added Symbols-4
Removed SymbolsHigh2
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High1
Medium0
Low2
Problems with
Constants
Low0

Added Symbols (4)


clipper.hpp, libpolyclipping.so.16.0.0
namespace ClipperLib
MinkowskiDiff ( Path const& poly1, Path const& poly2, Paths& solution )
MinkowskiSum ( Path const& pattern, Paths const& paths, Paths& solution, enum PolyFillType pathFillType, bool pathIsClosed )
PointInPolygon ( IntPoint const& pt, Path const& path )
SimplifyPolygon ( Path const& in_poly, Paths& out_polys, enum PolyFillType fillType )

to the top

Removed Symbols (2)


clipper.hpp, libpolyclipping.so.15.0.0
namespace ClipperLib
Clipper::Clear ( )
MinkowskiDiff ( Path const& poly, Path const& path, Paths& solution, bool isClosed )

to the top

Problems with Symbols, High Severity (1)


clipper.hpp, libpolyclipping.so.15.0.0
namespace ClipperLib
[+] MinkowskiDiff ( Path const& poly, Path const& path, Paths& solution, bool isClosed ) (1)

to the top

Problems with Data Types, Medium Severity (1)


clipper.hpp
namespace ClipperLib
[+] class Clipper (1)

to the top

Problems with Data Types, Low Severity (1)


clipper.hpp
namespace ClipperLib
[+] class Clipper (1)

to the top

Problems with Symbols, Low Severity (2)


clipper.hpp, libpolyclipping.so.15.0.0
namespace ClipperLib
[+] MinkowskiSum ( Path const& poly, Path const& path, Paths& solution, bool isClosed ) (2)

to the top

Header Files (1)


clipper.hpp

to the top

Shared Libraries (1)


libpolyclipping.so.15.0.0

to the top




Generated on Tue Jan 21 01:40:25 2014 for Clipper by ABI Compliance Checker 1.99.8.6  
A tool for checking backward compatibility of a C/C++ library API