Binary compatibility report for the Clipper library between 5.1.5 and 5.1.6 versions on x86
Test Info
Library Name | Clipper |
Version #1 | 5.1.5 |
Version #2 | 5.1.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 49 / 57 |
Verdict | Incompatible (6.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 3 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (4)
clipper.hpp,
libpolyclipping.so.10.0.0
namespace ClipperLib
CleanPolygon ( Polygon const& in_poly, Polygon& out_poly, double distance )
[symbol: _ZN10ClipperLib12CleanPolygonERKSt6vectorINS_8IntPointESaIS1_EERS3_d]
CleanPolygons ( Polygons const& in_polys, Polygons& out_polys, double distance )
[symbol: _ZN10ClipperLib13CleanPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_d]
OffsetPolyLines ( Polygons const& in_lines, Polygons& out_lines, double delta, enum JoinType jointype, enum EndType endtype, double limit, bool autoFix )
[symbol: _ZN10ClipperLib15OffsetPolyLinesERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeENS_7EndTypeEdb]
PolyTreeToPolygons ( PolyTree const& polytree, Polygons& polygons )
[symbol: _ZN10ClipperLib18PolyTreeToPolygonsERKNS_8PolyTreeERSt6vectorIS3_INS_8IntPointESaIS4_EESaIS6_EE]
to the top
Removed Symbols (3)
clipper.hpp,
libpolyclipping.so.9.0.0
namespace ClipperLib
CleanPolygon ( Polygon& in_poly, Polygon& out_poly, double distance )
[symbol: _ZN10ClipperLib12CleanPolygonERSt6vectorINS_8IntPointESaIS1_EES4_d]
CleanPolygons ( Polygons& in_polys, Polygons& out_polys, double distance )
[symbol: _ZN10ClipperLib13CleanPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EES6_d]
PolyTreeToPolygons ( PolyTree& polytree, Polygons& polygons )
[symbol: _ZN10ClipperLib18PolyTreeToPolygonsERNS_8PolyTreeERSt6vectorIS2_INS_8IntPointESaIS3_EESaIS5_EE]
to the top
Problems with Symbols, High Severity (3)
clipper.hpp,
libpolyclipping.so.9.0.0
namespace ClipperLib
[+] CleanPolygon ( Polygon& in_poly, Polygon& out_poly, double distance ) (1)
changed to:CleanPolygon ( Polygon const& in_poly, Polygon& out_poly, double distance )
[symbol: _ZN10ClipperLib12CleanPolygonERSt6vectorINS_8IntPointESaIS1_EES4_d]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib12CleanPolygonERSt6vectorINS_8IntPointESaIS1_EES4_d to _ZN10ClipperLib12CleanPolygonERKSt6vectorINS_8IntPointESaIS1_EERS3_d. This may cause "undefined reference" linker error in old client applications. |
[+] CleanPolygons ( Polygons& in_polys, Polygons& out_polys, double distance ) (1)
changed to:CleanPolygons ( Polygons const& in_polys, Polygons& out_polys, double distance )
[symbol: _ZN10ClipperLib13CleanPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EES6_d]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib13CleanPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EES6_d to _ZN10ClipperLib13CleanPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_d. This may cause "undefined reference" linker error in old client applications. |
[+] PolyTreeToPolygons ( PolyTree& polytree, Polygons& polygons ) (1)
changed to:PolyTreeToPolygons ( PolyTree const& polytree, Polygons& polygons )
[symbol: _ZN10ClipperLib18PolyTreeToPolygonsERNS_8PolyTreeERSt6vectorIS2_INS_8IntPointESaIS3_EESaIS5_EE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib18PolyTreeToPolygonsERNS_8PolyTreeERSt6vectorIS2_INS_8IntPointESaIS3_EESaIS5_EE to _ZN10ClipperLib18PolyTreeToPolygonsERKNS_8PolyTreeERSt6vectorIS3_INS_8IntPointESaIS4_EESaIS6_EE. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (1)
clipper.hpp
to the top
Shared Libraries (1)
libpolyclipping.so.9.0.0
to the top