summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Reduce diffs with `develop`.David Young2020-05-201-2/+3
|
* Reduce diffs with `develop`.David Young2020-05-204-52/+54
|
* Reduce diffs with `develop`.David Young2020-05-201-18/+18
|
* Make sure to initialize vfd_info.fname.David Young2020-05-201-2/+3
|
* Reduce diffs with `develop`.David Young2020-05-201-5/+0
|
* Use new style of error reporting.David Young2020-05-201-2/+2
|
* Be sure to fill the `fname` field in vfd_info.David Young2020-05-201-0/+1
|
* Use the write name for the VFD index, SWMR_IDX -> SWMR_VFD_IDX.David Young2020-05-201-1/+8
|
* Fix tools compilation.David Young2020-05-202-3/+8
|
* Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-202-2/+2
| | | | in C11 (gets() is not used in our repo).
* Protected H5Oset_comment() in h5dump test generator.Dana Robinson2020-05-201-25/+62
| | | | (Assumes environment variable overrides default VOL connector)
* Range check # of 'extra' command-line parameters against array size.Quincey Koziol2020-05-201-1/+9
|
* Refactor "extra" command-line arguments, and clean up code so the tool doesn'tQuincey Koziol2020-05-201-183/+216
| | | | assert when exiting.
* Extend h5debug to support 3-D datasets for chunks.Quincey Koziol2020-05-201-3/+7
|
* Fix memory error in h5dump xml 'escape the string' routineJordan Henderson2020-05-201-4/+2
|
* Fixed pio_perf const pointers.Dana Robinson2020-05-201-4/+4
|
* Further updates to the tools warnings fixes from code review.Dana Robinson2020-05-202-4/+11
|
* Updates to tools warning PR from code review.Dana Robinson2020-05-201-8/+4
|
* Fixes for warnings in the tools code.Dana Robinson2020-05-2016-418/+695
|
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-05-2013-151/+151
| | | | and dst.
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-05-2032-147/+540
|
* Separated VFD and VOL parameters in tools.Dana Robinson2020-05-207-226/+219
|
* Trim trailing whitespaceQuincey Koziol2020-05-2016-119/+119
|
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-05-204-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 Robinson2020-05-201-2/+2
|
* Changed identifiers and command-line options from "id" to "value" in toolsDana Robinson2020-05-204-27/+27
| | | | code to be in agreement with H5VL API terminology.
* Added support for passing connector info strings via the commandDana Robinson2020-05-206-33/+48
| | | | line to the tools internals.
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-05-203-24/+6
| | | | optional callback queries.
* Updated test ddl files so CMake passes after h5dump failures.Dana Robinson2020-05-202-10/+10
|
* Updated tools dump output when dataset offset is undefined.Dana Robinson2020-05-202-2/+2
|
* Added checks for native optional call support in some of the tools.Dana Robinson2020-05-203-48/+94
|
* Misc changes for h5dump VOL changes.Dana Robinson2020-05-206-44/+54
|
* Skip testing of passthrough VOL connector in a Family File tools testJordan Henderson2020-05-201-1/+1
|
* Restore previous tools library driver name behavior with passthrough VOL ↵Jordan Henderson2020-05-201-1/+1
| | | | connector
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-203-6/+5
|
* Add missing header includeAllen Byrne2020-05-201-0/+1
|
* Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-05-203-18/+18
|
* Minor renaming in the tools code.Dana Robinson2020-05-207-106/+108
|
* Fix for HDFFV-11065.Gerd Heber2020-05-201-0/+2
|
* Fix latent bug in h5repack options file readingJordan Henderson2020-05-203-46/+53
| | | | Add 'enable-error-stack' option to h5format_convert
* Minor renaming in h5dump (addr --> token)Dana Robinson2020-05-202-30/+30
|
* Fix some missing symbols issues in tools libraryJordan Henderson2020-05-201-2/+3
|
* A few small tweaks to the tools from reviewJordan Henderson2020-05-204-135/+147
|
* Replace usage of some standard library functions with HD- versionsJordan Henderson2020-05-202-4/+4
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-05-2023-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 executablesAllen Byrne2020-05-208-0/+22
|
* unused set-variable in macroAllen Byrne2020-05-201-0/+1
|
* Fix Werror issues in JNI and toolsAllen Byrne2020-05-201-1/+0
|
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-05-201-0/+6
|
* Use the correct error macro.David Young2020-05-201-1/+1
|