Binary compatibility report for the liblo library between 0.25 and 0.26 versions on x86
Test Info
Library Name | liblo |
Version #1 | 0.25 |
Version #2 | 0.26 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 1 |
Total Symbols / Types | 100 / 46 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 5 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 17 |
Problems with Constants | Low | 0 |
Added Symbols (5)
lo.h,
liblo.so.7.0.0
lo_address_new_with_proto ( int proto, char const* host, char const* port )
lo_lowlevel.h,
liblo.so.7.0.0
lo_message_get_timestamp ( lo_message m )
lo_server_dispatch_data ( lo_server s, void* data, size_t size )
lo_server_wait ( lo_server s, int timeout )
lo_url_get_protocol_id ( char const* url )
to the top
Problems with Symbols, Low Severity (17)
lo.h,
liblo.so.0.6.0
[+] lo_server_thread_start ( lo_server_thread st ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_server_thread_stop ( lo_server_thread st ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
lo_lowlevel.h,
liblo.so.0.6.0
[+] lo_bundle_add_message ( lo_bundle b, char const* path, lo_message m ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_blob ( lo_message m, lo_blob a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_char ( lo_message m, char a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_double ( lo_message m, double a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_false ( lo_message m ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_float ( lo_message m, float a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_infinitum ( lo_message m ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_int32 ( lo_message m, int32_t a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_int64 ( lo_message m, int64_t a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_midi ( lo_message m, uint8_t* a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_nil ( lo_message m ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_string ( lo_message m, char const* a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_symbol ( lo_message m, char const* a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_timetag ( lo_message m, struct lo_timetag a ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return type may indicate a change in its semantic meaning. |
[+] lo_message_add_true ( lo_message m ) (1)
| Change | Effect |
---|
1 | Type of return value has been changed from void to int (4 bytes). | Replacement of return 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.6.0
to the top