Binary compatibility report for the Presage library between 0.7.3 and 0.8.1 versions on x86
Test Info
Library Name | Presage |
Version #1 | 0.7.3 |
Version #2 | 0.8.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 21 / 16 |
Verdict | Incompatible (38.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 9 |
Removed Symbols | High | 8 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Symbols | High | 6 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (9)
presage.h,
libpresage.so.1.1.1
Presage::callback ( PresageCallback* callback )
[symbol: _ZN7Presage8callbackEP15PresageCallback]
Presage::completion ( std::string str )
[symbol: _ZN7Presage10completionESs]
Presage::config ( std::string const variable, std::string const value ) const
[symbol: _ZNK7Presage6configESsSs]
Presage::predict ( )
[symbol: _ZN7Presage7predictEv]
Presage::Presage [in-charge] ( PresageCallback* callback )
[symbol: _ZN7PresageC1EP15PresageCallback]
Presage::Presage [in-charge] ( PresageCallback* callback, std::string const config )
[symbol: _ZN7PresageC1EP15PresageCallbackSs]
Presage::Presage [not-in-charge] ( PresageCallback* callback )
[symbol: _ZN7PresageC2EP15PresageCallback]
Presage::Presage [not-in-charge] ( PresageCallback* callback, std::string const config )
[symbol: _ZN7PresageC2EP15PresageCallbackSs]
Presage::save_config ( ) const
[symbol: _ZNK7Presage11save_configEv]
to the top
Removed Symbols (8)
presage.h,
libpresage.so.0.0.0
Presage::complete ( std::string str )
[symbol: _ZN7Presage8completeESs]
Presage::config ( std::string const variable, std::string const value )
[symbol: _ZN7Presage6configESsSs]
Presage::predict ( std::string str )
[symbol: _ZN7Presage7predictESs]
Presage::Presage [in-charge] ( )
[symbol: _ZN7PresageC1Ev]
Presage::Presage [in-charge] ( std::string const config )
[symbol: _ZN7PresageC1ESs]
Presage::Presage [not-in-charge] ( )
[symbol: _ZN7PresageC2Ev]
Presage::Presage [not-in-charge] ( std::string const config )
[symbol: _ZN7PresageC2ESs]
Presage::update ( std::string str )
[symbol: _ZN7Presage6updateESs]
to the top
Problems with Symbols, High Severity (6)
presage.h,
libpresage.so.0.0.0
[+] Presage::config ( std::string const variable, std::string const value ) (1)
changed to:Presage::config ( std::string const variable, std::string const value ) const
[symbol: _ZN7Presage6configESsSs]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7Presage6configESsSs to _ZNK7Presage6configESsSs. This may cause "undefined reference" linker error in old client applications. |
[+] Presage::predict ( std::string str ) (1)
changed to:Presage::predict ( )
[symbol: _ZN7Presage7predictESs]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7Presage7predictESs to _ZN7Presage7predictEv. This may cause "undefined reference" linker error in old client applications. |
[+] Presage::Presage [not-in-charge] ( ) (1)
changed to:Presage::Presage [not-in-charge] ( PresageCallback* callback )
[symbol: _ZN7PresageC2Ev]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7PresageC2Ev to _ZN7PresageC2EP15PresageCallback. This may cause "undefined reference" linker error in old client applications. |
[+] Presage::Presage [in-charge] ( ) (1)
changed to:Presage::Presage [in-charge] ( PresageCallback* callback )
[symbol: _ZN7PresageC1Ev]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7PresageC1Ev to _ZN7PresageC1EP15PresageCallback. This may cause "undefined reference" linker error in old client applications. |
[+] Presage::Presage [not-in-charge] ( std::string const config ) (1)
changed to:Presage::Presage [not-in-charge] ( PresageCallback* callback )
[symbol: _ZN7PresageC2ESs]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7PresageC2ESs to _ZN7PresageC2EP15PresageCallback. This may cause "undefined reference" linker error in old client applications. |
[+] Presage::Presage [in-charge] ( std::string const config ) (1)
changed to:Presage::Presage [in-charge] ( PresageCallback* callback )
[symbol: _ZN7PresageC1ESs]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN7PresageC1ESs to _ZN7PresageC1EP15PresageCallback. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Low Severity (2)
presage.h
[+] class Presage (2)
| Change |
Effect |
1 | Size of this type has been changed from 28 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field profile has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (6)
Presage::config ( std::string const variable ) constThis method is from 'Presage' class.
Presage::context ( ) constThis method is from 'Presage' class.
Presage::context_change ( ) constThis method is from 'Presage' class.
Presage::predict ( std::vector<std::string> filter )This method is from 'Presage' class.
Presage::prefix ( ) constThis method is from 'Presage' class.
Presage::~Presage [in-charge] ( )This method is from 'Presage' class.
to the top
Header Files (2)
presage.h
presageException.h
to the top
Shared Libraries (1)
libpresage.so.0.0.0
to the top