Source compatibility report for the ctpp2 library between 2.7.5 and 2.8.1 versions
Test Info
Library Name | ctpp2 |
Version #1 | 2.7.5 |
Version #2 | 2.8.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 62 |
Total Shared Libraries | 1 |
Total Symbols / Types | 859 / 397 |
Verdict | Incompatible (0.5%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
Removed Symbols | High | 7 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 5 |
Low | 0 |
Problems with Constants | Low | 1 |
Other Changes in Constants | - | 1 |
Added Symbols (6)
CTPP2Compiler.hpp
namespace CTPP
CTPP2Compiler::CallBlock ( std::string const& sBlockName, bool const& bIsVariable, UINT_32 const iArgCount, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler9CallBlockERKSsRKbjRKNS_11VMDebugInfoE]
CTPP2Compiler::CallContextBlock ( UINT_32 const iArgCount, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16CallContextBlockEjRKNS_11VMDebugInfoE]
CTPP2Compiler::ChangeForeachScope ( CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler18ChangeForeachScopeEPKcjRKNS_11VMDebugInfoE]
CTPP2Compiler::IndirectCall ( VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler12IndirectCallERKNS_11VMDebugInfoE]
CTPP2Compiler::PrepareCallBlock ( VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16PrepareCallBlockERKNS_11VMDebugInfoE]
CTPP2Compiler::PushScopedVariable ( CCHAR_P szName, UINT_32 const iNameLength, CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo, bool bNoPushVariable )
[symbol: _ZN4CTPP13CTPP2Compiler18PushScopedVariableEPKcjS2_jRKNS_11VMDebugInfoEb]
to the top
Removed Symbols (7)
CTPP2Compiler.hpp
namespace CTPP
CTPP2Compiler::CallBlock ( std::string const& sBlockName, bool const& bIsVariable, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler9CallBlockERKSsRKbRKNS_11VMDebugInfoE]
CTPP2Compiler::CallContextBlock ( VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16CallContextBlockERKNS_11VMDebugInfoE]
CTPP2Compiler::ChangeForeachScope ( CCHAR_P szNS, UINT_32 const iNSLength, CCHAR_P szName, UINT_32 const iNameLength, CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler18ChangeForeachScopeEPKcjS2_jS2_jRKNS_11VMDebugInfoE]
CTPP2Compiler::IndirectArrayCall ( VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler17IndirectArrayCallERKNS_11VMDebugInfoE]
CTPP2Compiler::IndirectHashCall ( VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16IndirectHashCallERKNS_11VMDebugInfoE]
CTPP2Compiler::PrepareCallBlock ( UINT_32 const iArgCount, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16PrepareCallBlockEjRKNS_11VMDebugInfoE]
CTPP2Compiler::PushScopedVariable ( CCHAR_P szNS, UINT_32 const iNSLength, CCHAR_P szName, UINT_32 const iNameLength, CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo, bool bNoPushVariable )
[symbol: _ZN4CTPP13CTPP2Compiler18PushScopedVariableEPKcjS2_jS2_jRKNS_11VMDebugInfoEb]
to the top
Problems with Symbols, Medium Severity (5)
CTPP2Compiler.hpp
namespace CTPP
[+] CTPP2Compiler::CallBlock ( std::string const& sBlockName, bool const& bIsVariable, VMDebugInfo const& oDebugInfo ) (1)
changed to:CTPP2Compiler::CallBlock ( std::string const& sBlockName, bool const& bIsVariable, UINT_32 const iArgCount, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler9CallBlockERKSsRKbRKNS_11VMDebugInfoE]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
[+] CTPP2Compiler::CallContextBlock ( VMDebugInfo const& oDebugInfo ) (1)
changed to:CTPP2Compiler::CallContextBlock ( UINT_32 const iArgCount, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16CallContextBlockERKNS_11VMDebugInfoE]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
[+] CTPP2Compiler::ChangeForeachScope ( CCHAR_P szNS, UINT_32 const iNSLength, CCHAR_P szName, UINT_32 const iNameLength, CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo ) (1)
changed to:CTPP2Compiler::ChangeForeachScope ( CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler18ChangeForeachScopeEPKcjS2_jS2_jRKNS_11VMDebugInfoE]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
[+] CTPP2Compiler::PrepareCallBlock ( UINT_32 const iArgCount, VMDebugInfo const& oDebugInfo ) (1)
changed to:CTPP2Compiler::PrepareCallBlock ( VMDebugInfo const& oDebugInfo )
[symbol: _ZN4CTPP13CTPP2Compiler16PrepareCallBlockEjRKNS_11VMDebugInfoE]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
[+] CTPP2Compiler::PushScopedVariable ( CCHAR_P szNS, UINT_32 const iNSLength, CCHAR_P szName, UINT_32 const iNameLength, CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo, bool bNoPushVariable ) (1)
changed to:CTPP2Compiler::PushScopedVariable ( CCHAR_P szName, UINT_32 const iNameLength, CCHAR_P szFullVariable, UINT_32 const iFullVariableLength, VMDebugInfo const& oDebugInfo, bool bNoPushVariable )
[symbol: _ZN4CTPP13CTPP2Compiler18PushScopedVariableEPKcjS2_jS2_jRKNS_11VMDebugInfoEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
to the top
Problems with Constants, Low Severity (1)
CTPP2SysHeaders.h
[+] CTPP_VERSION
| Change | Effect |
---|
1 | The value of constant CTPP_VERSION has been changed from "2.7.5" to "2.8.1". | Recompilation of a client program may be broken. |
to the top
Other Changes in Constants (1)
CTPP2VMOpcodes.h
[+] REPLIND
| Change | Effect |
---|
1 | The constant REPLIND with value 0x080B0000 has been added. | No effect. |
to the top
Header Files (62)
CDT.hpp
CDTSortRoutines.hpp
CTPP2BitIndex.hpp
CTPP2CharIterator.hpp
CTPP2Compiler.hpp
CTPP2DTOA.hpp
CTPP2Error.hpp
CTPP2ErrorCodes.h
CTPP2Exception.hpp
CTPP2FileLogger.hpp
CTPP2FileOutputCollector.hpp
CTPP2FileSourceLoader.hpp
CTPP2GetText.hpp
CTPP2GlobalDefines.h
CTPP2HashTable.hpp
CTPP2JSONFileParser.hpp
CTPP2JSONParser.hpp
CTPP2Logger.hpp
CTPP2OutputCollector.hpp
CTPP2Parser.hpp
CTPP2ParserException.hpp
CTPP2SimpleCompiler.hpp
CTPP2SimpleVM.hpp
CTPP2SourceLoader.hpp
CTPP2Sprintf.hpp
CTPP2StaticData.hpp
CTPP2StaticText.hpp
CTPP2StreamOutputCollector.hpp
CTPP2StringBuffer.hpp
CTPP2StringIconvOutputCollector.hpp
CTPP2StringOutputCollector.hpp
CTPP2SymbolTable.hpp
CTPP2Syntax.h
CTPP2SyscallFactory.hpp
CTPP2SysHeaders.h
CTPP2SysTypes.h
CTPP2Types.h
CTPP2Util.hpp
CTPP2VM.hpp
CTPP2VMArgStack.hpp
CTPP2VMCodeStack.hpp
CTPP2VMDebugInfo.hpp
CTPP2VMDumper.hpp
CTPP2VMException.hpp
CTPP2VMExecutable.hpp
CTPP2VMFileLoader.hpp
CTPP2VMInstruction.hpp
CTPP2VMLoader.hpp
CTPP2VMMemoryCore.hpp
CTPP2VMOpcodeCollector.hpp
CTPP2VMOpcodes.h
CTPP2VMStackException.hpp
CTPP2VMSTDLib.hpp
CTPP2VMSyscall.hpp
STLException.hpp
STLFunctional.hpp
STLIosfwd.hpp
STLMap.hpp
STLOstream.hpp
STLPair.hpp
STLString.hpp
STLVector.hpp
to the top
Shared Libraries (1)
libctpp2.so.2.7.5
to the top