Binary compatibility report for the Zimlib library between 1.0 and 1.1 versions on x86
Test Info
Library Name | Zimlib |
Version #1 | 1.0 |
Version #2 | 1.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 26 |
Total Shared Libraries | 1 |
Total Symbols / Types | 112 / 125 |
Verdict | Incompatible (3.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 9 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Data Types | - | 2 |
Added Symbols (9)
articlesource.h,
libzim.so.0.0.0
namespace zim::writer
Article::getRedirectAid ( ) const
[symbol: _ZNK3zim6writer7Article14getRedirectAidEv]
Article::isDeleted ( ) const
[symbol: _ZNK3zim6writer7Article9isDeletedEv]
Article::isLinktarget ( ) const
[symbol: _ZNK3zim6writer7Article12isLinktargetEv]
Article::isRedirect ( ) const
[symbol: _ZNK3zim6writer7Article10isRedirectEv]
dirent.h,
libzim.so.0.0.0
namespace zim
Dirent::deletedMimeType [data]
[symbol: _ZN3zim6Dirent15deletedMimeTypeE]
Dirent::linktargetMimeType [data]
[symbol: _ZN3zim6Dirent18linktargetMimeTypeE]
Dirent::redirectMimeType [data]
[symbol: _ZN3zim6Dirent16redirectMimeTypeE]
zimcreator.h,
libzim.so.0.0.0
namespace zim::writer
ZimCreator::ZimCreator [in-charge] ( )
[symbol: _ZN3zim6writer10ZimCreatorC1Ev]
ZimCreator::ZimCreator [not-in-charge] ( )
[symbol: _ZN3zim6writer10ZimCreatorC2Ev]
to the top
Problems with Data Types, High Severity (2)
articlesource.h
namespace zim::writer
[+] class Article (2)
| Change |
Effect |
1 | Virtual method Article::isDeleted ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method Article::isLinktarget ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 13 entries | Virtual Table (New) - 15 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
Article::getVersion |
Article::getVersion |
28 |
__cxa_pure_virtual |
Article::isRedirect |
32 |
__cxa_pure_virtual |
Article::isLinktarget |
36 |
Article::shouldCompress |
Article::isDeleted |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
Article::getParameter |
Article::shouldCompress |
48 |
Article::getNextCategory |
Article::getRedirectAid |
52 |
|
Article::getParameter |
56 |
|
Article::getNextCategory |
[+] affected symbols (4)
Article::getMimeType ( ) constThis method is from 'Article' class.
Article::getNextCategory ( )This method is from 'Article' class.
Article::getParameter ( ) constThis method is from 'Article' class.
Article::shouldCompress ( ) constThis method is from 'Article' class.
to the top
Other Changes in Data Types (2)
articlesource.h
namespace zim::writer
[+] class Article (2)
| Change |
Effect |
1 | Virtual method std::string Article::getRedirectAid() const became non-pure. | No effect. |
2 | Virtual method bool Article::isRedirect() const became non-pure. | No effect. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 13 entries | Virtual Table (New) - 15 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
Article::getVersion |
Article::getVersion |
28 |
__cxa_pure_virtual |
Article::isRedirect |
32 |
__cxa_pure_virtual |
Article::isLinktarget |
36 |
Article::shouldCompress |
Article::isDeleted |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
Article::getParameter |
Article::shouldCompress |
48 |
Article::getNextCategory |
Article::getRedirectAid |
52 |
|
Article::getParameter |
56 |
|
Article::getNextCategory |
[+] affected symbols (9)
Article::getAid ( ) constThis method is from 'Article' class.
Article::getMimeType ( ) constThis method is from 'Article' class.
Article::getNamespace ( ) constThis method is from 'Article' class.
Article::getNextCategory ( )This method is from 'Article' class.
Article::getParameter ( ) constThis method is from 'Article' class.
Article::getTitle ( ) constThis method is from 'Article' class.
Article::getUrl ( ) constThis method is from 'Article' class.
Article::getVersion ( ) constThis method is from 'Article' class.
Article::shouldCompress ( ) constThis method is from 'Article' class.
to the top
Header Files (26)
article.h
articlesearch.h
articlesource.h
blob.h
cache.h
cluster.h
dirent.h
endian.h
error.h
file.h
fileheader.h
fileimpl.h
fileiterator.h
fstream.h
indexarticle.h
noncopyable.h
refcounted.h
search.h
smartptr.h
template.h
unicode.h
uuid.h
dirent.h (writer/dirent.h)
zim.h
zimcreator.h
zintstream.h
to the top
Shared Libraries (1)
libzim.so.0.0.0
to the top