Binary compatibility report for the liblo library between 0.15 and 0.16 versions on x86
Test Info
Library Name | liblo |
Version #1 | 0.15 |
Version #2 | 0.16 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 1 |
Total Symbols / Types | 78 / 40 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (4)
lo_lowlevel.h,
liblo.so.0.4.0
lo_address_get_hostname ( lo_address a )
lo_address_get_port ( lo_address a )
lo_address_get_url ( lo_address a )
lo_message_get_source ( lo_message m )
to the top
Problems with Symbols, Low Severity (2)
lo_lowlevel.h,
liblo.so.0.4.0
[+] lo_message_add_string ( lo_message m, char* a ) (1)
changed to:lo_message_add_string ( lo_message m, char const* a )
| Change | Effect |
---|
1 | Type of 2nd parameter a has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] lo_message_add_symbol ( lo_message m, char* a ) (1)
changed to:lo_message_add_symbol ( lo_message m, char const* a )
| Change | Effect |
---|
1 | Type of 2nd parameter a has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (8)
lo.h
lo_endian.h
lo_errors.h
lo_lowlevel.h
lo_macros.h
lo_osc_types.h
lo_throw.h
lo_types.h
to the top
Shared Libraries (1)
liblo.so.0.4.0
to the top