summaryrefslogtreecommitdiffstats
path: root/tools/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1825-390/+335
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-121-16/+142
| |\ | | | | | | | | | | | | | | | | | | | | | 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-121-16/+142
| | |
| * | Change CMake min to 3.10Allen Byrne2018-03-0911-11/+11
| |/
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-2711-11/+11
| |
| * 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-151-2/+2
| |
| * HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-145-29/+32
| |
| * Merge pull request #876 in HDFFV/hdf5 from ↵Vailin Choi2018-02-144-26/+67
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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-071-4/+4
| | |
| | * Merge branch 'trunk_merge' into bugfix/version_boundsVailin Choi2018-01-282-209/+3
| | |\ | | | | | | | | | | | | Keep it up-to-date with develop.
| | * \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-2312-32/+13
| | |\ \ | | | | | | | | | | | | | | | Keep the branch up-to-date.
| | * | | Modify usage description for -j and -k options so that it is more informative.Vailin Choi2018-01-181-2/+3
| | | | |
| | * | | Modify h5repack usage so that it is more descriptive.Vailin Choi2018-01-161-5/+16
| | | | |
| | * | | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-1210-34/+34
| | |\ \ \
| | * \ \ \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2513-283/+276
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
| * | | | | | HDFFV-10345 spelling errorsAllen Byrne2018-02-051-2/+2
| | | | | | |
| * | | | | | HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-10/+10
| | |_|_|_|/ | |/| | | |
| * | | | | HDFFV-10396 Eliminate overuse of h5tools_simple_prefix functionAllen Byrne2018-01-252-209/+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-1710-21/+0
| | |_|/ | |/| |
| * | | HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-0910-34/+34
| | |/ | |/|
* | | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-26/+33
|/ /
* | Minor warning fixesDana Robinson2017-11-155-6/+11
| |
* | Correct typoAllen Byrne2017-10-241-2/+2
| |
* | fix typoAllen Byrne2017-10-241-1/+1
| |
* | Fix typosAllen Byrne2017-10-241-1/+1
| |
* | HDFFV-10297 Free buffer inside loopAllen Byrne2017-10-231-0/+5
| |
* | HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-233-27/+24
| |
* | Fix tools error handling and valgrind issuesAllen Byrne2017-10-183-26/+44
| |
* | Cleanup valgrind issuesAllen Byrne2017-10-171-9/+11
| |
* | HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-165-64/+64
| |
* | HDFFV-10296 Update tools lib to use the error handling macros.Allen Byrne2017-10-131-132/+56
| |
* | Close ids in loopAllen Byrne2017-10-121-2/+15
|/
* HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-102-189/+168
|
* HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-093-49/+79
|
* HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-068-442/+397
| | | includes H5Zfilter_avail() fix
* Update error handling to support ARGS and tools stackAllen Byrne2017-10-026-451/+254
|
* HDFFV-10276 Remove whitespaceAllen Byrne2017-09-081-1/+1
|
* HDFFV-10276 Remove whitespaceAllen Byrne2017-09-081-2/+2
|
* HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-074-8/+20
|
* HDFFV-9774 Add enable-error-stack argument to h5diffAllen Byrne2017-08-314-227/+236
|
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-2311-740/+684
|
* HDFFV-10188 error on NULL dataspaceAllen Byrne2017-08-042-47/+53
|
* HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-011-4/+4
|
* Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-1711-56/+2
| | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
* HDFFV-10219 default input binary to NATIVEAllen Byrne2017-06-202-5/+24
|