Binary compatibility report for the Armadillo library between 4.200.0 and 4.300.0 versions on x86
Test Info
Library Name | Armadillo |
Version #1 | 4.200.0 |
Version #2 | 4.300.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 244 / 78 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 37 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (37)
hdf5_bones.hpp,
libarmadillo.so.4.300.0
namespace arma
H5check_version ( unsigned int majnum, unsigned int minnum, unsigned int relnum )
[symbol: _ZN4arma15H5check_versionEjjj]
H5open ( )
[symbol: _ZN4arma6H5openEv]
arma_H5Dclose ( hid_t dataset_id )
arma_H5Dcreate ( hid_t loc_id, char const* name, hid_t dtype_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id )
arma_H5Dget_space ( hid_t dataset_id )
arma_H5Dget_type ( hid_t dataset_id )
arma_H5Dopen ( hid_t loc_id, char const* name, hid_t dapl_id )
arma_H5Dread ( hid_t dataset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t xfer_plist_id, void* buf )
arma_H5Dwrite ( hid_t dataset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t xfer_plist_id, void const* buf )
arma_H5Eget_auto ( hid_t estack_id, H5E_auto2_t* func, void** client_data )
arma_H5Eset_auto ( hid_t estack_id, H5E_auto2_t func, void* client_data )
arma_H5Fclose ( hid_t file_id )
arma_H5Fcreate ( char const* name, unsigned int flags, hid_t fcpl_id, hid_t fapl_id )
arma_H5Fis_hdf5 ( char const* name )
arma_H5Fopen ( char const* name, unsigned int flags, hid_t fapl_id )
arma_H5Ovisit ( hid_t object_id, H5_index_t index_type, enum H5_iter_order_t order, H5O_iterate_t op, void* op_data )
arma_H5Sclose ( hid_t space_id )
arma_H5Screate_simple ( int rank, hsize_t const* current_dims, hsize_t const* maximum_dims )
arma_H5Sget_simple_extent_dims ( hid_t space_id, hsize_t* dims, hsize_t* maxdims )
arma_H5Sget_simple_extent_ndims ( hid_t space_id )
arma_H5T_NATIVE_CHAR [data]
arma_H5T_NATIVE_DOUBLE [data]
arma_H5T_NATIVE_FLOAT [data]
arma_H5T_NATIVE_INT [data]
arma_H5T_NATIVE_LLONG [data]
arma_H5T_NATIVE_LONG [data]
arma_H5T_NATIVE_SHORT [data]
arma_H5T_NATIVE_UCHAR [data]
arma_H5T_NATIVE_UINT [data]
arma_H5T_NATIVE_ULLONG [data]
arma_H5T_NATIVE_ULONG [data]
arma_H5T_NATIVE_USHORT [data]
arma_H5Tclose ( hid_t dtype_id )
arma_H5Tcopy ( hid_t dtype_id )
arma_H5Tcreate ( H5T_class_t cl, std::size_t size )
arma_H5Tequal ( hid_t dtype_id1, hid_t dtype_id2 )
arma_H5Tinsert ( hid_t dtype_id, char const* name, std::size_t offset, hid_t field_id )
to the top
Problems with Symbols, Low Severity (2)
arma_config.hpp
namespace arma
[+] arma_config::hdf5 [data] (1)
[symbol: _ZN4arma11arma_config4hdf5E]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from false to true. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
arma_version.hpp
namespace arma
[+] arma_version::minor [data] (1)
[symbol: _ZN4arma12arma_version5minorE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from 200 to 300. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Header Files (1)
armadillo
to the top
Shared Libraries (1)
libarmadillo.so.4.200.0
to the top