Binary compatibility report for the libLASi library between 1.1.0 and 1.1.1 versions on x86
Test Info
Library Name | libLASi |
Version #1 | 1.1.0 |
Version #2 | 1.1.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 18 / 139 |
Verdict | Incompatible (5.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)
LASi.h,
libLASi.so.1.0.0
namespace LASi
PostscriptDocument::for_each_glyph_do ( std::string const& p1, void(PostscriptDocument::*)(std::map<PostscriptDocument::GlyphId, struct FreetypeGlyphMgr>::value_type const&, void*) const p2, void* contextData, bool applyOffset )
[symbol: _ZN4LASi18PostscriptDocument17for_each_glyph_doERKSsMS0_FvRKSt4pairIKNS0_7GlyphIdE16FreetypeGlyphMgrEPvESA_b]
to the top
Removed Symbols (1)
LASi.h,
libLASi.so.0.0.1
namespace LASi
PostscriptDocument::for_each_glyph_do ( std::string const& p1, void(PostscriptDocument::*)(std::map<PostscriptDocument::GlyphId, struct FreetypeGlyphMgr>::value_type const&, void*) const p2, void* contextData )
[symbol: _ZN4LASi18PostscriptDocument17for_each_glyph_doERKSsMS0_FvRKSt4pairIKNS0_7GlyphIdE16FreetypeGlyphMgrEPvESA_]
to the top
Problems with Symbols, High Severity (1)
LASi.h,
libLASi.so.0.0.1
namespace LASi
[+] PostscriptDocument::for_each_glyph_do ( std::string const& p1, void(PostscriptDocument::*)(std::map<PostscriptDocument::GlyphId, struct FreetypeGlyphMgr>::value_type const&, void*) const p2, void* contextData ) (1)
changed to:PostscriptDocument::for_each_glyph_do ( std::string const& p1, void(PostscriptDocument::*)(std::map<PostscriptDocument::GlyphId, struct FreetypeGlyphMgr>::value_type const&, void*) const p2, void* contextData, bool applyOffset )
[symbol: _ZN4LASi18PostscriptDocument17for_each_glyph_doERKSsMS0_FvRKSt4pairIKNS0_7GlyphIdE16FreetypeGlyphMgrEPvESA_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN4LASi18PostscriptDocument17for_each_glyph_doERKSsMS0_FvRKSt4pairIKNS0_7GlyphIdE16FreetypeGlyphMgrEPvESA_ to _ZN4LASi18PostscriptDocument17for_each_glyph_doERKSsMS0_FvRKSt4pairIKNS0_7GlyphIdE16FreetypeGlyphMgrEPvESA_b. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (1)
LASi.h
to the top
Shared Libraries (1)
libLASi.so.0.0.1
to the top