Binary compatibility report for the lfcbase library between 1.2.0 and 1.3.0 versions on x86
Test Info
Library Name | lfcbase |
Version #1 | 1.2.0 |
Version #2 | 1.3.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 32 |
Total Shared Libraries | 1 |
Total Symbols / Types | 369 / 137 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (3)
Tokenizer.h,
liblfc.so.1
Tokenizer::numAhead ( ) const
[symbol: _ZNK9Tokenizer8numAheadEv]
Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC1ERK5ChainS2_cc]
Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC2ERK5ChainS2_cc]
to the top
Removed Symbols (2)
Tokenizer.h,
liblfc.so.1
Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC1ERK5ChainS2_c]
Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char esc )
[symbol: _ZN9TokenizerC2ERK5ChainS2_c]
to the top
Problems with Symbols, High Severity (2)
Tokenizer.h,
liblfc.so.1
[+] Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char esc ) (1)
changed to:Tokenizer::Tokenizer [in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC1ERK5ChainS2_c]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN9TokenizerC1ERK5ChainS2_c to _ZN9TokenizerC1ERK5ChainS2_cc. This may cause "undefined reference" linker error in old client applications. |
[+] Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char esc ) (1)
changed to:Tokenizer::Tokenizer [not-in-charge] ( Chain const& tokenStream, Chain const& sep, char quote, char esc )
[symbol: _ZN9TokenizerC2ERK5ChainS2_c]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN9TokenizerC2ERK5ChainS2_c to _ZN9TokenizerC2ERK5ChainS2_cc. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (32)
AESCrypt.h
Base64Coder.h
BigDecimal.h
BigInteger.h
Bitmap.h
Chain.h
CommandExecuter.h
Crypt.h
Datetime.h
Exception.h
File.h
GetLongOpt.h
GetOpt.h
Host.h
ListT.h
Logger.h
Matcher.h
NanoTimer.h
Net.h
NetHandler.h
Process.h
Semaphore.h
SetT.h
SharedMemory.h
SigHandler.h
Sleeper.h
StackT.h
Thread.h
ThreadLock.h
Timer.h
Tokenizer.h
TreeT.h
to the top
Shared Libraries (1)
liblfc.so.1
to the top