| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit 'c40dd6c2ee821c99546ff1792d595dba478f66e1':
Update version to 1.8.0-1 for CMake test failure.
|
|/
|
|
|
|
|
|
|
|
|
| |
if (H5_VERS_SUBRELEASE)
set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}")
else ()
if (${H5_VERS_SUBRELEASE} STREQUAL "")
set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}")
else ()
set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}")
endif ()
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdf5_1_10_coll_chunk_fill_fix to hdf5_1_10
* commit '55fe2acfb7f2806598fa139efc1026925946807d':
Brings the MPI datatype fixes from develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72':
Add missing mirror files
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'a2eb59d5d1223a79ef74f972303002f926489f52':
Add missing '-'.
Updated HDF5 1.10 support branch version number to 1.10.8-0
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'cd3382ac228b3555460272d0d2ee52f53fe928c9':
Update RELEASE.txt to correct merge problems and text formatting.
Update RELEASE.txt entry.
Remove entries for HDF5 1.10.6 release.
|
| | |
|
| | |
|
| |\
| |/
|/|
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10
* commit '66233315e78ae1b84561632535e776a24ebf0243':
Updated bug fix for HDFFV-11101
|
|/ / |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:bounds_refactor to hdf5_1_10
* commit 'f6ee6e59e1516bcc3c4c444e886835db89113e93':
Fixes typo and return types in version bounds test
Refactors the 1.10 reference/selection bounds tests
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:final_1_10_prs to hdf5_1_10
* commit 'c9f8ef3e185a7a2b16bc9d0200435c242969d0a2':
Fixed one last trailing whitespace character
Fixed trailing whitespace from revert.
Revert "Don't track file offset position when using pread / pwrite."
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 9e5a68214a5e40bb8e43c5ec2a928dc70e8a6017.
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:final_1_10_prs to hdf5_1_10
* commit '41da55dfe836551936032a33aa7b0acb9d4dc7cb':
Adds missing HDstrtoumax for S3 VFD
Merge of develop PRs to 1.10
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:swmr_test_fail_cmake_1_10 to hdf5_1_10
* commit '4cf784b63b49a6eb6782a80c7b876029cb0199c4':
Fixes CMake issue with file locking variable
|