Binary compatibility report for the QJson library between 0.7.1 and 0.8.0 versions on x86
Test Info
Library Name | QJson |
Version #1 | 0.7.1 |
Version #2 | 0.8.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 6 |
Total Shared Libraries | 1 |
Total Symbols / Types | 47 / 79 |
Verdict | Incompatible (2.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 10 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (10)
parser.h,
libqjson.so.0.8.0
namespace QJson
Parser::allowSpecialNumbers ( bool allowSpecialNumbers )
[symbol: _ZN5QJson6Parser19allowSpecialNumbersEb]
Parser::specialNumbersAllowed ( ) const
[symbol: _ZNK5QJson6Parser21specialNumbersAllowedEv]
qglobal.h,
libqjson.so.0.8.0
qDebug ( )
[symbol: _Z6qDebugv]
serializer.h,
libqjson.so.0.8.0
namespace QJson
Serializer::allowSpecialNumbers ( bool allow )
[symbol: _ZN5QJson10Serializer19allowSpecialNumbersEb]
Serializer::errorMessage ( ) const
[symbol: _ZNK5QJson10Serializer12errorMessageEv]
Serializer::indentMode ( ) const
[symbol: _ZNK5QJson10Serializer10indentModeEv]
Serializer::serialize ( QVariant const& variant, bool* ok )
[symbol: _ZN5QJson10Serializer9serializeERK8QVariantPb]
Serializer::setDoublePrecision ( int precision )
[symbol: _ZN5QJson10Serializer18setDoublePrecisionEi]
Serializer::setIndentMode ( IndentMode mode )
[symbol: _ZN5QJson10Serializer13setIndentModeENS_10IndentModeE]
Serializer::specialNumbersAllowed ( ) const
[symbol: _ZNK5QJson10Serializer21specialNumbersAllowedEv]
to the top
Removed Symbols (1)
serializer.h,
libqjson.so.0.7.1
namespace QJson
Serializer::serialize ( QVariant const& variant )
[symbol: _ZN5QJson10Serializer9serializeERK8QVariant]
to the top
Problems with Symbols, High Severity (1)
serializer.h,
libqjson.so.0.7.1
namespace QJson
[+] Serializer::serialize ( QVariant const& variant ) (1)
changed to:Serializer::serialize ( QVariant const& variant, bool* ok )
[symbol: _ZN5QJson10Serializer9serializeERK8QVariant]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5QJson10Serializer9serializeERK8QVariant to _ZN5QJson10Serializer9serializeERK8QVariantPb. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Low Severity (1)
serializer.h,
libqjson.so.0.7.1
namespace QJson
[+] Serializer::serialize ( QVariant const& variant, QIODevice* out, bool* ok ) (1)
[symbol: _ZN5QJson10Serializer9serializeERK8QVariantP9QIODevicePb]
| Change | Effect |
---|
1 | The default argument 0 of 3rd parameter ok has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (6)
parser.h
parserrunnable.h
qjson_export.h
qobjecthelper.h
serializer.h
serializerrunnable.h
to the top
Shared Libraries (1)
libqjson.so.0.7.1
to the top