Binary compatibility report for the TinyXML library between 2.1.2 and 2.1.3 versions on x86
Test Info
Library Name | TinyXML |
Version #1 | 2.1.2 |
Version #2 | 2.1.3 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 124 / 70 |
Verdict | Incompatible (1.61%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (5)
tinyxml.h,
libtinyxml.so
TiXmlBase::StringToBuffer::StringToBuffer [in-charge] ( TiXmlString const& str )
[ symbol: _ZN9TiXmlBase14StringToBufferC1ERK11TiXmlString ]
TiXmlBase::StringToBuffer::StringToBuffer [not-in-charge] ( TiXmlString const& str )
[ symbol: _ZN9TiXmlBase14StringToBufferC2ERK11TiXmlString ]
TiXmlBase::StringToBuffer::~StringToBuffer [in-charge] ( )
[ symbol: _ZN9TiXmlBase14StringToBufferD1Ev ]
TiXmlBase::StringToBuffer::~StringToBuffer [not-in-charge] ( )
[ symbol: _ZN9TiXmlBase14StringToBufferD2Ev ]
TiXmlElement::Attribute ( char const* name, int* i ) const
[ symbol: _ZNK12TiXmlElement9AttributeEPKcPi ]
to the top
Removed Symbols (2)
tinystr.h,
libtinyxml.so
TiXmlString::isblank ( ) const
[ symbol: _ZNK11TiXmlString7isblankEv ]
tinyxml.h,
libtinyxml.so
TiXmlElement::Attribute ( char const* name, int& i ) const
[ symbol: _ZNK12TiXmlElement9AttributeEPKcRi ]
to the top
Problems with Symbols, High Severity (1)
tinyxml.h,
libtinyxml.so
[+] TiXmlElement::Attribute ( char const* name, int& i ) const (1)
changed to:TiXmlElement::Attribute ( char const* name, int* i ) const
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK12TiXmlElement9AttributeEPKcRi to _ZNK12TiXmlElement9AttributeEPKcPi. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (2)
tinystr.h
tinyxml.h
to the top
Shared Libraries (1)
libtinyxml.so
to the top