Test Info
Library Name | libmemcached |
Version #1 | 1.0.7 |
Version #2 | 1.0.8 |
CPU Type | x86_64 |
GCC Version | 4.7.0 |
Subject | Binary Compatibility |
Test Results
Total Header Files | 86 |
Total Shared Libraries | 4 |
Total Symbols / Types | 199 / 189 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
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 |
Header Files (86)
algorithm.h
alloc.h
allocator.h
allocators.h
analysis.h
analyze.h
auto.h
basic_string.h
binary.h
callbacks.h
connection.h
defaults.h
delete.h
deprecated_types.h
digest.h
dump.h
encoding_key.h
error.h
exception.hpp
exist.h
fetch.h
flush_buffers.h
function.h
get.h
handler.h
has.h
hash.h
hashkit.hpp
behavior.h (libhashkit-1.0/behavior.h)
configure.h (libhashkit-1.0/configure.h)
hashkit.h (libhashkit-1.0/hashkit.h)
strerror.h (libhashkit-1.0/strerror.h)
string.h (libhashkit-1.0/string.h)
types.h (libhashkit-1.0/types.h)
visibility.h (libhashkit-1.0/visibility.h)
hashkit.h (libhashkit/hashkit.h)
behavior.h (libmemcached-1.0/behavior.h)
callback.h (libmemcached-1.0/callback.h)
configure.h (libmemcached-1.0/configure.h)
flush.h (libmemcached-1.0/flush.h)
memcached.h (libmemcached-1.0/memcached.h)
memcached.hpp (libmemcached-1.0/memcached.hpp)
strerror.h (libmemcached-1.0/strerror.h)
callback.h (libmemcached-1.0/struct/callback.h)
memcached.h (libmemcached-1.0/struct/memcached.h)
string.h (libmemcached-1.0/struct/string.h)
types.h (libmemcached-1.0/types.h)
behavior.h (libmemcached-1.0/types/behavior.h)
callback.h (libmemcached-1.0/types/callback.h)
version.h (libmemcached-1.0/version.h)
visibility.h (libmemcached-1.0/visibility.h)
memcached.h (libmemcached/memcached.h)
memcached.hpp (libmemcached/memcached.hpp)
util.h (libmemcached/util.h)
callback.h (libmemcachedprotocol-0.0/callback.h)
flush.h (libmemcachedutil-1.0/flush.h)
util.h (libmemcachedutil-1.0/util.h)
version.h (libmemcachedutil-1.0/version.h)
limits.h
options.h
ostream.hpp
parse.h
pid.h
ping.h
platform.h
pool.h
quit.h
result.h
return.h
sasl.h
server.h
server_distribution.h
server_list.h
stat.h
stats.h
storage.h
str_algorithm.h
result.h (struct/result.h)
sasl.h (struct/sasl.h)
server.h (struct/server.h)
touch.h
triggers.h
hash.h (types/hash.h)
return.h (types/return.h)
vbucket.h
verbosity.h
to the top
Shared Libraries (4)
libhashkit.so.2.0.0
libmemcached.so.10.0.0
libmemcachedprotocol.so.0.0.0
libmemcachedutil.so.2.0.0
to the top
Test Info
Library Name | libmemcached |
Version #1 | 1.0.7 |
Version #2 | 1.0.8 |
CPU Type | x86_64 |
GCC Version | 4.7.0 |
Subject | Source Compatibility |
Test Results
Total Header Files | 86 |
Total Shared Libraries | 4 |
Total Symbols / Types | 366 / 277 |
Verdict | Incompatible (0.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 3 |
Low | 0 |
Problems with Constants | Low | 2 |
Added Symbols (3)
memcached.hpp
namespace memcache
Memcache::mget ( std::vector<std::string>const& keys )
[symbol: _ZN8memcache8Memcache4mgetERKSt6vectorISsSaISsEE]
Memcache::setAll ( std::map<std::string const, std::vector<char> >const& key_value_map, time_t expiration, uint32_t flags )
[symbol: _ZN8memcache8Memcache6setAllERKSt3mapIKSsSt6vectorIcSaIcEESt4lessIS2_ESaISt4pairIS2_S5_EEElj]
Memcache::setAll ( std::vector<std::string>const& keys, std::vector<std::vector<char>*>const& values, time_t expiration, uint32_t flags )
[symbol: _ZN8memcache8Memcache6setAllERKSt6vectorISsSaISsEERKS1_IPS1_IcSaIcEESaIS8_EElj]
to the top
Removed Symbols (3)
memcached.hpp
namespace memcache
Memcache::mget ( std::vector<std::string>& keys )
[symbol: _ZN8memcache8Memcache4mgetERSt6vectorISsSaISsEE]
Memcache::setAll ( std::map<std::string const, std::vector<char> >& key_value_map, time_t expiration, uint32_t flags )
[symbol: _ZN8memcache8Memcache6setAllERSt3mapIKSsSt6vectorIcSaIcEESt4lessIS2_ESaISt4pairIS2_S5_EEElj]
Memcache::setAll ( std::vector<std::string>& keys, std::vector<std::vector<char>*>& values, time_t expiration, uint32_t flags )
[symbol: _ZN8memcache8Memcache6setAllERSt6vectorISsSaISsEERS1_IPS1_IcSaIcEESaIS7_EElj]
to the top
Problems with Symbols, Medium Severity (3)
memcached.hpp
namespace memcache
[+] Memcache::mget ( std::vector<std::string>& keys ) (1)
changed to:Memcache::mget ( std::vector<std::string>const& keys )
[symbol: _ZN8memcache8Memcache4mgetERSt6vectorISsSaISsEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
[+] Memcache::setAll ( std::map<std::string const, std::vector<char> >& key_value_map, time_t expiration, uint32_t flags ) (1)
changed to:Memcache::setAll ( std::map<std::string const, std::vector<char> >const& key_value_map, time_t expiration, uint32_t flags )
[symbol: _ZN8memcache8Memcache6setAllERSt3mapIKSsSt6vectorIcSaIcEESt4lessIS2_ESaISt4pairIS2_S5_EEElj]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
[+] Memcache::setAll ( std::vector<std::string>& keys, std::vector<std::vector<char>*>& values, time_t expiration, uint32_t flags ) (1)
changed to:Memcache::setAll ( std::map<std::string const, std::vector<char> >const& key_value_map, time_t expiration, uint32_t flags )
[symbol: _ZN8memcache8Memcache6setAllERSt6vectorISsSaISsEERS1_IPS1_IcSaIcEESaIS7_EElj]
| Change | Effect |
---|
1 | Parameters list has been changed. | Recompilation of a client program may be broken. |
to the top
Problems with Constants (2)
configure.h
[+] LIBMEMCACHED_VERSION_HEX
| Change | Effect |
---|
1 | The value of constant LIBMEMCACHED_VERSION_HEX has been changed from 0x01000007 to 0x01000008. | Recompilation of a client program may be broken. |
[+] LIBMEMCACHED_VERSION_STRING
| Change | Effect |
---|
1 | The value of constant LIBMEMCACHED_VERSION_STRING has been changed from "1.0.7" to "1.0.8". | Recompilation of a client program may be broken. |
to the top
Header Files (86)
algorithm.h
alloc.h
allocator.h
allocators.h
analysis.h
analyze.h
auto.h
basic_string.h
binary.h
callbacks.h
connection.h
defaults.h
delete.h
deprecated_types.h
digest.h
dump.h
encoding_key.h
error.h
exception.hpp
exist.h
fetch.h
flush_buffers.h
function.h
get.h
handler.h
has.h
hash.h
hashkit.hpp
behavior.h (libhashkit-1.0/behavior.h)
configure.h (libhashkit-1.0/configure.h)
hashkit.h (libhashkit-1.0/hashkit.h)
strerror.h (libhashkit-1.0/strerror.h)
string.h (libhashkit-1.0/string.h)
types.h (libhashkit-1.0/types.h)
visibility.h (libhashkit-1.0/visibility.h)
hashkit.h (libhashkit/hashkit.h)
behavior.h (libmemcached-1.0/behavior.h)
callback.h (libmemcached-1.0/callback.h)
configure.h (libmemcached-1.0/configure.h)
flush.h (libmemcached-1.0/flush.h)
memcached.h (libmemcached-1.0/memcached.h)
memcached.hpp (libmemcached-1.0/memcached.hpp)
strerror.h (libmemcached-1.0/strerror.h)
callback.h (libmemcached-1.0/struct/callback.h)
memcached.h (libmemcached-1.0/struct/memcached.h)
string.h (libmemcached-1.0/struct/string.h)
types.h (libmemcached-1.0/types.h)
behavior.h (libmemcached-1.0/types/behavior.h)
callback.h (libmemcached-1.0/types/callback.h)
version.h (libmemcached-1.0/version.h)
visibility.h (libmemcached-1.0/visibility.h)
memcached.h (libmemcached/memcached.h)
memcached.hpp (libmemcached/memcached.hpp)
util.h (libmemcached/util.h)
callback.h (libmemcachedprotocol-0.0/callback.h)
flush.h (libmemcachedutil-1.0/flush.h)
util.h (libmemcachedutil-1.0/util.h)
version.h (libmemcachedutil-1.0/version.h)
limits.h
options.h
ostream.hpp
parse.h
pid.h
ping.h
platform.h
pool.h
quit.h
result.h
return.h
sasl.h
server.h
server_distribution.h
server_list.h
stat.h
stats.h
storage.h
str_algorithm.h
result.h (struct/result.h)
sasl.h (struct/sasl.h)
server.h (struct/server.h)
touch.h
triggers.h
hash.h (types/hash.h)
return.h (types/return.h)
vbucket.h
verbosity.h
to the top
Shared Libraries (4)
libhashkit.so.2.0.0
libmemcached.so.10.0.0
libmemcachedprotocol.so.0.0.0
libmemcachedutil.so.2.0.0
to the top