Binary compatibility report for the Raul library between 0.7.0 and 0.8.0 versions on x86
Test Info
Library Name | Raul |
Version #1 | 0.7.0 |
Version #2 | 0.8.0 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 38 |
Total Shared Libraries | 1 |
Total Symbols / Types | 95 / 105 |
Verdict | Incompatible (1.05%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (1)
Thread.hpp,
libraul.so.10.0.0
namespace Raul
Thread::join ( )
[ symbol: _ZN4Raul6Thread4joinEv ]
to the top
Problems with Data Types, High Severity (1)
Thread.hpp
namespace Raul
[+] class Thread (1)
| Change |
Effect |
1 | Virtual method Thread::join ( ) 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) - 7 entries | Virtual Table (New) - 8 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ~Thread | ~Thread |
12 | ~Thread | ~Thread |
16 | Thread::start | Thread::start |
20 | Thread::stop | Thread::stop |
24 | Thread::_run | Thread::join |
28 | | Thread::_run |
[+] affected symbols (1)
Thread::_run ( )This method is from 'Thread' class.
to the top
Header Files (38)
Array.hpp
Atom.hpp
AtomicInt.hpp
AtomicPtr.hpp
AtomLiblo.hpp
Command.hpp
Configuration.hpp
Deletable.hpp
DoubleBuffer.hpp
EventRingBuffer.hpp
IntrusivePtr.hpp
List.hpp
ListImpl.hpp
log.hpp
Maid.hpp
midi_events.h
midi_names.h
MIDISink.hpp
Path.hpp
PathTable.hpp
Process.hpp
Quantizer.hpp
RingBuffer.hpp
Semaphore.hpp
SharedPtr.hpp
Slave.hpp
SMFReader.hpp
SMFWriter.hpp
SRMWQueue.hpp
SRSWQueue.hpp
Symbol.hpp
Table.hpp
TableImpl.hpp
Thread.hpp
TimeSlice.hpp
TimeStamp.hpp
URI.hpp
WeakPtr.hpp
to the top
Shared Libraries (1)
libraul.so.9.0.0
to the top