Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-08-15 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | | | | | | | | | * commit '40bf112b56c90b7e90c9ec3d7a35a78d1d12288b': Trivialities noticed while merging things to 1.10 | |||||
| * | | | Trivialities noticed while merging things to 1.10 | Dana Robinson | 2020-08-15 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | HDFFV-9984 Add options to merge/prune external links during repack | Allen Byrne | 2020-08-14 | 4 | -51/+128 | |
|/ / / | ||||||
* | | | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 6 | -7/+6 | |
| | | | | | | | | | | | | Removes redundant C library headers from hl library | |||||
* | | | Warning fixes in tools and h5test.c | Dana Robinson | 2020-08-06 | 1 | -1/+4 | |
| | | | ||||||
* | | | Minor normalizations with 1.12 branch | Dana Robinson | 2020-08-01 | 2 | -7/+7 | |
| |/ |/| | ||||||
* | | Warnings reduction in tools | Allen Byrne | 2020-07-30 | 2 | -4/+2 | |
| | | ||||||
* | | Tools refactor | Allen Byrne | 2020-07-15 | 16 | -724/+571 | |
|/ | | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists. | |||||
* | Fix for HDFFV-10961: add description to usage for --increment option. | vchoi | 2020-06-11 | 1 | -2/+7 | |
| | ||||||
* | 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 | |
|/ / | ||||||
* | | Further updates to the tools warnings fixes from code review. | Dana Robinson | 2020-04-27 | 1 | -3/+7 | |
| | | ||||||
* | | 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 | 3 | -11/+15 | |
|/ | ||||||
* | Merge pull request #2532 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-23 | 6 | -156/+318 | |
|\ | | | | | | | | | | | | | | | 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 | 1 | -43/+43 | |
| | | | | | | | | and dst. | |||||
| * | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | Dana Robinson | 2020-04-21 | 6 | -143/+305 | |
| | | ||||||
* | | Merge pull request #2530 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-21 | 4 | -31/+25 | |
|\ \ | |/ | | | | | | | | | | | to develop * commit 'c6097935d5be4c3750b9bf9167783ad28158905b': Separated VFD and VOL parameters in tools. | |||||
| * | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-04-21 | 4 | -31/+25 | |
| | | ||||||
* | | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 3 | -7/+7 | |
|/ | ||||||
* | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-04-17 | 3 | -6/+6 | |
| | | | | | | * 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 | 1 | -8/+8 | |
| | | | | code to be in agreement with H5VL API terminology. | |||||
* | Added support for passing connector info strings via the command | Dana Robinson | 2020-04-09 | 4 | -11/+11 | |
| | | | | line to the tools internals. | |||||
* | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-04-08 | 2 | -12/+3 | |
| | | | | optional callback queries. | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-04-06 | 3 | -31/+59 | |
|\ | | | | | | | | | | | | | * 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 | 1 | -8/+8 | |
| |\ | ||||||
| * | | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-04-02 | 2 | -26/+54 | |
| | | | ||||||
| * | | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-02 | 4 | -37/+37 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-03-31 | 1 | -0/+2 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'tools_vol_update' of ↵ | Dana Robinson | 2020-03-30 | 2 | -45/+52 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into tools_vol_update | |||||
| * | | | | | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-03-30 | 2 | -6/+6 | |
| | | | | | | ||||||
* | | | | | | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+2 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Fixed unnecessary H5R casts in the tools that were raising warnings. | Dana Robinson | 2020-04-02 | 1 | -8/+8 | |
| |_|_|/ |/| | | | ||||||
* | | | | Minor renaming in the tools code. | Dana Robinson | 2020-03-31 | 4 | -37/+37 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #2479 in HDFFV/hdf5 from ~GHEBER/hdf5:bugfix/HDFFV-11065 ↵ | Gerd Heber | 2020-03-30 | 1 | -0/+2 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | to develop * commit '2dfc047bc4aca7c13bccf44da97bff026cbbf5a6': Fix for HDFFV-11065. | |||||
| * | | Fix for HDFFV-11065. | Gerd Heber | 2020-03-29 | 1 | -0/+2 | |
| |/ | ||||||
* | | Fix latent bug in h5repack options file reading | Jordan Henderson | 2020-03-29 | 2 | -45/+52 | |
|/ | | | | Add 'enable-error-stack' option to h5format_convert | |||||
* | Minor renaming in h5dump (addr --> token) | Dana Robinson | 2020-03-28 | 2 | -30/+30 | |
| | ||||||
* | Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to develop | Jordan Henderson | 2020-03-27 | 12 | -525/+449 | |
|\ | | | | | | | | | | | | | * commit 'ea952b25ba0fd5c4b5f60a94e75a1b5b78e66172': A few small tweaks to the tools from review Replace usage of some standard library functions with HD- versions Update Tools library to be better compatible with VOL connectors | |||||
| * | A few small tweaks to the tools from review | Jordan Henderson | 2020-03-27 | 3 | -6/+6 | |
| | | ||||||
| * | Replace usage of some standard library functions with HD- versions | Jordan Henderson | 2020-03-26 | 1 | -2/+2 | |
| | | ||||||
| * | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-03-17 | 12 | -525/+449 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify h5repack to integrate with VOL connectors Update tools library to accomodate VOL connectors Update logic in h5tools_fopen for VOL connectors Add command-line options to h5repack for specifying in/out VOL connectors Implement h5tools_set_vol_fapl Fix library shutdown issue Integrate ROS3 and HDFS VFDs into new h5tools_get_fapl() scheme Avoid H5Ocopy in h5repack when using different VOL connectors Update h5tools_test_utils.c for ROS3 and HDFS integration | |||||
* | | Add extensive warnings to tools executables | Allen Byrne | 2020-03-25 | 8 | -0/+22 | |
|/ | ||||||
* | Fix standalone link | Allen Byrne | 2020-02-25 | 1 | -3/+3 | |
| | ||||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 11 | -11/+11 | |
| |