Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
| | |\ \ | ||||||
| | * \ \ | 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 | 3 | -46/+53 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into tools_vol_update | |||||
| | * | | | | | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-03-30 | 6 | -43/+53 | |
| | | | | | | | ||||||
| * | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-04-05 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5d1590079ea0061a7b86d7210cb796b6d58a17c7': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector | |||||
| | * | | | | | Merge pull request #2490 in HDFFV/hdf5 from tools_vol_update to develop | Jordan Henderson | 2020-04-03 | 2 | -2/+2 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a5a2fb44296327787476407a249d9470b3c80427': Skip testing of passthrough VOL connector in a Family File tools test Restore previous tools library driver name behavior with passthrough VOL connector | |||||
| | | * | | | | | Skip testing of passthrough VOL connector in a Family File tools test | Jordan Henderson | 2020-04-03 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Restore previous tools library driver name behavior with passthrough VOL ↵ | Jordan Henderson | 2020-04-03 | 1 | -1/+1 | |
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | connector | |||||
| * | | | | | | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 3 | -6/+5 | |
| | | | | | | | ||||||
| * | | | | | | Add missing header include | Allen Byrne | 2020-04-03 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Fixed unnecessary H5R casts in the tools that were raising warnings. | Dana Robinson | 2020-04-02 | 3 | -18/+18 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Minor renaming in the tools code. | Dana Robinson | 2020-03-31 | 7 | -105/+107 | |
| | |_|/ | |/| | | ||||||
| * | | | 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 | 3 | -46/+53 | |
| |/ | | | | | | | 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 #2473 in HDFFV/hdf5 from tools_vol_update to develop | Allen Byrne | 2020-03-27 | 1 | -2/+3 | |
| |\ | | | | | | | | | | | | | * commit 'feb0f521b16b79485c22c86a630a1d91cb680a61': Fix some missing symbols issues in tools library | |||||
| | * | Fix some missing symbols issues in tools library | Jordan Henderson | 2020-03-27 | 1 | -2/+3 | |
| | | | ||||||
| * | | Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to develop | Jordan Henderson | 2020-03-27 | 23 | -777/+1167 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | * 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 | 4 | -131/+139 | |
| | | | ||||||
| | * | Replace usage of some standard library functions with HD- versions | Jordan Henderson | 2020-03-26 | 2 | -4/+4 | |
| | | | ||||||
| | * | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-03-17 | 23 | -759/+1141 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | ||||||
| * | | unused set-variable in macro | Allen Byrne | 2020-03-25 | 1 | -0/+1 | |
| | | |