Binary compatibility report for the Clipper library between 4.9.4 and 4.9.6 versions on x86
Test Info
Library Name | Clipper |
Version #1 | 4.9.4 |
Version #2 | 4.9.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 38 / 45 |
Verdict | Incompatible (2.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
clipper.hpp,
libpolyclipping.so.3.0.0
namespace ClipperLib
OffsetPolygons ( Polygons const& in_polys, Polygons& out_polys, double delta, JoinType jointype, double MiterLimit, bool CheckInputs )
[symbol: _ZN10ClipperLib14OffsetPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeEdb]
to the top
Removed Symbols (1)
clipper.hpp,
libpolyclipping.so.2.0.0
namespace ClipperLib
OffsetPolygons ( Polygons const& in_polys, Polygons& out_polys, double delta, JoinType jointype, double MiterLimit )
[symbol: _ZN10ClipperLib14OffsetPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeEd]
to the top
Problems with Symbols, High Severity (1)
clipper.hpp,
libpolyclipping.so.2.0.0
namespace ClipperLib
[+] OffsetPolygons ( Polygons const& in_polys, Polygons& out_polys, double delta, JoinType jointype, double MiterLimit ) (1)
changed to:OffsetPolygons ( Polygons const& in_polys, Polygons& out_polys, double delta, JoinType jointype, double MiterLimit, bool CheckInputs )
[symbol: _ZN10ClipperLib14OffsetPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeEd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib14OffsetPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeEd to _ZN10ClipperLib14OffsetPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeEdb. 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.2.0.0
to the top