summaryrefslogtreecommitdiffstats
path: root/tools/src
Commit message (Expand)AuthorAgeFilesLines
* Reduce diffs with `develop`.David Young2020-05-201-2/+3
* Make sure to initialize vfd_info.fname.David Young2020-05-201-2/+3
* Reduce diffs with `develop`.David Young2020-05-201-5/+0
* 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
* 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
* Further updates to the tools warnings fixes from code review.Dana Robinson2020-05-201-3/+7
* Updates to tools warning PR from code review.Dana Robinson2020-05-201-8/+4
* Fixes for warnings in the tools code.Dana Robinson2020-05-203-11/+15
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-05-201-43/+43
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-05-206-143/+305
* Separated VFD and VOL parameters in tools.Dana Robinson2020-05-204-31/+25
* Trim trailing whitespaceQuincey Koziol2020-05-203-7/+7
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-05-203-6/+6
* 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-201-8/+8
* Added support for passing connector info strings via the commandDana Robinson2020-05-204-11/+11
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-05-202-12/+3
* Added checks for native optional call support in some of the tools.Dana Robinson2020-05-202-26/+54
* Misc changes for h5dump VOL changes.Dana Robinson2020-05-202-6/+6
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-201-0/+2
* Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-05-201-8/+8
* Minor renaming in the tools code.Dana Robinson2020-05-204-37/+37
* Fix for HDFFV-11065.Gerd Heber2020-05-201-0/+2
* Fix latent bug in h5repack options file readingJordan Henderson2020-05-202-45/+52
* Minor renaming in h5dump (addr --> token)Dana Robinson2020-05-202-30/+30
* A few small tweaks to the tools from reviewJordan Henderson2020-05-203-6/+6
* Replace usage of some standard library functions with HD- versionsJordan Henderson2020-05-201-2/+2
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-05-2012-525/+449
* Add extensive warnings to tools executablesAllen Byrne2020-05-208-0/+22
* Fix standalone linkAllen Byrne2020-05-201-3/+3
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-05-2011-11/+11
* HDFFV-11014, fix the h5repack issue that misses a few attributes during the r...Muqun Yang2020-05-201-1/+8
* Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-05-201-2/+2
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-201-1/+1
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-05-201-5/+7
* fix bad function cast warningkmu2020-05-201-2/+2
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-05-202-5/+5
* squash cast warning fixkmu2020-05-204-8/+8
* Change tools debug macros to not use error stackAllen Byrne2020-05-201-10/+10
* fix unused related warningskmu2020-05-201-1/+1
* remove unsed var,function,macro, etckmu2020-05-202-2/+2
* Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-05-201-19/+22
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-2011-162/+229
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-05-2016-123/+124
* address problems from commentskmu2020-05-201-1/+1
* fix and address commentskmu2020-05-201-2/+2
* remove unnecessary check macrokmu2020-05-201-4/+1
* fix intel compile warningskmu2020-05-201-3/+6