| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
HDFFV-10596-fortran-library-names-differ to develop
* commit 'f4c9ec5d41aa53829617274d3286f1e9a45ae57e':
Add RELEASE.txt entry for HDFFV-10596.
Uninstall should remove the libhdf5_hl_fortran links.
Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '1ba63f95d3d600be43f2d3e00f204d36d6e9a1a4':
Work around compiler fussiness on platypus.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '110eabd3e559a1e6002e96633a9ac892c21c1211':
Fix for debug assert in H5FDmpio.c
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit 'c9cf24506b4fb1c50ea553d3ab962c37ac86760a':
Fix for parallel filters tests with new read-proc0-broadcast feature
misc. merge clean-up
misc. merge clean-up
merged:
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
HDFFV-10652
HDFFV-10443
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit 'b52def6b9a38e6b24848d69e5eb37da0be97a94c':
Fix for Fortran failures.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '46f63b0faafe574ca2a32380ea85cac8206b1028':
Fix deprecated H5Pget_version
Fix java regex
Merge CMake changes from develop
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit '688074781ac7be2b7e799e8804378ba1f1563db1':
Fortran wrappers for dataset obj header minimization API calls.
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '55806ff1be0d559a204e84e595403b309239085f':
Delay checking if decoded message's "shareable" flag is appropriate for the message type until we've verified we understand the message type. Reduce size of H5O_msg_class_g to *not* include space for H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus message test with shareable messages to cover the formerly problematic code. Re-run gen_bogus.c to add this test case and also to fix the bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a new message class being added in a previous commit. Added comment to remind developers to run gen_bogus.c when adding a new message class.
Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since space for it was removed.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the message type until we've verified we understand the message type.
Reduce size of H5O_msg_class_g to *not* include space for
H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus
message test with shareable messages to cover the formerly problematic
code. Re-run gen_bogus.c to add this test case and also to fix the
bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a
new message class being added in a previous commit. Added comment to
remind developers to run gen_bogus.c when adding a new message class.
Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, since
space for it was removed.
|
|/
|
|
| |
space for it was removed.
|
|\
| |
| |
| |
| |
| |
| | |
~JAKE.SMITH/hdf5:dset_ohdr_minimize_110 to hdf5_1_10
* commit '00f835f6403728c3caf298636522e526996010a2':
Fix fapl passed into h5_fixname() calls in minimized tests. Fix creation of duplicate, unclosed FAPL. Fix wrong statement-string after TEST_ERROR macro (refactoring mistake).
|
| |
| |
| |
| |
| | |
Fix creation of duplicate, unclosed FAPL.
Fix wrong statement-string after TEST_ERROR macro (refactoring mistake).
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '1a50622733c14d89b3fd8c6bab684af9205a3b96':
Fix for daily test failure: too many arguments to function 'H5Gopen1'.
Fix the git merge leftover in RELEASE.txt.
Fix the git merge leftovers in RELEASE.txt.
Fix for HDFFV-10659: The library aborts with "infinite loop closing library" after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
after deleting attributes in densed storage.
The fix: When deleting attribute nodes from the name index v2 B-tree,
if an attribute is found in the intermediate B-tree nodes, which may be
merged/redistributed in the process, we need to free the dynamically
allocated spaces for the intermediate decoded attribute.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit 'f7d530dd275e176e59b26c1b7363ba16b3ab6c9c':
HDFFV-10674, 10664, 10674
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit '257e05e1b2465a6876eec6995419b8f358e0ec84':
Merged the rest of the parallel flush test code.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'd617b56aacd403b6b99b5a661461b5d84a03e185':
Cherry pick of CMake parallel flush fixes.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10
* commit '82dd54c26b11245c36f65a044e9b717dc2c337e0':
Revised text
Fixed CVE division-by-zero issues Description: Fixed HDFFV-10577 and similar issues found in H5Dchunk.c. All the occurrences are in: H5D__create_chunk_map_single H5D__create_chunk_file_map_hyper H5D__chunk_allocate H5D__chunk_update_old_edge_chunks H5D__chunk_prune_by_extent H5D__chunk_copy_cb H5D__chunk_collective_fill Also updated RELEASE.txt for the chunk query functions and removed some blank lines in chunk_info.c. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
|
| | |
|
| |\
| | |
| | |
| | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
Fixed HDFFV-10577 and similar issues found in H5Dchunk.c. All
the occurrences are in:
H5D__create_chunk_map_single
H5D__create_chunk_file_map_hyper
H5D__chunk_allocate
H5D__chunk_update_old_edge_chunks
H5D__chunk_prune_by_extent
H5D__chunk_copy_cb
H5D__chunk_collective_fill
Also updated RELEASE.txt for the chunk query functions and removed
some blank lines in chunk_info.c.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
~JAKE.SMITH/hdf5:dset_ohdr_minimize_110 to hdf5_1_10
* commit '150b73bb1af971dfff45d5f232b979622078d5bd':
Tweak minimized datset header release info.
Add dataset header minimization release info.
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~JAKE.SMITH/hdf5:dset_ohdr_minimize_110 to hdf5_1_10
Minimized dataset object headers
* commit 'e1d865a11d7864f4c0733aa22a8c96f0f015ef75':
Remove "bad" statements from end of TEST_ERROR. Formerly arguments to FAIL_PUTS_ERROR.
Add semicolon at end of TEST_ERROR() invocation for consistency.
Change FAIL_PUTS_ERROR to TEST_ERROR. Remove VOL-related merge cruft.
Change H5Dcreate() to H5Dcreate2(). Fix return value (int -> void).
Change H5Acreate to H5Acreate2
Remove unnecessary s
Incoporate minimized dataset headers code and tests.
|
| | |
| | |
| | |
| | | |
Formerly arguments to FAIL_PUTS_ERROR.
|
| | | |
|
| |\ \
| |/ /
|/| |
| | | |
https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize_110
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10
This is merged now so it can be tested.
* commit '74a3710a996fca5ed7fcb4dd8919a7a8521de1de':
Revised per review. Description: Changed H5EA_iterate and H5FA_iterate as suggested. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Addressed HDFFV-10661 Description: - Fixed a bug triggered by tests in chunk_info.c. The returned value from a callback function was not checked in H5EA_iterate(), H5FA_iterate(), and H5D__none_idx_iterate(). This oversight caused a callback function to continue iterating even though it's supposed to stop. Vailin confirmed. - Addressed review comments and made various improvements on the tests. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
Changed H5EA_iterate and H5FA_iterate as suggested.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
- Fixed a bug triggered by tests in chunk_info.c. The returned value
from a callback function was not checked in H5EA_iterate(), H5FA_iterate(),
and H5D__none_idx_iterate(). This oversight caused a callback function
to continue iterating even though it's supposed to stop. Vailin confirmed.
- Addressed review comments and made various improvements on the tests.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1010test)
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_10
* commit '277757fe9f0e68decba8035c22df260c8ee9f147':
Remove files that do not exist in branch
|
|/ / / |
|