Binary compatibility report for the DevIL library between 1.4.2 and 1.5.0 versions on x86
Test Info
Library Name | DevIL |
Version #1 | 1.4.2 |
Version #2 | 1.5.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 3 |
Total Symbols / Types | 153 / 82 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
il.h,
libIL.so.1.0.150
ilGetDXTCData ( void* Buffer, ILuint BufferSize, ILenum DXTCFormat )
to the top
Problems with Data Types, Low Severity (2)
il.h
[+] typedef IL_LOADPROC (1)
| Change |
Effect |
1 | Base type has been changed from ILboolean(*)(ILstring) to ILenum(*)(ILstring). | Possible incorrect initialization of parameters by applications. |
[+] affected symbols (1)
ilRegisterLoad ( ILstring const Ext, ILboolean(*Load)(ILstring) )2nd parameter 'Load' has type 'IL_LOADPROC'.
[+] typedef IL_SAVEPROC (1)
| Change |
Effect |
1 | Base type has been changed from ILboolean(*)(ILstring) to ILenum(*)(ILstring). | Possible incorrect initialization of parameters by applications. |
[+] affected symbols (1)
ilRegisterSave ( ILstring const Ext, ILboolean(*Save)(ILstring) )2nd parameter 'Save' has type 'IL_SAVEPROC'.
to the top
Header Files (5)
config.h
il.h
il_wrap.h
ilu.h
ilut.h
to the top
Shared Libraries (3)
libIL.so.1.0.142
libILU.so.1.0.142
libILUT.so.1.0.142
to the top