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

Test Info


Library Nameliblscp
Version #10.0.9
Version #20.1.0
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files5
Total Shared Libraries1
Total Symbols / Types30 / 63
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-21
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low8
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes-2

Added Symbols (21)


lscp_client.h, liblscp.so
lscp_add_channel lscp_client_t* pClient )
lscp_client_get_errno lscp_client_t* pClient )
lscp_client_get_result lscp_client_t* pClient )
lscp_client_query ( lscp_client_t* pClient, char const* pszQuery )
lscp_get_available_engines lscp_client_t* pClient )
lscp_get_channel_buffer_fill ( lscp_client_t* pClient, lscp_usage_t usage_type, int iChannel )
lscp_get_channel_info ( lscp_client_t* pClient, int iChannel )
lscp_get_channel_stream_count ( lscp_client_t* pClient, int iChannel )
lscp_get_channel_voice_count ( lscp_client_t* pClient, int iChannel )
lscp_get_channels lscp_client_t* pClient )
lscp_get_engine_info ( lscp_client_t* pClient, char const* pszEngineName )
lscp_load_engine ( lscp_client_t* pClient, char const* pszEngineName, int iChannel )
lscp_load_instrument ( lscp_client_t* pClient, char const* pszFileName, int iIndex, int iChannel )
lscp_remove_channel ( lscp_client_t* pClient, int iChannel )
lscp_reset_channel ( lscp_client_t* pClient, int iChannel )
lscp_set_channel_audio_channel ( lscp_client_t* pClient, int iChannel, int audio_channel )
lscp_set_channel_audio_type ( lscp_client_t* pClient, int iChannel, lscp_audio_t audio_type )
lscp_set_channel_midi_channel ( lscp_client_t* pClient, int iChannel, int midi_channel )
lscp_set_channel_midi_port ( lscp_client_t* pClient, int iChannel, char const* midi_port )
lscp_set_channel_midi_type ( lscp_client_t* pClient, int iChannel, lscp_midi_t midi_type )
lscp_set_channel_volume ( lscp_client_t* pClient, int iChannel, float volume )

to the top

Problems with Data Types, Low Severity (8)


lscp_client.h
[+] struct _lscp_client_t (8)

to the top

Other Changes in Data Types (2)


lscp_thread.h
[+] enum _lscp_status_t (2)

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:09:00 2012 for liblscp by ABI Compliance Checker 1.96.8  
A tool for checking backward binary compatibility of a shared C/C++ library API