summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-0853-628/+603
|\
| * Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-291-2/+6
| | | | | | | | | | when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean')
| * TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-2026-26/+26
| |
| * TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-1726-335/+247
| |
| * HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-106-8/+8
| |
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-291-0/+6
| |\
| | * Add missing test fileAllen Byrne2018-03-281-0/+2
| | |
| | * Add missing test which is in autotoolsAllen Byrne2018-03-271-0/+4
| | |
| * | Cleanup API context function usage.Quincey Koziol2018-03-191-7/+12
| | |
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-18120-3780/+5287
| |\ \ | | |/ | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-1524-237/+291
| | |
* | | HDFFV-10444 fix so numbers and merge java test changesAllen Byrne2018-04-106-8/+8
| | |
* | | Updated version to 1.10.3-snap0lrknox2018-03-141-7/+7
| | |
* | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-1329-60/+811
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | Rework new tests into one macroAllen Byrne2018-03-131-25/+112
| | |
| * | Fix CMake test namesAllen Byrne2018-03-131-6/+6
| | |
| * | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-1229-60/+724
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * | Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-1229-60/+724
| | | |
* | | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-1226-26/+26
|\ \ \ \ | |/ / /
| * | | Change CMake min to 3.10Allen Byrne2018-03-0926-26/+26
| |/ /
* | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-093-2/+165
|\ \ \ | |/ /
| * | 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
| | |_|_|_|_|/ | |/| | | | |