| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | | |
Hdf5 1 10
|
| | | |
|
| |/ |
|
|/
|
|
|
| |
INSTALL file, update COPYING file, also removing obsolete SZIP paragraph
from it.
|
|\
| |
| |
| |
| |
| |
| | |
~BYRN/hdf5_clang_format:hdf5_1_10 to hdf5_1_10
* commit '95bc5fa9e2abd171af9bf5a4ef942fe62615516c':
Add option to github actions
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~BYRN/hdf5_clang_format:hdf5_1_10 to hdf5_1_10
* commit 'ec8ad09125032c9c232878d02e90aa86df162841':
Source formatted
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~BYRN/hdf5_clang_format:hdf5_1_10 to hdf5_1_10
* commit 'ca0c0c3dc83acb7261e607cfee3b3ef04d167188':
Merge of clang-format changes from develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '73dbf43a6f703a49d6e7a27341dbb09f8bd2f0a1':
Fix memory sanity check option in CMake
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '02f12f4602667c51909fdeda547b65ee71886bd3':
Add zlib and szip pages
Correct COPYING path
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:final_qak_parallel_bugfix_1_10 to hdf5_1_10
* commit 'b89f84ef34c07ae0b0db22f16b8c8bfd27812004':
Fixed errant comma
Brings Quincey's parallel collective MD write bugfix from develop
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'c2cff52638bfebd951c20054ba7ef24c223528c2':
Update so numbers for hdf5 1.10.7 release. Remove RELEASE.txt entries through 1.10.7 release. Update Platforms supported and tested.
|
|/
|
|
|
| |
Remove RELEASE.txt entries through 1.10.7 release.
Update Platforms supported and tested.
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:h5s_symbols_to_private to hdf5_1_10
* commit '1c143200ef96f94320c80306a201ca39732a0766':
Moves some H5S iterator symbols to H5Sprivate.h
|
|/
|
|
|
| |
These only need to be public in VOL branches and they show up on the
binary compatibility report. It's better to hide them.
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:yank_binary_compat_id_enum_val to hdf5_1_10
* commit '038ee0a5af3c70ae3a4f904a6a0329651e69fbc2':
Removes unused H5I_SPACE_SEL_ITER value from H5I_type_t
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdfs_symbol_fix_1_10 to hdf5_1_10
* commit '5a0804b5c9eac426e2b0d690ae479caf8f89848e':
Adds helpful error messages to the HDFS VFD stubs.
Adds binary compatibility HDFS VFD stubs.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '9ad88ac1d5f4a95fa301013ef282d241f5100f03':
Update examples project
MinGW uses "MinGW Makefiles"
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit '817af161a8d463eaec385d0959e06b546f27ae45':
HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added
------
New Definitions:
INTEGER :: H5F_LIBVER_ERROR_F
INTEGER :: H5F_LIBVER_NBOUNDS_F
INTEGER :: H5F_LIBVER_V18_F
INTEGER :: H5F_LIBVER_V110_F
New API:
h5pget_libver_bounds_f(fapl_id, low, high, hdferr)
Removed:
call to C wrapper h5pset_libver_bounds_c in h5pset_libver_bounds_f
Updated Release notes.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '213d7e62eb4cad1ee768f001813ef07962b835be':
The version string has a second use for packaging
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '0fff19665315fabc9754648c0603b073b3d20159':
Correct HDF5_PACKAGE_VERSION_STRING
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '71c03f65ebcf850b28f4775ccf2b095ec2285fff':
Add back function for VERIFY_EXTERNAL_CONSOLIDATION
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdf5_1_10_vfd_badness to hdf5_1_10
* commit '87048c1d9baa1ae4d27ab164f7258734453d4bda':
Tweaks CMake to always run the tools lib tests
Additional tools_utils cleanup
Cleans up h5tools_test_utils.c and related
Updates the tools VFD set test to pass
Corrects warnings in h5tools_test_utils.c
Updates Autotools so h5tools_test_utils is actually built
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdf5_1_10_vfd_badness to hdf5_1_10
* commit 'cfa206696c93b906ecfd318c8d09d997586d213b':
Fixes issues with HDFS VFD.
|
|/
|
|
|
|
|
| |
- Warning from hdfs.h interpreted as an error under gcc
- Incorrect order of headers results inn incorrect initialization
- <hdfs.h> not "hdfs.h"
- Other misc tidying
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'fc3129a92e29b50dac3bd3d3777df13d970a017a':
Revert H5_VERS_SUBRELEASE check
Add special case when H5_VERS_SUBRELEASE is 0
Condition if (H5_VERS_SUBRELEASE) is incorrectly false when H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
Add hypen to subrelease regex
Add ifdef blocks to S3/HDFS test
|
| | |
|