summaryrefslogtreecommitdiffstats
path: root/tools/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-1/+1
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-302-8/+8
* Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-061-1/+1
* HDFFV-11096 replace backticks with doublequotesAllen Byrne2020-10-042-7/+7
* HDFFV-11096 fix typo in h5dump usage textAllen Byrne2020-10-031-1/+1
* Clang-format of source filesAllen Byrne2020-09-3033-10356/+10672
* Fix jni with %Lg instead of %LfAllen Byrne2020-09-291-4/+4
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-287-46/+46
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2710-2/+133
| |\
| * \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-0315-69/+148
| |\ \
| * \ \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-3017-728/+573
| |\ \ \
| * | | | Restore a literal percent sign ("%%") that I accidentally deleted.David Young2020-07-071-1/+1
| * | | | Delete extra argument, there is no formatting for it.David Young2020-07-071-1/+1
| * | | | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-076-45/+45
* | | | | OESS-98 merge with clang-format changesAllen Byrne2020-09-2510-30/+30
| |_|_|/ |/| | |
* | | | CMake and script changes for clang-formatAllen Byrne2020-09-0410-2/+133
| |_|/ |/| |
* | | Minor refactoring based on 1.10 normalization workDana Robinson2020-08-171-1/+1
* | | TRILABS-277 Use JIRA number as #ifdefAllen Byrne2020-08-151-4/+5
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-08-151-1/+0
|\ \ \
| * | | Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-1/+0
* | | | HDFFV-9984 Add options to merge/prune external links during repackAllen Byrne2020-08-144-51/+128
|/ / /
* | | Removes staff email addresses from the repositoryDana Robinson2020-08-076-7/+6
* | | Warning fixes in tools and h5test.cDana Robinson2020-08-061-1/+4
* | | Minor normalizations with 1.12 branchDana Robinson2020-08-012-7/+7
| |/ |/|
* | Warnings reduction in toolsAllen Byrne2020-07-302-4/+2
* | Tools refactorAllen Byrne2020-07-1516-724/+571
|/
* Fix for HDFFV-10961: add description to usage for --increment option.vchoi2020-06-111-2/+7
* Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 ...Jordan Henderson2020-04-271-179/+224
|\
| * Merge pull request #2540 in HDFFV/hdf5 from extend_h5debug to developQuincey Koziol2020-04-271-179/+224
| |\
| | * Range check # of 'extra' command-line parameters against array size.Quincey Koziol2020-04-261-1/+9
| | * Refactor "extra" command-line arguments, and clean up code so the tool doesn'tQuincey Koziol2020-04-261-183/+216
| | * Extend h5debug to support 3-D datasets for chunks.Quincey Koziol2020-04-251-3/+7
* | | Fix memory error in h5dump xml 'escape the string' routineJordan Henderson2020-04-271-4/+2
|/ /
* | Further updates to the tools warnings fixes from code review.Dana Robinson2020-04-271-3/+7
* | Updates to tools warning PR from code review.Dana Robinson2020-04-261-8/+4
* | Fixes for warnings in the tools code.Dana Robinson2020-04-253-11/+15
|/
* Merge pull request #2532 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-04-236-156/+318
|\
| * Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-04-221-43/+43
| * Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-216-143/+305
* | Merge pull request #2530 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-04-214-31/+25
|\ \ | |/
| * Separated VFD and VOL parameters in tools.Dana Robinson2020-04-214-31/+25
* | Trim trailing whitespaceQuincey Koziol2020-04-203-7/+7
|/
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-04-173-6/+6
* Update h5repack long arguments for id-->value changes.Dana Robinson2020-04-141-2/+2
* Changed identifiers and command-line options from "id" to "value" in toolsDana Robinson2020-04-141-8/+8
* Added support for passing connector info strings via the commandDana Robinson2020-04-094-11/+11
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-082-12/+3
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-063-31/+59
|\
| * Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-061-8/+8
| |\
| * | Added checks for native optional call support in some of the tools.Dana Robinson2020-04-022-26/+54