| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit 'ce622ea420563b00ebeb2b2748aeaac606d5d486':
Snapshot version 1.8 release 22 (snap5) Update version to 1.8.22-snap6
|
|/
|
|
| |
Update version to 1.8.22-snap6
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit '0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8':
Correct conditions for parallel builds with and without tests.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit '42f1aae35918cb62ff29839d25abe7a59c6e1b8d':
Snapshot version 1.8 release 22 (snap4) Update version to 1.8-snap5
|
| |
| |
| |
| | |
Update version to 1.8-snap5
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_8
* commit '1cc2b65b1f745d9b7d770504fb3def73ba8346c1':
Fixes for test failures with --disable-tests --disable-tools options. Don't test ph5diff if tests are disabled.
|
|/
|
|
| |
Don't test ph5diff if tests are disabled.
|
|\
| |
| |
| |
| | |
* commit '554bb4cb8b07035ff76878ba278d2cc52bbd6049':
Add missing include
|
|/ |
|
|\
| |
| |
| |
| | |
* commit 'fa863fd502128165156140bf964a51bcb91df903':
Remove double entry
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
~VCHOI/my_third_fork:bugfix/v18_seg_fault_ref_sel_compat to hdf5_1_8
* commit '19464e2172e5b5d15d4a8ebaee57ef4bc671d897':
Verify the decoded version for "all" and "none" selection.
FIx issues when deserializing hyperslab/point selection with version beyond the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
|
| | |
|
| |\
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bugfix/v18_seg_fault_ref_sel_compat
* commit '7ae66f2cf819f9b1da0ffd4d00490eb2ea84405a':
Remove unneeded files
Fix comment
h5dump reg ref chnages has no error file
Check sizeof type to use correct ref_type
Correct grep text for filter test
Revert incorrect bool type
Fix CMake compare commands
Correct test script for errstack
Remove system command from valgrind reports
Fix h5ls attrreg
Fix gif tool and h5dump
Merge changes from other branches
revert type cast
|
|\ \
| | |
| | |
| | |
| | | |
* commit 'a380eab7b0939552cfbeb9c14d0cd7ca2508ec33':
Remove unneeded files
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* commit 'bee75a0067d39d2ac9770566350cd9552110d45d':
Fix comment
h5dump reg ref chnages has no error file
Check sizeof type to use correct ref_type
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '5a537b675b4d3428691bac6fa6c8e760e5c8f661':
Correct grep text for filter test
Revert incorrect bool type
Fix CMake compare commands
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit '716aff0d981ce4b7790500ee6ebc643704cd2402':
Correct test script for errstack
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit 'c2af6a8f8656482bb2f96263eb54db48c1801947':
Remove system command from valgrind reports
Fix h5ls attrreg
Fix gif tool and h5dump
Merge changes from other branches
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_8
* commit '8c465e6cffe0c73afb99284135d8f1453fbf3183':
revert type cast
|
|/ / |
|
|/
|
|
|
|
|
| |
the library's supported version:
(1) Verify the decoded version before proceeding further with deserialization
(2) Close the dataspace if errors occurred after opening the dataspace
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit 'bf68e7599e5d3d6e19492ee44b6e1de31c722de6':
update HDFFV-11029
Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* commit '702f719e0c6771c8eb56d63566d20b3cef961f2c':
HDFFV-11012, sanitize, warnings and tools ids
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit 'c629dfa4f6b03dc527ccf4ae0e6c552bc025bbf2':
Fix improper S3 signing key null check (HDFFV-11015).
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_8
HDFFV-11014, fix the repacking reference attribute issue for the h5repack.
* commit '2608e3ce88211cefc8deec5a845c36031b7d8c42':
HDFFV-11014, move the description to the first order.
HDFFV-11014, add the fix to the release.txt.
HDFFV-11014, fix the h5repack issue that misses a few attributes during the repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly.
|
| | |
|
| | |
|
|/
|
|
| |
repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly.
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit 'd2197ad1ef80ccc780378e3959c91c08c9a45bce':
Add another warning variation
Add unknown pragma warning ignore
Add ZLIB to warings ignore
Only use sanitzers with clang
|
| | |
|
| | |
|