Binary compatibility report for the TinyXML library between 2.3.2 and 2.3.3 versions on x86
Test Info
Library Name | TinyXML |
Version #1 | 2.3.2 |
Version #2 | 2.3.3 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 164 / 94 |
Verdict | Incompatible (4.27%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 14 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 14 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (14)
tinyxml.h,
libtinyxml.so
TiXmlAttribute::Next ( )
[ symbol: _ZN14TiXmlAttribute4NextEv ]
TiXmlAttribute::Previous ( )
[ symbol: _ZN14TiXmlAttribute8PreviousEv ]
TiXmlAttributeSet::Find ( char const* name )
[ symbol: _ZN17TiXmlAttributeSet4FindEPKc ]
TiXmlNode::FirstChild ( char const* value )
[ symbol: _ZN9TiXmlNode10FirstChildEPKc ]
TiXmlNode::FirstChildElement ( )
[ symbol: _ZN9TiXmlNode17FirstChildElementEv ]
TiXmlNode::FirstChildElement ( char const* value )
[ symbol: _ZN9TiXmlNode17FirstChildElementEPKc ]
TiXmlNode::GetDocument ( )
[ symbol: _ZN9TiXmlNode11GetDocumentEv ]
TiXmlNode::IterateChildren ( char const* value, TiXmlNode* previous )
[ symbol: _ZN9TiXmlNode15IterateChildrenEPKcPS_ ]
TiXmlNode::IterateChildren ( TiXmlNode* previous )
[ symbol: _ZN9TiXmlNode15IterateChildrenEPS_ ]
TiXmlNode::LastChild ( char const* value )
[ symbol: _ZN9TiXmlNode9LastChildEPKc ]
TiXmlNode::NextSibling ( char const* p1 )
[ symbol: _ZN9TiXmlNode11NextSiblingEPKc ]
TiXmlNode::NextSiblingElement ( )
[ symbol: _ZN9TiXmlNode18NextSiblingElementEv ]
TiXmlNode::NextSiblingElement ( char const* p1 )
[ symbol: _ZN9TiXmlNode18NextSiblingElementEPKc ]
TiXmlNode::PreviousSibling ( char const* p1 )
[ symbol: _ZN9TiXmlNode15PreviousSiblingEPKc ]
to the top
Problems with Symbols, Medium Severity (14)
tinyxml.h,
libtinyxml.so
[+] TiXmlAttribute::Next ( ) const (1)
[ symbol: _ZNK14TiXmlAttribute4NextEv ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlAttribute* to TiXmlAttribute const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlAttribute::Previous ( ) const (1)
[ symbol: _ZNK14TiXmlAttribute8PreviousEv ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlAttribute* to TiXmlAttribute const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlAttributeSet::Find ( char const* name ) const (1)
[ symbol: _ZNK17TiXmlAttributeSet4FindEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlAttribute* to TiXmlAttribute const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::FirstChild ( char const* value ) const (1)
[ symbol: _ZNK9TiXmlNode10FirstChildEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlNode* to TiXmlNode const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::FirstChildElement ( ) const (1)
[ symbol: _ZNK9TiXmlNode17FirstChildElementEv ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlElement* to TiXmlElement const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::FirstChildElement ( char const* value ) const (1)
[ symbol: _ZNK9TiXmlNode17FirstChildElementEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlElement* to TiXmlElement const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::GetDocument ( ) const (1)
[ symbol: _ZNK9TiXmlNode11GetDocumentEv ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlDocument* to TiXmlDocument const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::IterateChildren ( char const* value, TiXmlNode* previous ) const (1)
[ symbol: _ZNK9TiXmlNode15IterateChildrenEPKcPS_ ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlNode* to TiXmlNode const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::IterateChildren ( TiXmlNode* previous ) const (1)
[ symbol: _ZNK9TiXmlNode15IterateChildrenEPS_ ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlNode* to TiXmlNode const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::LastChild ( char const* value ) const (1)
[ symbol: _ZNK9TiXmlNode9LastChildEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlNode* to TiXmlNode const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::NextSibling ( char const* p1 ) const (1)
[ symbol: _ZNK9TiXmlNode11NextSiblingEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlNode* to TiXmlNode const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::NextSiblingElement ( ) const (1)
[ symbol: _ZNK9TiXmlNode18NextSiblingElementEv ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlElement* to TiXmlElement const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::NextSiblingElement ( char const* p1 ) const (1)
[ symbol: _ZNK9TiXmlNode18NextSiblingElementEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlElement* to TiXmlElement const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
[+] TiXmlNode::PreviousSibling ( char const* p1 ) const (1)
[ symbol: _ZNK9TiXmlNode15PreviousSiblingEPKc ]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from TiXmlNode* to TiXmlNode const*). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (2)
tinystr.h
tinyxml.h
to the top
Shared Libraries (1)
libtinyxml.so
to the top