Binary compatibility report for the Clipper library between 4.8.5 and 4.8.6 versions on x86
Test Info
Library Name | Clipper |
Version #1 | 4.8.5 |
Version #2 | 4.8.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 38 / 46 |
Verdict | Incompatible (13.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 5 |
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.2.0.0
namespace ClipperLib
ReversePolygons ( Polygons& p )
[symbol: _ZN10ClipperLib15ReversePolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EE]
SimplifyPolygon ( Polygon const& in_poly, Polygons& out_polys, PolyFillType fillType )
[symbol: _ZN10ClipperLib15SimplifyPolygonERKSt6vectorINS_8IntPointESaIS1_EERS0_IS3_SaIS3_EENS_12PolyFillTypeE]
SimplifyPolygons ( Polygons const& in_polys, Polygons& out_polys, PolyFillType fillType )
[symbol: _ZN10ClipperLib16SimplifyPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_NS_12PolyFillTypeE]
SimplifyPolygons ( Polygons& polys, PolyFillType fillType )
[symbol: _ZN10ClipperLib16SimplifyPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EENS_12PolyFillTypeE]
to the top
Removed Symbols (5)
clipper.hpp,
libpolyclipping.so.1.0.0
namespace ClipperLib
ReversePoints ( Polygon& p )
[symbol: _ZN10ClipperLib13ReversePointsERSt6vectorINS_8IntPointESaIS1_EE]
ReversePoints ( Polygons& p )
[symbol: _ZN10ClipperLib13ReversePointsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EE]
SimplifyPolygon ( Polygon const& in_poly, Polygons& out_polys )
[symbol: _ZN10ClipperLib15SimplifyPolygonERKSt6vectorINS_8IntPointESaIS1_EERS0_IS3_SaIS3_EE]
SimplifyPolygons ( Polygons const& in_polys, Polygons& out_polys )
[symbol: _ZN10ClipperLib16SimplifyPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_]
SimplifyPolygons ( Polygons& polys )
[symbol: _ZN10ClipperLib16SimplifyPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EE]
to the top
Problems with Symbols, High Severity (3)
clipper.hpp,
libpolyclipping.so.1.0.0
namespace ClipperLib
[+] SimplifyPolygon ( Polygon const& in_poly, Polygons& out_polys ) (1)
changed to:SimplifyPolygon ( Polygon const& in_poly, Polygons& out_polys, PolyFillType fillType )
[symbol: _ZN10ClipperLib15SimplifyPolygonERKSt6vectorINS_8IntPointESaIS1_EERS0_IS3_SaIS3_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 _ZN10ClipperLib15SimplifyPolygonERKSt6vectorINS_8IntPointESaIS1_EERS0_IS3_SaIS3_EE to _ZN10ClipperLib15SimplifyPolygonERKSt6vectorINS_8IntPointESaIS1_EERS0_IS3_SaIS3_EENS_12PolyFillTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] SimplifyPolygons ( Polygons& polys ) (1)
changed to:SimplifyPolygons ( Polygons& polys, PolyFillType fillType )
[symbol: _ZN10ClipperLib16SimplifyPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_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 _ZN10ClipperLib16SimplifyPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EE to _ZN10ClipperLib16SimplifyPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EENS_12PolyFillTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] SimplifyPolygons ( Polygons const& in_polys, Polygons& out_polys ) (1)
changed to:SimplifyPolygons ( Polygons& polys, PolyFillType fillType )
[symbol: _ZN10ClipperLib16SimplifyPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib16SimplifyPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_ to _ZN10ClipperLib16SimplifyPolygonsERSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EENS_12PolyFillTypeE. 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.1.0.0
to the top