Binary compatibility report for the libJSON library between 6.0 and 6.1.1 versions on x86
Test Info
Library Name | libJSON |
Version #1 | 6.0 |
Version #2 | 6.1.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 42 / 14 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 14 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 3 |
Added Symbols (14)
internalJSONNode.h,
libjson.so
internalJSONNode::AreEqualNoCase ( char const* ch_one, char const* ch_two ) [static]
[symbol: _ZN16internalJSONNode14AreEqualNoCaseEPKcS1_]
internalJSONNode::at_nocase ( json_string const& name_t )
[symbol: _ZN16internalJSONNode9at_nocaseERKSs]
internalJSONNode::Nullify ( bool validation ) const
[symbol: _ZNK16internalJSONNode7NullifyEb]
internalJSONNode::pop_back_nocase ( json_string const& name_t )
[symbol: _ZN16internalJSONNode15pop_back_nocaseERKSs]
internalJSONNode::validate ( )
[symbol: _ZN16internalJSONNode8validateEv]
JSONNode.h,
libjson.so
JSONNode::at_nocase ( json_string const& name_t )
[symbol: _ZN8JSONNode9at_nocaseERKSs]
JSONNode::at_nocase ( json_string const& name_t ) const
[symbol: _ZNK8JSONNode9at_nocaseERKSs]
JSONNode::pop_back_nocase ( json_string const& name_t )
[symbol: _ZN8JSONNode15pop_back_nocaseERKSs]
JSONWorker.h,
libjson.so
JSONWorker::validate ( json_string const& json ) [static]
[symbol: _ZN10JSONWorker8validateERKSs]
libJSON.h,
libjson.so
json_get_comment ( void const* node )
json_get_nocase ( void* node, char const* name )
json_pop_back_nocase ( void* node, char const* name )
json_set_comment ( void* node, char const* comment )
json_validate ( char const* json )
to the top
Other Changes in Constants (3)
JSONDebug.h
[+] JSON_PRIVATE
| Change | Effect |
---|
1 | The constant JSON_PRIVATE with value private: has been added. | No effect. |
JSONMemory.h
[+] JSON_FREE_PASSTYPE
| Change | Effect |
---|
1 | The constant JSON_FREE_PASSTYPE with value & has been added. | No effect. |
JSONNode.h
[+] JSON_PTR_LIB
| Change | Effect |
---|
1 | The constant JSON_PTR_LIB with value * has been added. | No effect. |
to the top
Header Files (2)
JSONOptions.h
libJSON.h
to the top
Shared Libraries (1)
libjson.so
to the top