summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix misaligned macroAllen Byrne2018-03-071-2/+1
|
* Fix CMake missing parensAllen Byrne2018-03-071-1/+1
|
* Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-073-2/+166
|\ | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake Added bounds_latest_latest.h5 Misc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Improving tests Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| * Miscellaneous test fixesBinh-Minh Ribler2018-03-061-2/+0
| | | | | | | | | | | | | | | | | | | | Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * Added h5repack testsBinh-Minh Ribler2018-03-061-0/+71
| | | | | | | | | | | | | | Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake
| * Added bounds_latest_latest.h5Binh-Minh Ribler2018-02-281-0/+1
| |
| * Misc improvementBinh-Minh Ribler2018-02-282-1/+3
| | | | | | | | | | | | | | | | | | | | | | Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * Improving testsBinh-Minh Ribler2018-02-171-2/+94
| | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
* | Fix list varAllen Byrne2018-02-271-111/+50
| |
* | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-2727-76/+137
| |
* | HDFFV-10412 update test ref filesAllen Byrne2018-02-223-4/+4
| |
* | HDFFV-10412 fix typoAllen Byrne2018-02-211-1/+1
| |
* | HDFFV-10412 moved check back into normal pathAllen Byrne2018-02-211-20/+20
| |
* | Fix indentationAllen Byrne2018-02-191-2/+2
| |
* | HDFFV-10384 Add opt arg to helpAllen Byrne2018-02-159-18/+18
| |
* | HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-147-35/+50
|/
* Cleanup overuse of include filesAllen Byrne2018-02-142-14/+12
|
* Merge pull request #876 in HDFFV/hdf5 from ↵Vailin Choi2018-02-145-28/+84
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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.
| * Modifications made based on comments from pull request.Vailin Choi2018-02-072-8/+8
| |
| * Merge branch 'trunk_merge' into bugfix/version_boundsVailin Choi2018-01-283-274/+3
| |\ | | | | | | | | | Keep it up-to-date with develop.
| * \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-2323-58/+13
| |\ \ | | | | | | | | | | | | Keep the branch up-to-date.
| * | | Modify usage description for -j and -k options so that it is more informative.Vailin Choi2018-01-182-4/+6
| | | |
| * | | Modify h5repack usage so that it is more descriptive.Vailin Choi2018-01-162-9/+31
| | | |
| * | | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-1243-3225/+4073
| |\ \ \
| * \ \ \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-271-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge from develop to keeep the branch up-to-date.
| * \ \ \ \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2571-5425/+5236
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
* | | | | | | Remove old dependency constructAllen Byrne2018-02-051-3/+1
| | | | | | |
* | | | | | | HDFFV-10345 spelling errorsAllen Byrne2018-02-052-3/+3
| | | | | | |
* | | | | | | HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-304-25/+25
| |_|_|_|_|/ |/| | | | |
* | | | | | HDFFV-10396 Eliminate overuse of h5tools_simple_prefix functionAllen Byrne2018-01-253-274/+3
| |_|_|_|/ |/| | | |
* | | | | HDFFV-10393 fix incorrect search for name in h5repack object tableAllen Byrne2018-01-181-5/+7
| | | | |
* | | | | HDFFV-10392 change size of local array to 16 charsAllen Byrne2018-01-171-6/+6
| | | | |
* | | | | HDFFV-10385 rework java namesAllen Byrne2018-01-1721-47/+0
| |_|_|/ |/| | |
* | | | HDFFV-8745 remove obsolete filesAllen Byrne2018-01-102-0/+0
| | | |
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-107-8/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '88574bf85618adc96142bebf865ac2caf82c8f09': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions
| * \ \ \ Merge pull request #852 in HDFFV/hdf5 from ↵Allen Byrne2018-01-107-8/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop * commit '9c2a9cec1f708039dbc625bcc6827ab64282e065': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions
| | * | | | HDDFV-10361 combine duplicated prefix utility functionsAllen Byrne2018-01-057-8/+32
| | | | | |
* | | | | | HDFFV-8745 fix minor defectsAllen Byrne2018-01-092-5/+3
| | | | | |
* | | | | | HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-0910-34/+34
|/ / / / /
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-081-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '92324bacae5ac697dbdf8e6cf8b3d709f189849a': Snapshot version 1.11 release 2
| * | | | | Snapshot version 1.11 release 2hdftest2018-01-051-7/+7
| | | | | |
* | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-051-7/+7
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | * commit '994611a2d4320358dc5a1c0c721633670ad4833c': Snapshot version 1.11 release 1
| * | | | Snapshot version 1.11 release 1hdftest2018-01-051-7/+7
| | | | |
* | | | | HDFFV-9745 Create test and files to verify fixesAllen Byrne2018-01-048-3123/+3734
| | | | |
* | | | | HDFFV-8745 cleanup vl resource usageAllen Byrne2018-01-021-13/+18
| | | | |
* | | | | HDFFV-8745 remove files from test scriptsAllen Byrne2018-01-022-4/+0
| | | | |
* | | | | HDFFV-8745 remove obsolete filesAllen Byrne2018-01-022-0/+0
| | | | |
* | | | | HDFFV-8745 - fix implementation of 8625Allen Byrne2018-01-026-34/+40
|/ / / /
* | | | Fix valgrind issuesAllen Byrne2018-01-021-1/+1
| | | |
* | | | HDFFV-9724 add valgrind ENVAllen Byrne2017-12-292-2/+8
| | | |