Test Info
Library Name | hdf5 |
Version #1 | 1.12.2 |
Version #2 | 1.12.3 |
CPU Type | x86_64 |
GCC Version | 4.8.5 |
Subject | Binary Compatibility |
Test Results
Total Header Files | 93 |
Total Shared Libraries | 7 |
Total Symbols / Types | 2283 / 804 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 1 |
Other Changes in Constants | - | 2 |
Added Symbols (1)
H5Dpublic.h,
libhdf5.so.200.3.0
H5Dchunk_iter ( hid_t dset_id, hid_t dxpl_id, H5D_chunk_iter_op_t cb, void* op_data )
to the top
Problems with Symbols, Low Severity (1)
H5DSpublic.h,
libhdf5_hl.so.200.1.0
[+] H5DSget_num_scales ( hid_t did, unsigned int dim ) (1)
changed to:H5DSget_num_scales ( hid_t did, unsigned int idx )
| Change | Effect |
---|
1 | 2nd parameter dim has been renamed to idx. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (1)
H5pubconf.h
[+] H5_NO_ALIGNMENT_RESTRICTIONS
| Change | Effect |
---|
1 | The constant H5_NO_ALIGNMENT_RESTRICTIONS with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Constants (2)
H5pubconf.h
[+] H5_TEST_EXPRESS_LEVEL_DEFAULT
| Change | Effect |
---|
1 | The constant H5_TEST_EXPRESS_LEVEL_DEFAULT with value 3 has been added. | No effect. |
H5VLnative.h
[+] H5VL_NATIVE_DATASET_CHUNK_ITER
| Change | Effect |
---|
1 | The constant H5VL_NATIVE_DATASET_CHUNK_ITER with value 10 has been added. | No effect. |
to the top
Header Files (93)
H5AbstractDs.h
H5ACpublic.h
H5api_adpt.h
H5Apublic.h
H5ArrayType.h
H5AtomType.h
H5Attribute.h
H5Classes.h
H5CommonFG.h
H5CompType.h
H5Cpp.h
H5CppDoc.h
H5Cpublic.h
H5DaccProp.h
H5DataSet.h
H5DataSpace.h
H5DataType.h
H5DcreatProp.h
H5DOpublic.h
H5Dpublic.h
H5DSpublic.h
H5DxferProp.h
H5EnumType.h
H5Epubgen.h
H5Epublic.h
H5ESpublic.h
H5Exception.h
H5f90i.h
H5f90i_gen.h
H5FaccProp.h
H5FcreatProp.h
H5FDcore.h
H5FDdirect.h
H5FDfamily.h
H5FDhdfs.h
H5FDlog.h
H5FDmirror.h
H5FDmpi.h
H5FDmpio.h
H5FDmulti.h
H5FDpublic.h
H5FDros3.h
H5FDsec2.h
H5FDsplitter.h
H5FDstdio.h
H5FDwindows.h
H5File.h
H5FloatType.h
H5Fpublic.h
H5Gpublic.h
H5Group.h
H5IdComponent.h
H5IMpublic.h
H5Include.h
H5IntType.h
H5Ipublic.h
H5LaccProp.h
H5LcreatProp.h
H5LDpublic.h
H5Library.h
H5Location.h
H5Lpublic.h
H5LTpublic.h
H5MMpublic.h
H5Mpublic.h
H5Object.h
H5OcreatProp.h
H5Opublic.h
H5overflow.h
H5PacketTable.h
H5PLextern.h
H5PLpublic.h
H5Ppublic.h
H5PredType.h
H5PropList.h
H5PTpublic.h
H5pubconf.h
H5public.h
H5Rpublic.h
H5Spublic.h
H5StrType.h
H5TBpublic.h
H5Tpublic.h
H5VarLenType.h
H5version.h
H5VLconnector.h
H5VLconnector_passthru.h
H5VLnative.h
H5VLpassthru.h
H5VLpublic.h
H5Zpublic.h
hdf5.h
hdf5_hl.h
to the top
Shared Libraries (7)
libhdf5.so.200.2.0
libhdf5_cpp.so.200.2.0
libhdf5_fortran.so.200.1.1
libhdf5_hl.so.200.1.0
libhdf5_hl_cpp.so.200.1.0
libhdf5_java.so
libhdf5hl_fortran.so.200.0.2
to the top
Test Info
Library Name | hdf5 |
Version #1 | 1.12.2 |
Version #2 | 1.12.3 |
CPU Type | x86_64 |
GCC Version | 4.8.5 |
Subject | Source Compatibility |
Test Results
Total Header Files | 93 |
Total Shared Libraries | 7 |
Total Symbols / Types | 2316 / 807 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 6 |
Other Changes in Symbols | - | 1 |
Other Changes in Constants | - | 2 |
Added Symbols (1)
H5Dpublic.h
H5Dchunk_iter ( hid_t dset_id, hid_t dxpl_id, H5D_chunk_iter_op_t cb, void* op_data )
to the top
Problems with Constants, Low Severity (6)
H5pubconf.h
[+] H5_NO_ALIGNMENT_RESTRICTIONS
| Change | Effect |
---|
1 | The constant H5_NO_ALIGNMENT_RESTRICTIONS with value 1 has been removed. | Recompilation of a client program may be broken. |
[+] H5_PACKAGE_STRING
| Change | Effect |
---|
1 | The value of constant H5_PACKAGE_STRING has been changed from "HDF5 1.12.2" to "HDF5 1.12.3". | Recompilation of a client program may be broken. |
[+] H5_PACKAGE_VERSION
| Change | Effect |
---|
1 | The value of constant H5_PACKAGE_VERSION has been changed from "1.12.2" to "1.12.3". | Recompilation of a client program may be broken. |
[+] H5_VERSION
| Change | Effect |
---|
1 | The value of constant H5_VERSION has been changed from "1.12.2" to "1.12.3". | Recompilation of a client program may be broken. |
H5public.h
[+] H5_VERS_INFO
| Change | Effect |
---|
1 | The value of constant H5_VERS_INFO has been changed from "HDF5 library version: 1.12.2" to "HDF5 library version: 1.12.3". | Recompilation of a client program may be broken. |
[+] H5_VERS_RELEASE
| Change | Effect |
---|
1 | The value of constant H5_VERS_RELEASE has been changed from 2 to 3. | Recompilation of a client program may be broken. |
to the top
Other Changes in Symbols (1)
H5DSpublic.h
[+] H5DSget_num_scales ( hid_t did, unsigned int dim ) (1)
changed to:H5DSget_num_scales ( hid_t did, unsigned int idx )
| Change | Effect |
---|
1 | 2nd parameter dim has been renamed to idx. | No effect. |
to the top
Other Changes in Constants (2)
H5pubconf.h
[+] H5_TEST_EXPRESS_LEVEL_DEFAULT
| Change | Effect |
---|
1 | The constant H5_TEST_EXPRESS_LEVEL_DEFAULT with value 3 has been added. | No effect. |
H5VLnative.h
[+] H5VL_NATIVE_DATASET_CHUNK_ITER
| Change | Effect |
---|
1 | The constant H5VL_NATIVE_DATASET_CHUNK_ITER with value 10 has been added. | No effect. |
to the top
Header Files (93)
H5AbstractDs.h
H5ACpublic.h
H5api_adpt.h
H5Apublic.h
H5ArrayType.h
H5AtomType.h
H5Attribute.h
H5Classes.h
H5CommonFG.h
H5CompType.h
H5Cpp.h
H5CppDoc.h
H5Cpublic.h
H5DaccProp.h
H5DataSet.h
H5DataSpace.h
H5DataType.h
H5DcreatProp.h
H5DOpublic.h
H5Dpublic.h
H5DSpublic.h
H5DxferProp.h
H5EnumType.h
H5Epubgen.h
H5Epublic.h
H5ESpublic.h
H5Exception.h
H5f90i.h
H5f90i_gen.h
H5FaccProp.h
H5FcreatProp.h
H5FDcore.h
H5FDdirect.h
H5FDfamily.h
H5FDhdfs.h
H5FDlog.h
H5FDmirror.h
H5FDmpi.h
H5FDmpio.h
H5FDmulti.h
H5FDpublic.h
H5FDros3.h
H5FDsec2.h
H5FDsplitter.h
H5FDstdio.h
H5FDwindows.h
H5File.h
H5FloatType.h
H5Fpublic.h
H5Gpublic.h
H5Group.h
H5IdComponent.h
H5IMpublic.h
H5Include.h
H5IntType.h
H5Ipublic.h
H5LaccProp.h
H5LcreatProp.h
H5LDpublic.h
H5Library.h
H5Location.h
H5Lpublic.h
H5LTpublic.h
H5MMpublic.h
H5Mpublic.h
H5Object.h
H5OcreatProp.h
H5Opublic.h
H5overflow.h
H5PacketTable.h
H5PLextern.h
H5PLpublic.h
H5Ppublic.h
H5PredType.h
H5PropList.h
H5PTpublic.h
H5pubconf.h
H5public.h
H5Rpublic.h
H5Spublic.h
H5StrType.h
H5TBpublic.h
H5Tpublic.h
H5VarLenType.h
H5version.h
H5VLconnector.h
H5VLconnector_passthru.h
H5VLnative.h
H5VLpassthru.h
H5VLpublic.h
H5Zpublic.h
hdf5.h
hdf5_hl.h
to the top
Shared Libraries (7)
libhdf5.so.200.2.0
libhdf5_cpp.so.200.2.0
libhdf5_fortran.so.200.1.1
libhdf5_hl.so.200.1.0
libhdf5_hl_cpp.so.200.1.0
libhdf5_java.so
libhdf5hl_fortran.so.200.0.2
to the top