Binary compatibility report for the Eet library  between 1.1.0 and 1.2.0 versions on x86

Test Info


Library NameEet
Version #11.1.0
Version #21.2.0
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types42 / 64
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-40
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes-3

Added Symbols (40)


Eet.h, libeet.so.1.2.0
eet_data_descriptor_decode_cipher ( Eet_Data_Descriptor* edd, void const* data_in, char const* key, int size_in )
eet_data_descriptor_encode_cipher ( Eet_Data_Descriptor* edd, void const* data_in, char const* key, int* size_ret )
eet_data_dump_cipher Eet_File* ef, char const* name, char const* key, void(*dumpfunc)(void*, char const*), void* dumpdata )
eet_data_image_decode_cipher ( void const* data, char const* key, int size, unsigned int* w, unsigned int* h, int* alpha, int* compress, int* quality, int* lossy )
eet_data_image_decode_to_surface_cipher ( void const* data, char const* key, int size, unsigned int src_x, unsigned int src_y, unsigned int* d, unsigned int w, unsigned int h, unsigned int row_stride, int* alpha, int* compress, int* quality, int* lossy )
eet_data_image_encode_cipher ( void const* data, char const* key, unsigned int w, unsigned int h, int alpha, int compress, int quality, int lossy, int* size_ret )
eet_data_image_header_decode_cipher ( void const* data, char const* key, int size, unsigned int* w, unsigned int* h, int* alpha, int* compress, int* quality, int* lossy )
eet_data_image_header_read_cipher Eet_File* ef, char const* name, char const* key, unsigned int* w, unsigned int* h, int* alpha, int* compress, int* quality, int* lossy )
eet_data_image_read_cipher Eet_File* ef, char const* name, char const* key, unsigned int* w, unsigned int* h, int* alpha, int* compress, int* quality, int* lossy )
eet_data_image_read_to_surface_cipher Eet_File* ef, char const* name, char const* key, unsigned int src_x, unsigned int src_y, unsigned int* d, unsigned int w, unsigned int h, unsigned int row_stride, int* alpha, int* compress, int* quality, int* lossy )
eet_data_image_write_cipher Eet_File* ef, char const* name, char const* key, void const* data, unsigned int w, unsigned int h, int alpha, int compress, int quality, int lossy )
eet_data_node_encode_cipher Eet_Node* node, char const* key, int* size_ret )
eet_data_node_write_cipher Eet_File* ef, char const* name, char const* key, Eet_Node* node, int compress )
eet_data_read_cipher Eet_File* ef, Eet_Data_Descriptor* edd, char const* name, char const* key )
eet_data_text_dump_cipher ( void const* data_in, char const* key, int size_in, void(*dumpfunc)(void*, char const*), void* dumpdata )
eet_data_text_undump_cipher ( char const* text, char const* key, int textlen, int* size_ret )
eet_data_undump_cipher Eet_File* ef, char const* name, char const* key, char const* text, int textlen, int compress )
eet_data_write_cipher Eet_File* ef, Eet_Data_Descriptor* edd, char const* name, char const* key, void const* data, int compress )
eet_identity_sha1 Eet_File* ef, int* sha1_length )
eet_identity_signature Eet_File* ef, int* signature_length )
eet_node_array_new ( char const* name, int count, Eina_List* nodes )
eet_node_char_new ( char const* name, char c )
eet_node_del Eet_Node* n )
eet_node_double_new ( char const* name, double d )
eet_node_float_new ( char const* name, float f )
eet_node_hash_new ( char const* name, char const* key, Eina_List* nodes )
eet_node_inlined_string_new ( char const* name, char const* str )
eet_node_int_new ( char const* name, int i )
eet_node_list_new ( char const* name, Eina_List* nodes )
eet_node_long_long_new ( char const* name, long long l )
eet_node_null_new char const* name )
eet_node_short_new ( char const* name, short s )
eet_node_string_new ( char const* name, char const* str )
eet_node_struct_new ( char const* name, Eina_List* nodes )
eet_node_unsigned_char_new ( char const* name, unsigned char uc )
eet_node_unsigned_int_new ( char const* name, unsigned int ui )
eet_node_unsigned_short_new ( char const* name, unsigned short us )
eet_node_var_array_new ( char const* name, int count, Eina_List* nodes )
eet_read_cipher Eet_File* ef, char const* name, int* size_ret, char const* cipher_key )
eet_write_cipher Eet_File* ef, char const* name, void const* data, int size, int compress, char const* cipher_key )

to the top

Problems with Constants (1)


Eet.h
[+] EET_T_LAST

to the top

Other Changes in Data Types (3)


Eet.h
[+] enum _Eet_Error (3)

to the top

Header Files (1)


Eet.h

to the top

Shared Libraries (1)


libeet.so.1.1.0

to the top




Generated on Tue Oct 4 17:54:46 2011 for Eet by ABI Compliance Checker 1.94.6  
A tool for checking backward binary compatibility of a shared C/C++ library API