| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '1077a767ff3885dd23bdbfdfba51037c925ce23c':
Minor fixes to align w/state of 1.12 code
Correct typos w/HGOTO_DONE & HGOTO_ERROR
Move H5T_vlen_reclaim to package scope
Switch H5VM inline routines back to single underscope and put a comment in their header about this naming
Clean up private / package / static namespace issues (function naming, which header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
their header about this naming
|
| |
| |
| |
| |
| |
| | |
header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email
addresses from library source code (still needs cleaned from other directories).
Misc. warning, style, and whitespace cleanup.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'd2f58a6468be9d5e10d10d439ae905f7825e74e7':
Add back function for VERIFY_EXTERNAL_CONSOLIDATION
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'e31653cf5f547d4d8baff7be40f3b1b69b1765c5':
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_12
* commit '3e4f255c5031f14a68d387df0762f7a2210df5a3':
Added release note for MPI type fix
Simplify default use of MPI_BYTE
Don't free builtin MPI_BYTE MPI type
Simplify code to avoid using a boolean to free MPI types
Avoid creating MPI datatypes on ranks with 0 chunks to write'
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '3cea63d8e52635c43a3b86602f71e5cd37d7149c':
Revert "Merge pull request #2815 in HDFFV/hdf5 from hdf5_1_12_small_chunk_io_opt to hdf5_1_12"
|
|/
|
|
|
|
|
| |
hdf5_1_12_small_chunk_io_opt to hdf5_1_12"
This reverts commit 331cf8c38a3ab7c8862b5645efcbe197fe3c107e, reversing
changes made to ed0985ff7fa2e64a903ea7d9c9343524d9d64ea8.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'c32d274e83661dc202ead5efe7458028ea5ef3fb':
Only initialize the contiguous or compact I/O info struct when needed.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:tools_normalization_1_12 to hdf5_1_12
* commit '9c255bc995a9cc2b7b328507a759cc059427c839':
Normalization of tools with develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'd9c03258ac076b1798b0ed856e68cceb198f0366':
Fix MANIFEST.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '62e054435fb49a0a735fa429ffe10134b43db849':
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.
|
|/
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'e0d59f92bbd5014a9f141da18937fd5b2fc1d8c0':
Tag TRILABS-227 changes and fix MANIFEST
HDFFV-9984 Add test files
HDFFV-9989 Merge h5repack merge/prune from develop
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdf5_1_12_sync to hdf5_1_12
* commit '30678596f2bf9605ec510dc91adb87d1ac5a71b3':
Windows thread-safe fixes from develop
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'fbe2fc45893cb06f66dd93869a5a12ecf6d02f4d':
spelling
HDFFV-11127 - force RTLD_LOCAL in dlopen
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdf5_1_12_sync to hdf5_1_12
* commit 'ba4c9495c276ace7ab1716b0e13d320e63adc33d':
Added RELEASE.txt note for HDFFV-11027
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:hdf5_1_12_sync to hdf5_1_12
* commit '84b01a39a1c0e20bebfa87d52a6011731fc6f251':
Fixes minor typos in H5S comments
Sync with develop
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/112_HDFFV-11080-heap-use-after-free-by-the-call to hdf5_1_12
* commit '02d8c7256e452ff9dc309cbaa8b7bb284c8d6f1e':
Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
|
|/
|
|
|
|
|
|
| |
~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
* commit '3023b34272cc6ada84aebfa7441a6a55afa3621c':
Update MANIFEST. Add new test to Cmake.
Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'e5b104245022e59669c283e46470b5571db7bdad':
Snapshot version 1.12.1-1 Update version to 1.12.1-2
|
|/
|
|
| |
Update version to 1.12.1-2
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '271208dceb7f0f81d8a2db27475ebb63a26a3562':
CMake updates:
|