Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaces basename and dirname with code that will work everywhere | Dana Robinson | 2021-03-09 | 1 | -7/+5 |
| | |||||
* | Makes libgen.h functions ready for implementation on Windows | Dana Robinson | 2021-03-02 | 1 | -2/+0 |
| | |||||
* | Fix a regression that crept in with the August merge: use the "swmr" VFD when | David Young | 2020-08-05 | 1 | -31/+39 |
| | | | | that's called for. | ||||
* | Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr | David Young | 2020-08-04 | 65 | -4954/+4041 |
|\ | |||||
| * | Minor normalizations with 1.12 branch | Dana Robinson | 2020-08-01 | 2 | -7/+7 |
| | | |||||
| * | Mingw copy disabled | Allen Byrne | 2020-07-31 | 2 | -5/+8 |
| | | |||||
| * | Warnings reduction in tools | Allen Byrne | 2020-07-30 | 10 | -134/+126 |
| | | |||||
| * | Correct reference file | Allen Byrne | 2020-07-29 | 1 | -2/+2 |
| | | |||||
| * | Correct h5diff filenames | Allen Byrne | 2020-07-29 | 8 | -25/+25 |
| | | |||||
| * | Only one line needed to compare | Allen Byrne | 2020-07-27 | 1 | -0/+1 |
| | | |||||
| * | Revert err file | Allen Byrne | 2020-07-27 | 1 | -8/+0 |
| | | |||||
| * | revert error-stack enable | Allen Byrne | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | add test file ext | Allen Byrne | 2020-07-17 | 1 | -2/+2 |
| | | |||||
| * | Correct file name in test | Allen Byrne | 2020-07-16 | 1 | -1/+1 |
| | | |||||
| * | Tools refactor | Allen Byrne | 2020-07-15 | 55 | -4600/+3825 |
| | | | | | | | | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists. | ||||
| * | Address CMake and deprecated API build failures from monotonic timer patch. | Quincey Koziol | 2020-07-03 | 1 | -1/+1 |
| | | |||||
| * | Clean up warnings | Quincey Koziol | 2020-06-28 | 1 | -24/+24 |
| | | |||||
| * | Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered ↵ | Quincey Koziol | 2020-06-27 | 2 | -292/+149 |
| | | | | | | | | around in various places. Also clean up iopipe.c. | ||||
| * | Fix for HDFFV-10961: | vchoi | 2020-06-11 | 2 | -4/+16 |
| | | | | | | | | Couple changes to the tests' usage output files for h5clear. | ||||
| * | Fix for HDFFV-10961: add description to usage for --increment option. | vchoi | 2020-06-11 | 1 | -2/+7 |
| | | |||||
| * | Removed HDgets macros since gets was deprecated in C99 and removed | Dana Robinson | 2020-05-10 | 2 | -2/+2 |
| | | | | | | | | in C11 (gets() is not used in our repo). | ||||
| * | Protected H5Oset_comment() in h5dump test generator. | Dana Robinson | 2020-04-28 | 1 | -24/+60 |
| | | | | | | | | (Assumes environment variable overrides default VOL connector) | ||||
| * | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 ↵ | Jordan Henderson | 2020-04-27 | 1 | -179/+224 |
| |\ | | | | | | | | | | into develop | ||||
| | * | Merge pull request #2540 in HDFFV/hdf5 from extend_h5debug to develop | Quincey Koziol | 2020-04-27 | 1 | -179/+224 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3f3363177d5cc1efc8fcfc70e1feed7a293da2d4': Range check # of 'extra' command-line parameters against array size. Refactor "extra" command-line arguments, and clean up code so the tool doesn't assert when exiting. Extend h5debug to support 3-D datasets for chunks. | ||||
| | | * | Range check # of 'extra' command-line parameters against array size. | Quincey Koziol | 2020-04-26 | 1 | -1/+9 |
| | | | | |||||
| | | * | Refactor "extra" command-line arguments, and clean up code so the tool doesn't | Quincey Koziol | 2020-04-26 | 1 | -183/+216 |
| | | | | | | | | | | | | | | | | assert when exiting. | ||||
| | | * | Extend h5debug to support 3-D datasets for chunks. | Quincey Koziol | 2020-04-25 | 1 | -3/+7 |
| | | | | |||||
| * | | | Fix memory error in h5dump xml 'escape the string' routine | Jordan Henderson | 2020-04-27 | 1 | -4/+2 |
| |/ / | |||||
| * | | Fixed pio_perf const pointers. | Dana Robinson | 2020-04-27 | 1 | -4/+4 |
| | | | |||||
| * | | Further updates to the tools warnings fixes from code review. | Dana Robinson | 2020-04-27 | 2 | -4/+11 |
| | | | |||||
| * | | Updates to tools warning PR from code review. | Dana Robinson | 2020-04-26 | 1 | -8/+4 |
| | | | |||||
| * | | Fixes for warnings in the tools code. | Dana Robinson | 2020-04-25 | 16 | -418/+695 |
| |/ | |||||
| * | Merge pull request #2532 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-23 | 32 | -160/+553 |
| |\ | | | | | | | | | | | | | | | | | | | | | | to develop * commit '785bd0975ba13c3033820d0fc809da963fcd54ca': Fixed h5diff command-line parameters to use 1 and 2 instead of src and dst. Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | ||||
| | * | Fixed h5diff command-line parameters to use 1 and 2 instead of src | Dana Robinson | 2020-04-22 | 13 | -151/+151 |
| | | | | | | | | | | | | and dst. | ||||
| | * | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | Dana Robinson | 2020-04-21 | 32 | -147/+540 |
| | | | |||||
| * | | Merge pull request #2530 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-21 | 7 | -218/+215 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | to develop * commit 'c6097935d5be4c3750b9bf9167783ad28158905b': Separated VFD and VOL parameters in tools. | ||||
| | * | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-04-21 | 7 | -218/+215 |
| | | | |||||
| * | | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 16 | -119/+119 |
| |/ | |||||
| * | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-04-17 | 4 | -7/+7 |
| | | | | | | | | | | | | * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors. | ||||
| * | Update h5repack long arguments for id-->value changes. | Dana Robinson | 2020-04-14 | 1 | -2/+2 |
| | | |||||
| * | Changed identifiers and command-line options from "id" to "value" in tools | Dana Robinson | 2020-04-14 | 4 | -27/+27 |
| | | | | | | | | code to be in agreement with H5VL API terminology. | ||||
| * | Added support for passing connector info strings via the command | Dana Robinson | 2020-04-09 | 6 | -33/+48 |
| | | | | | | | | line to the tools internals. | ||||
| * | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-04-08 | 3 | -24/+6 |
| | | | | | | | | optional callback queries. | ||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-04-07 | 2 | -10/+10 |
| |\ | | | | | | | | | | | | | | | | | | | * commit 'f6514c35ea3786206a8db73e1cad8fce8fe6a715': Updated test ddl files so CMake passes after h5dump failures. Modifications based on PR review feedback. Add two routines gen_ref_files() and gen_sel_files() to generate test files related to references and selections. These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing. | ||||
| | * | Updated test ddl files so CMake passes after h5dump failures. | Dana Robinson | 2020-04-06 | 2 | -10/+10 |
| | | | |||||
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-04-06 | 7 | -80/+136 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | * commit '4830a1796441abbb5a4fbd2cff9a651f2a0d066e': Updated tools dump output when dataset offset is undefined. Added checks for native optional call support in some of the tools. Misc changes for h5dump VOL changes. | ||||
| | * | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-06 | 4 | -20/+20 |
| | |\ | |||||
| | * | | Updated tools dump output when dataset offset is undefined. | Dana Robinson | 2020-04-02 | 2 | -2/+2 |
| | | | | |||||
| | * | | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-04-02 | 3 | -48/+94 |
| | | | | |||||
| | * | | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-02 | 7 | -105/+107 |
| | |\ \ |