| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10
* commit 'ede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c':
Fix HDFFV-11101
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description
Added initialization to local structs in the src function
H5MF_settle_raw_data_fsm() and the test function test_bt2_hdr_fd()
to prevent the following error in two different occurrences:
MemorySanitizer: use-of-uninitialized-value
Platforms tested:
Linux/64 (jelly)
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933_110 to hdf5_1_10
* commit '538bdb35ae932a1445f32a04e8173f8805d404f8':
Updated for HDFFV-10933
Fixed HDFFV-10933
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Description:
Fixed to allow the creation of a dataset when the combination of type,
space, etc doesn't work for filter and the filter is optional. Currently,
it was supposed to be skipped as indicated in the documentation, but it
was not skipped and the creation failed.
The function H5Z_ignore_filters was added and used in H5D__create.
Platforms tested:
Linux/64 (jelly)
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~DEROBINS/hdf5_der:h5f_start_swmr_write_locks to hdf5_1_10
* commit 'dfd5e0bf3e5e360786143bf0486d52120342ef14':
Brings H5Fstart_swmr_write changes from develop
Adds fix for H5Fstart_swmr_write lock issue
|
| | | |
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit 'c0a05da7c0189e9f0833f69506bce2775a01aa2b':
Adds missing hdfs test changes.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
~DEROBINS/hdf5_der:h5ac_skiplist_optimization_1_10 to hdf5_1_10
* commit '90fa429c015649fee878530817e503393e9f269c':
Brings the MDC skiplist optimizations from develop
|
| | | | |
|
| | |\ \
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit '350c9e9b05b86b7b6660c1b596b7e1ddb5fe0854':
Brings over S3 and HDFS VFD changes from develop
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_10
* commit 'aa4a50a5b0642229bdfb9272f39eb7dd24909be7':
Fix MANIFEST.
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_10
* commit '3b9c648180fcdc7ac4e110f4455d00e67322b742':
Merge pull request #2753 in HDFFV/hdf5 from ~EPOURMAL/hdf5_ep:develop to develo
1. HDFFV-10830 part 2, move AC_CHECK_HEADERS([szlib.h] after AC_CHECK_LIB([sz], [SZ_BufftoBuffCompress] to avoid compiling H5Z.c with szlib.h after its path is removed from AM_CPPFLAGS. 2. Remove unnecessary links to ${HDF5_TOOLS_LIB_TARGET} in utils/mirror_vfd/CMakeLists.txt that prevent building HDF5 with tools disabled.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Code was already merged to hdf5_1_10. Merging the RELESE.txt entry for
HDFFV-10436.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
AC_CHECK_LIB([sz], [SZ_BufftoBuffCompress] to avoid compiling
H5Z.c with szlib.h after its path is removed from AM_CPPFLAGS.
2. Remove unnecessary links to ${HDF5_TOOLS_LIB_TARGET} in
utils/mirror_vfd/CMakeLists.txt that prevent building HDF5 with tools
disabled.
|
| |/ /
|/| |
| | |
| | | |
Needs a final review pass.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to hdf5_1_10
* commit 'f2044e0807f57416932afd5bc800e9e32042c0c8':
Brings fortran changes from develop
|
| | | | |
|