Binary compatibility report for the liblscp library  between 0.1.0 and 0.1.1 versions on x86

Test Info


Library Nameliblscp
Version #10.1.0
Version #20.1.1
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types51 / 79
VerdictIncompatible
(34.31%)

Problem Summary


SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium2
Low2
Problems with
Symbols
High0
Medium0
Low23
Problems with
Constants
Low0
Other Changes-0

Problems with Data Types, Medium Severity (2)


lscp_client.h
[+] struct _lscp_client_t (1)

lscp_server.h
[+] struct _lscp_connect_t (1)

to the top

Problems with Data Types, Low Severity (2)


lscp_client.h
[+] struct _lscp_client_t (1)

lscp_server.h
[+] struct _lscp_connect_t (1)

to the top

Problems with Symbols, Low Severity (23)


lscp_client.h, liblscp.so
[+] lscp_get_channel_buffer_fill ( lscp_client_t* pClient, lscp_usage_t usage_type, int iChannel ) (2)
[+] lscp_get_channel_info ( lscp_client_t* pClient, int iChannel ) (1)
[+] lscp_get_channel_stream_count ( lscp_client_t* pClient, int iChannel ) (1)
[+] lscp_get_channel_voice_count ( lscp_client_t* pClient, int iChannel ) (1)
[+] lscp_load_engine ( lscp_client_t* pClient, char const* pszEngineName, int iChannel ) (1)
[+] lscp_load_instrument ( lscp_client_t* pClient, char const* pszFileName, int iIndex, int iChannel ) (2)
[+] lscp_remove_channel ( lscp_client_t* pClient, int iChannel ) (1)
[+] lscp_reset_channel ( lscp_client_t* pClient, int iChannel ) (1)
[+] lscp_set_channel_audio_channel ( lscp_client_t* pClient, int iChannel, int audio_channel ) (2)
[+] lscp_set_channel_audio_type ( lscp_client_t* pClient, int iChannel, lscp_audio_t audio_type ) (2)
[+] lscp_set_channel_midi_channel ( lscp_client_t* pClient, int iChannel, int midi_channel ) (2)
[+] lscp_set_channel_midi_port ( lscp_client_t* pClient, int iChannel, char const* midi_port ) (2)
[+] lscp_set_channel_midi_type ( lscp_client_t* pClient, int iChannel, lscp_midi_t midi_type ) (2)
[+] lscp_set_channel_volume ( lscp_client_t* pClient, int iChannel, float volume ) (2)

lscp_server.h, liblscp.so
[+] lscp_server_unsubscribe ( lscp_connect_t* pConnect, char const* pszSessionID ) (1)

to the top

Header Files (5)


lscp_client.h
lscp_parser.h
lscp_server.h
lscp_socket.h
lscp_thread.h

to the top

Shared Libraries (1)


liblscp.so

to the top




Generated on Wed Feb 22 17:08:57 2012 for liblscp by ABI Compliance Checker 1.96.8  
A tool for checking backward binary compatibility of a shared C/C++ library API