Binary compatibility report for the pugixml library between 1.4 and 1.5 versions on x86
Test Info
Library Name | pugixml |
Version #1 | 1.4 |
Version #2 | 1.5 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 327 / 153 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 8 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (8)
pugixml.hpp,
libpugixml.so.1.5
namespace pugi
xml_document::load_string ( char_t const* contents, unsigned int options )
[symbol: _ZN4pugi12xml_document11load_stringEPKcj]
xml_node::append_move ( xml_node const& moved )
[symbol: _ZN4pugi8xml_node11append_moveERKS0_]
xml_node::insert_move_after ( xml_node const& moved, xml_node const& node )
[symbol: _ZN4pugi8xml_node17insert_move_afterERKS0_S2_]
xml_node::insert_move_before ( xml_node const& moved, xml_node const& node )
[symbol: _ZN4pugi8xml_node18insert_move_beforeERKS0_S2_]
xml_node::prepend_move ( xml_node const& moved )
[symbol: _ZN4pugi8xml_node12prepend_moveERKS0_]
xml_node::select_node ( char_t const* query, xpath_variable_set* variables ) const
[symbol: _ZNK4pugi8xml_node11select_nodeEPKcPNS_18xpath_variable_setE]
xml_node::select_node ( xpath_query const& query ) const
[symbol: _ZNK4pugi8xml_node11select_nodeERKNS_11xpath_queryE]
xpath_query::evaluate_node ( xpath_node const& n ) const
[symbol: _ZNK4pugi11xpath_query13evaluate_nodeERKNS_10xpath_nodeE]
to the top
Header Files (2)
pugiconfig.hpp
pugixml.hpp
to the top
Shared Libraries (1)
libpugixml.so.1.4
to the top