| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
~VCHOI/my_hdf5_fork:bugfix/version_bounds to develop
* commit 'b4294d8d3e5937527e9814f23d04df412ebbe770':
Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam)
Fixed typos Platforms tested: Linux/32 (jam)
Additional tests Description: - Revised and add more variety to version bound tests per review - Revised gen_bounds.c per review Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
Added gen_bounds
Cleaned up per comments in PR# 876
Modifications made based on comments from pull request.
Added gen_bounds.c
Added gen_bounds.c
Fix bounds check for the generation of cache image.
Modify usage description for -j and -k options so that it is more informative.
Modify h5repack usage so that it is more descriptive.
Changes made based on code reviews.
Further improvement
Fixed comment.
Adding data file generator Description: Added gen_bounds.c to generate the following files: - bounds_earliest_latest.h5 - bounds_earliest_v18.h5 - bounds_latest_latest.h5 - bounds_v18_latest.h5 - bounds_v18_v18.h5 for testing the version bounds fix in 1.8 and 1.6.
Initial checkin for library version bounds Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
develop"
This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing
changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07':
Split internal H5R functionality into H5Rint.c.
|
| | |
|
|/
|
|
| |
Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '8a391887be263e0ba7f1ba659dcf6559b5a5e01a':
in 'production' mode builds
Make fixes to avoid test failures in 'production' mode builds
Updated the code and RELEASE.txt note per comments from John Mainzer
Try to address most of the issues raised by Dana in the code review
Made edits suggested by John as part of the code review
Update the MANIFEST and release_docs/RELEASE files
Add a test for parallel reads of independent files using MPI subgroups
Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5.
The initial coding for the superblock read optization
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf':
Updated the code and RELEASE.txt note per comments from John Mainzer
Try to address most of the issues raised by Dana in the code review
Made edits suggested by John as part of the code review
Update the MANIFEST and release_docs/RELEASE files
Add a test for parallel reads of independent files using MPI subgroups
Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5.
The initial coding for the superblock read optization
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit 'bf570b1a7ca3b9cbd4a59f0933a19ce1bcc99103': (71 commits)
Amend tests to explicitly use H5Dcreate2 and H5Dopen2
Revert malloc's back to using hard-coded type for sizeof
Minor comment refactoring
Update documentation
Finish up Parallel Compression test scaling work
Partial update for scaling parallel filters tests
Modify t_dset.c in lieu of Parallel Compression changes
Updated H5C__flush_single_entry() in H5C.c to correct duplicate metadata write bug observed in 1.10.1.
Amend MANIFEST
Add test for write parallel; read serial case
Fix uninitialized array issue in test
Test updates
Fix bug where incorrect amount of data was being read from the file
Add data verification for first half of tests
Start adding data verification
Switch tests over to use testing macros
Updates to parallel filters tests
Move test files to testpar directory
Add test file to build process
Suggested changes from code review
...
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '593e4038b3ab474a47e468bb3478d4ae3a6820e6':
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
HDFFV-10188 force non-native type description
HDFFV-10188 emu insists on printing non-native description
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
HDFFV-10188 fix typo
HDFFV-10188 add missing copy commands
HDFFV-10188 Add tests and files
HDFFV-10188 enable null space test
HDFFV-10188 add release note
HDFFV-10188 - Check for empty string first
HDFFV-10188 error on NULL dataspace
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
develop
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit '1ef8577a4aaaa4120a819ff36747fdca99abdc26':
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
|
| | |/
| |/|
| | |
| | |
| | | |
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '59e94f5009a1f738d9924be942448f8cf6355b00':
Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
|
| | |
| | |
| | |
| | | |
Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
|
| | | |
|
|\ \ \ |
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
over.
Brings coding standards in line with the rest of the library,
enforces better software engineering principles, and makes
everything more maintainable.
|
|/ |
|
|
|
|
| |
Modifications to fix the assertion/abort failure when the application does not close the file.
|
| |
|
| |
|
|
|
| |
Added test and new arguments to control the the input file parsing.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
hdf5_1_10
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
|