Binary compatibility report for the libmowgli library between 0.6.1 and 0.7.0 versions on x86

Test Info


Library Namelibmowgli
Version #10.6.1
Version #20.7.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types152 / 100
VerdictIncompatible
(19.1%)

Problem Summary


SeverityCount
Added Symbols-11
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium2
Low4
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1

Added Symbols (11)


mowgli_patricia.h, libmowgli.so.2.0.0
mowgli_patricia_add ( mowgli_patricia_t* dtree, char const* key, void* data )
mowgli_patricia_create void(*canonize_cb)(char*) )
mowgli_patricia_delete ( mowgli_patricia_t* dtree, char const* key )
mowgli_patricia_destroy ( mowgli_patricia_t* dtree, void(*destroy_cb)(char const*, void*, void*), void* privdata )
mowgli_patricia_foreach ( mowgli_patricia_t* dtree, int(*foreach_cb)(char const*, void*, void*), void* privdata )
mowgli_patricia_foreach_cur ( mowgli_patricia_t* dtree, mowgli_patricia_iteration_state_t* state )
mowgli_patricia_foreach_next ( mowgli_patricia_t* dtree, mowgli_patricia_iteration_state_t* state )
mowgli_patricia_foreach_start ( mowgli_patricia_t* dtree, mowgli_patricia_iteration_state_t* state )
mowgli_patricia_retrieve ( mowgli_patricia_t* dtree, char const* key )
mowgli_patricia_search ( mowgli_patricia_t* dtree, void*(*foreach_cb)(char const*, void*, void*), void* privdata )
mowgli_patricia_stats ( mowgli_patricia_t* dict, void(*cb)(char const*, void*), void* privdata )

to the top

Removed Symbols (1)


mowgli_list.h, libmowgli.so.1.0.0
mowgli_node_parent mowgli_node_t* n )

to the top

Problems with Data Types, Medium Severity (2)


mowgli_heap.h
[+] struct mowgli_heap_ (1)

mowgli_list.h
[+] struct mowgli_node_ (1)

to the top

Problems with Data Types, Low Severity (4)


mowgli_dictionary.h
[+] struct mowgli_dictionary_iteration_state_ (3)

mowgli_list.h
[+] struct mowgli_node_ (1)

to the top

Problems with Constants, Low Severity (1)


mowgli.h
[+] MOWGLI_DECLS_END

to the top

Header Files (1)


mowgli.h

to the top

Shared Libraries (1)


libmowgli.so.1.0.0

to the top