Test Info
Library Name | hdf5 |
Version #1 | 1.12.0 |
Version #2 | 1.12.1-4 |
CPU Type | x86_64 |
GCC Version | 4.8.5 |
Subject | Binary Compatibility |
Test Results
Total Header Files | 91 |
Total Shared Libraries | 7 |
Total Symbols / Types | 2262 / 793 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 14 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 11 |
Problems with Constants | Low | 8 |
Other Changes in Constants | - | 11 |
Added Symbols (14)
H5Epubgen.h,
libhdf5.so.200.0.0
H5E_CANTLOCKFILE_g [data]
H5E_CANTUNLOCKFILE_g [data]
H5E_LIB_g [data]
H5FaccProp.h,
libhdf5_cpp.so.200.0.0
namespace H5
FileAccPropList::getFileLocking ( hbool_t& use_file_locking, hbool_t& ignore_when_disabled ) const
[symbol: _ZNK2H515FileAccPropList14getFileLockingERbS1_]
FileAccPropList::setFileLocking ( hbool_t use_file_locking, hbool_t ignore_when_disabled ) const
[symbol: _ZNK2H515FileAccPropList14setFileLockingEbb]
H5FDsplitter.h,
libhdf5.so.200.0.0
H5FD_splitter_init ( )
H5Pget_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t* config_ptr )
H5Pset_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t* config_ptr )
H5Ppublic.h,
libhdf5.so.200.0.0
H5Pget_file_locking ( hid_t fapl_id, hbool_t* use_file_locking, hbool_t* ignore_when_disabled )
H5Pset_file_locking ( hid_t fapl_id, hbool_t use_file_locking, hbool_t ignore_when_disabled )
H5public.h,
libhdf5.so.200.0.0
H5get_alloc_stats ( H5_alloc_stats_t* stats )
H5get_free_list_sizes ( size_t* reg_size, size_t* arr_size, size_t* blk_size, size_t* fac_size )
H5Spublic.h,
libhdf5.so.200.0.0
H5Ssel_iter_reset ( hid_t sel_iter_id, hid_t space_id )
H5VLpublic.h,
libhdf5.so.200.0.0
H5VLquery_optional ( hid_t obj_id, H5VL_subclass_t subcls, int opt_type, hbool_t* supported )
to the top
Problems with Symbols, Low Severity (11)
H5Fpublic.h,
libhdf5.so.200.0.0
[+] H5Fcreate ( char const* filename, unsigned int flags, hid_t create_plist, hid_t access_plist ) (2)
changed to:H5Fcreate ( char const* filename, unsigned int flags, hid_t fcpl_id, hid_t fapl_id )
| Change | Effect |
---|
1 | 3rd parameter create_plist has been renamed to fcpl_id. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 4th parameter access_plist has been renamed to fapl_id. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] H5Fget_info1 ( hid_t obj_id, H5F_info1_t* finfo ) (1)
changed to:H5Fget_info1 ( hid_t obj_id, H5F_info1_t* file_info )
| Change | Effect |
---|
1 | 2nd parameter finfo has been renamed to file_info. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] H5Fget_info2 ( hid_t obj_id, H5F_info2_t* finfo ) (1)
changed to:H5Fget_info2 ( hid_t obj_id, H5F_info2_t* file_info )
| Change | Effect |
---|
1 | 2nd parameter finfo has been renamed to file_info. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] H5Fis_hdf5 ( char const* filename ) (1)
changed to:H5Fis_hdf5 ( char const* file_name )
| Change | Effect |
---|
1 | 1st parameter filename has been renamed to file_name. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] H5Fopen ( char const* filename, unsigned int flags, hid_t access_plist ) (1)
changed to:H5Fopen ( char const* filename, unsigned int flags, hid_t fapl_id )
| Change | Effect |
---|
1 | 3rd parameter access_plist has been renamed to fapl_id. | Renaming of a parameter may indicate a change in its semantic meaning. |
H5Ipublic.h,
libhdf5.so.200.0.0
[+] H5Iobject_verify ( hid_t id, H5I_type_t id_type ) (1)
changed to:H5Iobject_verify ( hid_t id, H5I_type_t type )
| Change | Effect |
---|
1 | 2nd parameter id_type has been renamed to type. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] H5Iremove_verify ( hid_t id, H5I_type_t id_type ) (1)
changed to:H5Iremove_verify ( hid_t id, H5I_type_t type )
| Change | Effect |
---|
1 | 2nd parameter id_type has been renamed to type. | Renaming of a parameter may indicate a change in its semantic meaning. |
H5Ppublic.h,
libhdf5.so.200.0.0
[+] H5Pget_filter2 ( hid_t plist_id, unsigned int filter, unsigned int* flags, size_t* cd_nelmts, unsigned int* cd_values, size_t namelen, char* name, unsigned int* filter_config ) (1)
changed to:H5Pget_filter2 ( hid_t plist_id, unsigned int idx, unsigned int* flags, size_t* cd_nelmts, unsigned int* cd_values, size_t namelen, char* name, unsigned int* filter_config )
| Change | Effect |
---|
1 | 2nd parameter filter has been renamed to idx. | Renaming of a parameter may indicate a change in its semantic meaning. |
H5Spublic.h,
libhdf5.so.200.0.0
[+] H5Sselect_hyperslab ( hid_t space_id, H5S_seloper_t op, hsize_t const* start, hsize_t const* _stride, hsize_t const* count, hsize_t const* _block ) (2)
changed to:H5Sselect_hyperslab ( hid_t space_id, H5S_seloper_t op, hsize_t const* start, hsize_t const* stride, hsize_t const* count, hsize_t const* block )
| Change | Effect |
---|
1 | 4th parameter _stride has been renamed to stride. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 6th parameter _block has been renamed to block. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (8)
H5FDdirect.h
[+] H5FD_DIRECT
| Change | Effect |
---|
1 | The value of constant H5FD_DIRECT has been changed from (-1) to (H5I_INVALID_HID). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
H5FDmpio.h
[+] H5FD_MPIO
| Change | Effect |
---|
1 | The value of constant H5FD_MPIO has been changed from (-1) to (H5I_INVALID_HID). | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
H5pubconf.h
[+] H5_PRINTF_LL_WIDTH
| Change | Effect |
---|
1 | The value of constant H5_PRINTF_LL_WIDTH has been changed from "l" to "ll". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
H5public.h
[+] H5_PRINTF_HADDR_FMT
| Change | Effect |
---|
1 | The value of constant H5_PRINTF_HADDR_FMT has been changed from "%lu" to "%" PRIuHADDR. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] H5_VERS_SUBRELEASE
| Change | Effect |
---|
1 | The value of constant H5_VERS_SUBRELEASE has been changed from "" to "4". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] HADDR_UNDEF
| Change | Effect |
---|
1 | The value of constant HADDR_UNDEF has been changed from ((haddr_t)(long)(-1)) to ULONG_MAX. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] HSIZE_UNDEF
| Change | Effect |
---|
1 | The value of constant HSIZE_UNDEF has been changed from ((hsize_t)(hssize_t)(-1)) to ULLONG_MAX. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
H5Spublic.h
[+] H5S_UNLIMITED
| Change | Effect |
---|
1 | The value of constant H5S_UNLIMITED has been changed from ((hsize_t)(hssize_t)(-1)) to ULLONG_MAX. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Constants (11)
H5FDmirror.h
[+] H5FD_MIRROR
| Change | Effect |
---|
1 | The constant H5FD_MIRROR with value (H5I_INAVLID_HID) has been added. | No effect. |
H5FDsplitter.h
[+] H5FD_SPLITTER_MAGIC
| Change | Effect |
---|
1 | The constant H5FD_SPLITTER_MAGIC with value 0x2B916880 has been added. | No effect. |
[+] H5FD_SPLITTER_PATH_MAX
| Change | Effect |
---|
1 | The constant H5FD_SPLITTER_PATH_MAX with value 4096 has been added. | No effect. |
H5Lpublic.h
[+] H5L_TYPE_UD_MAX
| Change | Effect |
---|
1 | The constant H5L_TYPE_UD_MAX with value 255 has been added. | No effect. |
H5pubconf.h
[+] H5_IGNORE_DISABLED_FILE_LOCKS
| Change | Effect |
---|
1 | The constant H5_IGNORE_DISABLED_FILE_LOCKS with value 1 has been added. | No effect. |
[+] H5_USE_FILE_LOCKING
| Change | Effect |
---|
1 | The constant H5_USE_FILE_LOCKING with value 1 has been added. | No effect. |
H5public.h
[+] PRIdHADDR
| Change | Effect |
---|
1 | The constant PRIdHADDR with value "ld" has been added. | No effect. |
[+] PRIoHADDR
| Change | Effect |
---|
1 | The constant PRIoHADDR with value "lo" has been added. | No effect. |
[+] PRIuHADDR
| Change | Effect |
---|
1 | The constant PRIuHADDR with value "lu" has been added. | No effect. |
[+] PRIXHADDR
| Change | Effect |
---|
1 | The constant PRIXHADDR with value "lX" has been added. | No effect. |
[+] PRIxHADDR
| Change | Effect |
---|
1 | The constant PRIxHADDR with value "lx" has been added. | No effect. |
to the top
Header Files (91)
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
H5FDmpi.h
H5FDmpio.h
H5FDmulti.h
H5FDpublic.h
H5FDros3.h
H5FDsec2.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.0.0
libhdf5_cpp.so.200.0.0
libhdf5_fortran.so.200.0.0
libhdf5_hl.so.200.0.0
libhdf5_hl_cpp.so.200.0.0
libhdf5_java.so
libhdf5hl_fortran.so.200.0.0
to the top
Test Info
Library Name | hdf5 |
Version #1 | 1.12.0 |
Version #2 | 1.12.1-4 |
CPU Type | x86_64 |
GCC Version | 4.8.5 |
Subject | Source Compatibility |
Test Results
Total Header Files | 91 |
Total Shared Libraries | 7 |
Total Symbols / Types | 2296 / 796 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 14 |
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 | 14 |
Other Changes in Symbols | - | 11 |
Other Changes in Constants | - | 27 |
Added Symbols (14)
H5Epubgen.h
H5E_CANTLOCKFILE_g [data]
H5E_CANTUNLOCKFILE_g [data]
H5E_LIB_g [data]
H5FaccProp.h
namespace H5
FileAccPropList::getFileLocking ( hbool_t& use_file_locking, hbool_t& ignore_when_disabled ) const
[symbol: _ZNK2H515FileAccPropList14getFileLockingERbS1_]
FileAccPropList::setFileLocking ( hbool_t use_file_locking, hbool_t ignore_when_disabled ) const
[symbol: _ZNK2H515FileAccPropList14setFileLockingEbb]
H5FDsplitter.h
H5FD_splitter_init ( )
H5Pget_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t* config_ptr )
H5Pset_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t* config_ptr )
H5Ppublic.h
H5Pget_file_locking ( hid_t fapl_id, hbool_t* use_file_locking, hbool_t* ignore_when_disabled )
H5Pset_file_locking ( hid_t fapl_id, hbool_t use_file_locking, hbool_t ignore_when_disabled )
H5public.h
H5get_alloc_stats ( H5_alloc_stats_t* stats )
H5get_free_list_sizes ( size_t* reg_size, size_t* arr_size, size_t* blk_size, size_t* fac_size )
H5Spublic.h
H5Ssel_iter_reset ( hid_t sel_iter_id, hid_t space_id )
H5VLpublic.h
H5VLquery_optional ( hid_t obj_id, H5VL_subclass_t subcls, int opt_type, hbool_t* supported )
to the top
Problems with Constants, Low Severity (14)
H5FDdirect.h
[+] H5FD_DIRECT
| Change | Effect |
---|
1 | The value of constant H5FD_DIRECT has been changed from (-1) to (H5I_INVALID_HID). | Recompilation of a client program may be broken. |
H5FDhdfs.h
[+] H5FD_HDFS
| Change | Effect |
---|
1 | The value of constant H5FD_HDFS has been changed from (H5FD_hdfs_init()) to (H5I_INVALID_HID). | Recompilation of a client program may be broken. |
H5FDmpio.h
[+] H5FD_MPIO
| Change | Effect |
---|
1 | The value of constant H5FD_MPIO has been changed from (-1) to (H5I_INVALID_HID). | Recompilation of a client program may be broken. |
H5pubconf.h
[+] H5_PACKAGE_STRING
| Change | Effect |
---|
1 | The value of constant H5_PACKAGE_STRING has been changed from "HDF5 1.12.0" to "HDF5 1.12.1-4". | 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.0" to "1.12.1-4". | Recompilation of a client program may be broken. |
[+] H5_PRINTF_LL_WIDTH
| Change | Effect |
---|
1 | The value of constant H5_PRINTF_LL_WIDTH has been changed from "l" to "ll". | 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.0" to "1.12.1-4". | Recompilation of a client program may be broken. |
H5public.h
[+] H5_PRINTF_HADDR_FMT
| Change | Effect |
---|
1 | The value of constant H5_PRINTF_HADDR_FMT has been changed from "%lu" to "%" PRIuHADDR. | Recompilation of a client program may be broken. |
[+] H5_VERS_INFO
| Change | Effect |
---|
1 | The value of constant H5_VERS_INFO has been changed from "HDF5 library version: 1.12.0" to "HDF5 library version: 1.12.1-4". | 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 0 to 1. | Recompilation of a client program may be broken. |
[+] H5_VERS_SUBRELEASE
| Change | Effect |
---|
1 | The value of constant H5_VERS_SUBRELEASE has been changed from "" to "4". | Recompilation of a client program may be broken. |
[+] HADDR_UNDEF
| Change | Effect |
---|
1 | The value of constant HADDR_UNDEF has been changed from ((haddr_t)(long)(-1)) to ULONG_MAX. | Recompilation of a client program may be broken. |
[+] HSIZE_UNDEF
| Change | Effect |
---|
1 | The value of constant HSIZE_UNDEF has been changed from ((hsize_t)(hssize_t)(-1)) to ULLONG_MAX. | Recompilation of a client program may be broken. |
H5Spublic.h
[+] H5S_UNLIMITED
| Change | Effect |
---|
1 | The value of constant H5S_UNLIMITED has been changed from ((hsize_t)(hssize_t)(-1)) to ULLONG_MAX. | Recompilation of a client program may be broken. |
to the top
Other Changes in Symbols (11)
H5Fpublic.h
[+] H5Fcreate ( char const* filename, unsigned int flags, hid_t create_plist, hid_t access_plist ) (2)
changed to:H5Fcreate ( char const* filename, unsigned int flags, hid_t fcpl_id, hid_t fapl_id )
| Change | Effect |
---|
1 | 3rd parameter create_plist has been renamed to fcpl_id. | No effect. |
2 | 4th parameter access_plist has been renamed to fapl_id. | No effect. |
[+] H5Fget_info1 ( hid_t obj_id, H5F_info1_t* finfo ) (1)
changed to:H5Fget_info1 ( hid_t obj_id, H5F_info1_t* file_info )
| Change | Effect |
---|
1 | 2nd parameter finfo has been renamed to file_info. | No effect. |
[+] H5Fget_info2 ( hid_t obj_id, H5F_info2_t* finfo ) (1)
changed to:H5Fget_info2 ( hid_t obj_id, H5F_info2_t* file_info )
| Change | Effect |
---|
1 | 2nd parameter finfo has been renamed to file_info. | No effect. |
[+] H5Fis_hdf5 ( char const* filename ) (1)
changed to:H5Fis_hdf5 ( char const* file_name )
| Change | Effect |
---|
1 | 1st parameter filename has been renamed to file_name. | No effect. |
[+] H5Fopen ( char const* filename, unsigned int flags, hid_t access_plist ) (1)
changed to:H5Fopen ( char const* filename, unsigned int flags, hid_t fapl_id )
| Change | Effect |
---|
1 | 3rd parameter access_plist has been renamed to fapl_id. | No effect. |
H5Ipublic.h
[+] H5Iobject_verify ( hid_t id, H5I_type_t id_type ) (1)
changed to:H5Iobject_verify ( hid_t id, H5I_type_t type )
| Change | Effect |
---|
1 | 2nd parameter id_type has been renamed to type. | No effect. |
[+] H5Iremove_verify ( hid_t id, H5I_type_t id_type ) (1)
changed to:H5Iremove_verify ( hid_t id, H5I_type_t type )
| Change | Effect |
---|
1 | 2nd parameter id_type has been renamed to type. | No effect. |
H5Ppublic.h
[+] H5Pget_filter2 ( hid_t plist_id, unsigned int filter, unsigned int* flags, size_t* cd_nelmts, unsigned int* cd_values, size_t namelen, char* name, unsigned int* filter_config ) (1)
changed to:H5Pget_filter2 ( hid_t plist_id, unsigned int idx, unsigned int* flags, size_t* cd_nelmts, unsigned int* cd_values, size_t namelen, char* name, unsigned int* filter_config )
| Change | Effect |
---|
1 | 2nd parameter filter has been renamed to idx. | No effect. |
H5Spublic.h
[+] H5Sselect_hyperslab ( hid_t space_id, H5S_seloper_t op, hsize_t const* start, hsize_t const* _stride, hsize_t const* count, hsize_t const* _block ) (2)
changed to:H5Sselect_hyperslab ( hid_t space_id, H5S_seloper_t op, hsize_t const* start, hsize_t const* stride, hsize_t const* count, hsize_t const* block )
| Change | Effect |
---|
1 | 4th parameter _stride has been renamed to stride. | No effect. |
2 | 6th parameter _block has been renamed to block. | No effect. |
to the top
Other Changes in Constants (27)
H5Epubgen.h
[+] H5E_CANTLOCKFILE
| Change | Effect |
---|
1 | The constant H5E_CANTLOCKFILE with value (H5OPEN H5E_CANTLOCKFILE_g) has been added. | No effect. |
[+] H5E_CANTUNLOCKFILE
| Change | Effect |
---|
1 | The constant H5E_CANTUNLOCKFILE with value (H5OPEN H5E_CANTUNLOCKFILE_g) has been added. | No effect. |
[+] H5E_LIB
| Change | Effect |
---|
1 | The constant H5E_LIB with value (H5OPEN H5E_LIB_g) has been added. | No effect. |
H5FDmirror.h
[+] H5FD_MIRROR
| Change | Effect |
---|
1 | The constant H5FD_MIRROR with value (H5I_INAVLID_HID) has been added. | No effect. |
H5FDsplitter.h
[+] H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION
| Change | Effect |
---|
1 | The constant H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION with value 1 has been added. | No effect. |
[+] H5FD_SPLITTER
| Change | Effect |
---|
1 | The constant H5FD_SPLITTER with value (H5FD_splitter_init()) has been added. | No effect. |
[+] H5FD_SPLITTER_MAGIC
| Change | Effect |
---|
1 | The constant H5FD_SPLITTER_MAGIC with value 0x2B916880 has been added. | No effect. |
[+] H5FD_SPLITTER_PATH_MAX
| Change | Effect |
---|
1 | The constant H5FD_SPLITTER_PATH_MAX with value 4096 has been added. | No effect. |
H5Ipublic.h
[+] PRIdHID
| Change | Effect |
---|
1 | The constant PRIdHID with value PRId64 has been added. | No effect. |
[+] PRIoHID
| Change | Effect |
---|
1 | The constant PRIoHID with value PRIo64 has been added. | No effect. |
[+] PRIxHID
| Change | Effect |
---|
1 | The constant PRIxHID with value PRIx64 has been added. | No effect. |
[+] PRIXHID
| Change | Effect |
---|
1 | The constant PRIXHID with value PRIX64 has been added. | No effect. |
H5Lpublic.h
[+] H5L_TYPE_UD_MAX
| Change | Effect |
---|
1 | The constant H5L_TYPE_UD_MAX with value 255 has been added. | No effect. |
H5pubconf.h
[+] H5_IGNORE_DISABLED_FILE_LOCKS
| Change | Effect |
---|
1 | The constant H5_IGNORE_DISABLED_FILE_LOCKS with value 1 has been added. | No effect. |
[+] H5_USE_FILE_LOCKING
| Change | Effect |
---|
1 | The constant H5_USE_FILE_LOCKING with value 1 has been added. | No effect. |
H5public.h
[+] PRIdHADDR
| Change | Effect |
---|
1 | The constant PRIdHADDR with value "ld" has been added. | No effect. |
[+] PRIdHSIZE
| Change | Effect |
---|
1 | The constant PRIdHSIZE with value H5_PRINTF_LL_WIDTH "d" has been added. | No effect. |
[+] PRIiHSIZE
| Change | Effect |
---|
1 | The constant PRIiHSIZE with value H5_PRINTF_LL_WIDTH "i" has been added. | No effect. |
[+] PRIoHADDR
| Change | Effect |
---|
1 | The constant PRIoHADDR with value "lo" has been added. | No effect. |
[+] PRIoHSIZE
| Change | Effect |
---|
1 | The constant PRIoHSIZE with value H5_PRINTF_LL_WIDTH "o" has been added. | No effect. |
[+] PRIuHADDR
| Change | Effect |
---|
1 | The constant PRIuHADDR with value "lu" has been added. | No effect. |
[+] PRIuHSIZE
| Change | Effect |
---|
1 | The constant PRIuHSIZE with value H5_PRINTF_LL_WIDTH "u" has been added. | No effect. |
[+] PRIXHADDR
| Change | Effect |
---|
1 | The constant PRIXHADDR with value "lX" has been added. | No effect. |
[+] PRIxHADDR
| Change | Effect |
---|
1 | The constant PRIxHADDR with value "lx" has been added. | No effect. |
[+] PRIxHSIZE
| Change | Effect |
---|
1 | The constant PRIxHSIZE with value H5_PRINTF_LL_WIDTH "x" has been added. | No effect. |
[+] PRIXHSIZE
| Change | Effect |
---|
1 | The constant PRIXHSIZE with value H5_PRINTF_LL_WIDTH "X" has been added. | No effect. |
H5VLpublic.h
[+] H5VL_VERSION
| Change | Effect |
---|
1 | The constant H5VL_VERSION with value 0 has been added. | No effect. |
to the top
Header Files (91)
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
H5FDmpi.h
H5FDmpio.h
H5FDmulti.h
H5FDpublic.h
H5FDros3.h
H5FDsec2.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.0.0
libhdf5_cpp.so.200.0.0
libhdf5_fortran.so.200.0.0
libhdf5_hl.so.200.0.0
libhdf5_hl_cpp.so.200.0.0
libhdf5_java.so
libhdf5hl_fortran.so.200.0.0
to the top