Binary compatibility report for the Clipper library between 5.1.0 and 5.1.2 versions on x86
Test Info
Library Name | Clipper |
Version #1 | 5.1.0 |
Version #2 | 5.1.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 47 / 50 |
Verdict | Incompatible (10.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 5 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 5 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 0 |
Added Symbols (5)
clipper.hpp,
libpolyclipping.so.8.0.0
namespace ClipperLib
PolyNode::ChildCount ( ) const
[symbol: _ZNK10ClipperLib8PolyNode10ChildCountEv]
PolyNode::GetNext ( ) const
[symbol: _ZNK10ClipperLib8PolyNode7GetNextEv]
PolyNode::IsHole ( ) const
[symbol: _ZNK10ClipperLib8PolyNode6IsHoleEv]
PolyTree::GetFirst ( ) const
[symbol: _ZNK10ClipperLib8PolyTree8GetFirstEv]
PolyTree::Total ( ) const
[symbol: _ZNK10ClipperLib8PolyTree5TotalEv]
to the top
Removed Symbols (5)
clipper.hpp,
libpolyclipping.so.7.0.0
namespace ClipperLib
PolyNode::ChildCount ( )
[symbol: _ZN10ClipperLib8PolyNode10ChildCountEv]
PolyNode::GetNext ( )
[symbol: _ZN10ClipperLib8PolyNode7GetNextEv]
PolyNode::IsHole ( )
[symbol: _ZN10ClipperLib8PolyNode6IsHoleEv]
PolyTree::GetFirst ( )
[symbol: _ZN10ClipperLib8PolyTree8GetFirstEv]
PolyTree::Total ( )
[symbol: _ZN10ClipperLib8PolyTree5TotalEv]
to the top
Problems with Symbols, High Severity (5)
clipper.hpp,
libpolyclipping.so.7.0.0
namespace ClipperLib
[+] PolyNode::ChildCount ( ) (1)
changed to:PolyNode::ChildCount ( ) const
[symbol: _ZN10ClipperLib8PolyNode10ChildCountEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib8PolyNode10ChildCountEv to _ZNK10ClipperLib8PolyNode10ChildCountEv. This may cause "undefined reference" linker error in old client applications. |
[+] PolyNode::GetNext ( ) (1)
changed to:PolyNode::GetNext ( ) const
[symbol: _ZN10ClipperLib8PolyNode7GetNextEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib8PolyNode7GetNextEv to _ZNK10ClipperLib8PolyNode7GetNextEv. This may cause "undefined reference" linker error in old client applications. |
[+] PolyNode::IsHole ( ) (1)
changed to:PolyNode::IsHole ( ) const
[symbol: _ZN10ClipperLib8PolyNode6IsHoleEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib8PolyNode6IsHoleEv to _ZNK10ClipperLib8PolyNode6IsHoleEv. This may cause "undefined reference" linker error in old client applications. |
[+] PolyTree::GetFirst ( ) (1)
changed to:PolyTree::GetFirst ( ) const
[symbol: _ZN10ClipperLib8PolyTree8GetFirstEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib8PolyTree8GetFirstEv to _ZNK10ClipperLib8PolyTree8GetFirstEv. This may cause "undefined reference" linker error in old client applications. |
[+] PolyTree::Total ( ) (1)
changed to:PolyTree::Total ( ) const
[symbol: _ZN10ClipperLib8PolyTree5TotalEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10ClipperLib8PolyTree5TotalEv to _ZNK10ClipperLib8PolyTree5TotalEv. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Low Severity (3)
clipper.hpp,
libpolyclipping.so.7.0.0
namespace ClipperLib
[+] OffsetPolygons ( Polygons const& in_polys, Polygons& out_polys, double delta, enum JoinType jointype, double MiterLimit, bool AutoFix ) (3)
changed to:OffsetPolygons ( Polygons const& in_polys, Polygons& out_polys, double delta, enum JoinType jointype, double limit, bool autoFix )
[symbol: _ZN10ClipperLib14OffsetPolygonsERKSt6vectorIS0_INS_8IntPointESaIS1_EESaIS3_EERS5_dNS_8JoinTypeEdb]
| Change | Effect |
---|
1 | 5th parameter MiterLimit has been renamed to limit. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 6th parameter AutoFix has been renamed to autoFix. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | The default argument of 5th parameter MiterLimit has been changed from 2 to 0. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (1)
clipper.hpp
to the top
Shared Libraries (1)
libpolyclipping.so.7.0.0
to the top