Binary compatibility report for the kyotocabinet library  between 1.2.55 and 1.2.56 versions on x86

Test Info


Library Namekyotocabinet
Version #11.2.55
Version #21.2.56
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files18
Total Shared Libraries1
Total Symbols / Types785 / 302
VerdictIncompatible
(0.6%)

Problem Summary


SeverityCount
Added Symbols-4
Removed SymbolsHigh4
Problems with
Data Types
High0
Medium4
Low0
Problems with
Symbols
High4
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (4)


kcdb.h, libkyotocabinet.so.9.17.0
namespace kyotocabinet
BasicDB::increment ( char const* kbuf, size_t ksiz, int64_t num, int64_t orig )
BasicDB::increment ( std::string const& key, int64_t num, int64_t orig )
BasicDB::increment_double ( char const* kbuf, size_t ksiz, double num, double orig )
BasicDB::increment_double ( std::string const& key, double num, double orig )

to the top

Removed Symbols (4)


kcdb.h, libkyotocabinet.so.9.16.0
namespace kyotocabinet
BasicDB::increment ( char const* kbuf, size_t ksiz, int64_t num )
BasicDB::increment ( std::string const& key, int64_t num )
BasicDB::increment_double ( char const* kbuf, size_t ksiz, double num )
BasicDB::increment_double ( std::string const& key, double num )

to the top

Problems with Symbols, High Severity (4)


kcdb.h, libkyotocabinet.so.9.16.0
namespace kyotocabinet
[+] BasicDB::increment ( char const* kbuf, size_t ksiz, int64_t num ) (1)
[+] BasicDB::increment ( std::string const& key, int64_t num ) (1)
[+] BasicDB::increment_double ( char const* kbuf, size_t ksiz, double num ) (1)
[+] BasicDB::increment_double ( std::string const& key, double num ) (1)

to the top

Problems with Data Types, Medium Severity (4)


kcdb.h
namespace kyotocabinet
[+] class DB (4)

to the top

Header Files (18)


kccachedb.h
kccommon.h
kccompare.h
kccompress.h
kcdb.h
kcdbext.h
kcdirdb.h
kcfile.h
kchashdb.h
kclangc.h
kcmap.h
kcplantdb.h
kcpolydb.h
kcprotodb.h
kcregex.h
kcstashdb.h
kcthread.h
kcutil.h

to the top

Shared Libraries (1)


libkyotocabinet.so.9.16.0

to the top




Generated on Fri Jul 13 18:13:58 2012 for kyotocabinet by ABI Compliance Checker 1.98.3  
A tool for checking backward compatibility of a C/C++ library API