Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -2/+3 |
| | |||||
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 4 | -52/+54 |
| | |||||
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -18/+18 |
| | |||||
* | Make sure to initialize vfd_info.fname. | David Young | 2020-05-20 | 1 | -2/+3 |
| | |||||
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -5/+0 |
| | |||||
* | Use new style of error reporting. | David Young | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Be sure to fill the `fname` field in vfd_info. | David Young | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Use the write name for the VFD index, SWMR_IDX -> SWMR_VFD_IDX. | David Young | 2020-05-20 | 1 | -1/+8 |
| | |||||
* | Fix tools compilation. | David Young | 2020-05-20 | 2 | -3/+8 |
| | |||||
* | Removed HDgets macros since gets was deprecated in C99 and removed | Dana Robinson | 2020-05-20 | 2 | -2/+2 |
| | | | | in C11 (gets() is not used in our repo). | ||||
* | Protected H5Oset_comment() in h5dump test generator. | Dana Robinson | 2020-05-20 | 1 | -25/+62 |
| | | | | (Assumes environment variable overrides default VOL connector) | ||||
* | Range check # of 'extra' command-line parameters against array size. | Quincey Koziol | 2020-05-20 | 1 | -1/+9 |
| | |||||
* | Refactor "extra" command-line arguments, and clean up code so the tool doesn't | Quincey Koziol | 2020-05-20 | 1 | -183/+216 |
| | | | | assert when exiting. | ||||
* | Extend h5debug to support 3-D datasets for chunks. | Quincey Koziol | 2020-05-20 | 1 | -3/+7 |
| | |||||
* | Fix memory error in h5dump xml 'escape the string' routine | Jordan Henderson | 2020-05-20 | 1 | -4/+2 |
| | |||||
* | Fixed pio_perf const pointers. | Dana Robinson | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | Further updates to the tools warnings fixes from code review. | Dana Robinson | 2020-05-20 | 2 | -4/+11 |
| | |||||
* | Updates to tools warning PR from code review. | Dana Robinson | 2020-05-20 | 1 | -8/+4 |
| | |||||
* | Fixes for warnings in the tools code. | Dana Robinson | 2020-05-20 | 16 | -418/+695 |
| | |||||
* | Fixed h5diff command-line parameters to use 1 and 2 instead of src | Dana Robinson | 2020-05-20 | 13 | -151/+151 |
| | | | | and dst. | ||||
* | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | Dana Robinson | 2020-05-20 | 32 | -147/+540 |
| | |||||
* | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-05-20 | 7 | -226/+219 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-05-20 | 16 | -119/+119 |
| | |||||
* | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-05-20 | 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-05-20 | 1 | -2/+2 |
| | |||||
* | Changed identifiers and command-line options from "id" to "value" in tools | Dana Robinson | 2020-05-20 | 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-05-20 | 6 | -33/+48 |
| | | | | line to the tools internals. | ||||
* | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-05-20 | 3 | -24/+6 |
| | | | | optional callback queries. | ||||
* | Updated test ddl files so CMake passes after h5dump failures. | Dana Robinson | 2020-05-20 | 2 | -10/+10 |
| | |||||
* | Updated tools dump output when dataset offset is undefined. | Dana Robinson | 2020-05-20 | 2 | -2/+2 |
| | |||||
* | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-05-20 | 3 | -48/+94 |
| | |||||
* | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-05-20 | 6 | -44/+54 |
| | |||||
* | Skip testing of passthrough VOL connector in a Family File tools test | Jordan Henderson | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Restore previous tools library driver name behavior with passthrough VOL ↵ | Jordan Henderson | 2020-05-20 | 1 | -1/+1 |
| | | | | connector | ||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-05-20 | 3 | -6/+5 |
| | |||||
* | Add missing header include | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Fixed unnecessary H5R casts in the tools that were raising warnings. | Dana Robinson | 2020-05-20 | 3 | -18/+18 |
| | |||||
* | Minor renaming in the tools code. | Dana Robinson | 2020-05-20 | 7 | -106/+108 |
| | |||||
* | Fix for HDFFV-11065. | Gerd Heber | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Fix latent bug in h5repack options file reading | Jordan Henderson | 2020-05-20 | 3 | -46/+53 |
| | | | | Add 'enable-error-stack' option to h5format_convert | ||||
* | Minor renaming in h5dump (addr --> token) | Dana Robinson | 2020-05-20 | 2 | -30/+30 |
| | |||||
* | Fix some missing symbols issues in tools library | Jordan Henderson | 2020-05-20 | 1 | -2/+3 |
| | |||||
* | A few small tweaks to the tools from review | Jordan Henderson | 2020-05-20 | 4 | -135/+147 |
| | |||||
* | Replace usage of some standard library functions with HD- versions | Jordan Henderson | 2020-05-20 | 2 | -4/+4 |
| | |||||
* | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-05-20 | 23 | -759/+1146 |
| | | | | | | | | | | | | | | | | | | | | | 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-05-20 | 8 | -0/+22 |
| | |||||
* | unused set-variable in macro | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Fix Werror issues in JNI and tools | Allen Byrne | 2020-05-20 | 1 | -1/+0 |
| | |||||
* | TRILAB-192 restrict extensive warnings to libraries | Allen Byrne | 2020-05-20 | 1 | -0/+6 |
| | |||||
* | Use the correct error macro. | David Young | 2020-05-20 | 1 | -1/+1 |
| |