Binary compatibility report for the libmowgli library between 0.7.1 and 0.9.50 versions on x86
Test Info
Library Name | libmowgli |
Version #1 | 0.7.1 |
Version #2 | 0.9.50 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 164 / 117 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 7 |
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 (7)
mowgli_assert.h,
libmowgli.so.2.0.0
mowgli_soft_assert_log ( char const* asrt, char const* file, int line, char const* function )
mowgli_patricia.h,
libmowgli.so.2.0.0
mowgli_patricia_elem_add ( mowgli_patricia_t* dtree, char const* key, void* data )
mowgli_patricia_elem_delete ( mowgli_patricia_t* dtree, mowgli_patricia_elem_t* elem )
mowgli_patricia_elem_find ( mowgli_patricia_t* dtree, char const* key )
mowgli_patricia_elem_get_data ( mowgli_patricia_elem_t* elem )
mowgli_patricia_elem_get_key ( mowgli_patricia_elem_t* elem )
mowgli_patricia_elem_set_data ( mowgli_patricia_elem_t* elem, void* data )
to the top
Header Files (1)
mowgli.h
to the top
Shared Libraries (1)
libmowgli.so.2.0.0
to the top