Test Info
| Library Name | libucommon-dev |
| Version #1 | base |
| Version #2 | lfs |
| Arch | ARM |
| Subject | Source Compatibility |
Test Results
| Total Header Files | 51 |
| Total Libraries | 0 |
| Total Symbols / Types | 3945 / 406 |
| Compatibility |
99.9% |
Problem Summary
| Severity | Count |
|---|
| Added Symbols | - | 4 |
| Removed Symbols | High | 4 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 1 |
Problems with Symbols | High | 0 |
| Medium | 4 |
| Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols 4
file.h
namespace ost
MappedFile::fetch ( long long pos, size_t len )
_ZN3ost10MappedFile5fetchExj
SharedFile::clear ( ccxx_size_t length, long long pos )
_ZN3ost10SharedFile5clearEjx
SharedFile::fetch ( char* address, ccxx_size_t length, long long position )
_ZN3ost10SharedFile5fetchEPcjx
SharedFile::update ( char* address, ccxx_size_t length, long long position )
_ZN3ost10SharedFile6updateEPcjx
to the top
Removed Symbols 4
file.h
namespace ost
MappedFile::fetch ( long pos, size_t len )
_ZN3ost10MappedFile5fetchElj
SharedFile::clear ( ccxx_size_t length, long pos )
_ZN3ost10SharedFile5clearEjl
SharedFile::fetch ( char* address, ccxx_size_t length, long position )
_ZN3ost10SharedFile5fetchEPcjl
SharedFile::update ( char* address, ccxx_size_t length, long position )
_ZN3ost10SharedFile6updateEPcjl
to the top
Problems with Symbols, Medium Severity 4
file.h
namespace ost
[+] MappedFile::fetch ( long pos, size_t len ) 1
⇣
MappedFile::fetch ( long long pos, size_t len )
_ZN3ost10MappedFile5fetchElj
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] SharedFile::clear ( ccxx_size_t length, long pos ) 1
⇣
SharedFile::clear ( ccxx_size_t length, long long pos )
_ZN3ost10SharedFile5clearEjl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] SharedFile::fetch ( char* address, ccxx_size_t length, long position ) 1
⇣
SharedFile::fetch ( char* address, ccxx_size_t length, long long position )
_ZN3ost10SharedFile5fetchEPcjl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
[+] SharedFile::update ( char* address, ccxx_size_t length, long position ) 1
⇣
SharedFile::update ( char* address, ccxx_size_t length, long long position )
_ZN3ost10SharedFile6updateEPcjl
|
Change |
Effect |
| 1 |
Parameters list has been changed. |
Recompilation of a client program may be broken. |
to the top
Problems with Data Types, Low Severity 1
types.h
[+] typedef off_t 1
|
Change |
Effect |
| 1 |
Base type has been changed from long to long long. |
Recompilation of a client program may be broken. |
[+] affected symbols: 3 (0.1%)
ost::RandomFile::getCapacity ( )
Return value is of type 'off_t'.
ost::SharedFile::getPosition ( )
Return value is of type 'off_t'.
ost::File::_fcb::~__dt ( )
Field 'this.pos' in the object of this method is of type 'off_t'.
to the top
Header Files 51
access.h
address.h
applog.h
arrayref.h
atomic.h
commoncpp.h
condition.h
config.h
counter.h
cpr.h
datetime.h
dccp.h
exception.h
export.h
file.h
fsys.h
generics.h
keydata.h
linked.h
mapped.h
mapref.h
memory.h
mime.h
misc.h
numbers.h
object.h
persist.h
platform.h
pointer.h
process.h
protocols.h
reuse.h
secure.h
serial.h
shared.h
shell.h
slog.h
socket.h
stl.h
stream.h
string.h
tcp.h
temporary.h
thread.h
timers.h
tokenizer.h
typeref.h
ucommon.h
udp.h
unicode.h
xml.h
to the top
Libraries 0
to the top