summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-019-9/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Onion VFD (#1953)Dana Robinson2022-08-021-5/+56
* Develop clang 13 format (#1933)Allen Byrne2022-07-265-89/+89
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-111-8/+20
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-061-2/+6
* Move error-stack text to top of usage display (#1564)Allen Byrne2022-04-011-4/+6
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-211-16/+17
* Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-042-6/+11
* Snprintf2 (#1399)Sean McBride2022-01-282-7/+7
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-281-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-073-9/+9
* Fix ASAN issue in h5dump error path (#1051)Allen Byrne2021-10-031-3/+0
* VFD plugins (#602)jhendersonHDF2021-09-291-37/+37
* Fix several warnings (#720)jhendersonHDF2021-09-141-6/+14
* Removes partial long options from the tools (#872)Dana Robinson2021-08-031-78/+0
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-291-170/+170
* Fix several warnings (#747)jhendersonHDF2021-06-161-7/+32
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-045-15/+15
* Update license url part2 (#333)Larry Knox2021-02-179-9/+9
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-292-2/+2
* Small fixes (#285)Allen Byrne2021-01-271-66/+66
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-142-2/+2
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-2/+2
* HDFFV-11096 replace backticks with doublequotesAllen Byrne2020-10-041-4/+4
* HDFFV-11096 fix typo in h5dump usage textAllen Byrne2020-10-031-1/+1
* Clang-format of source filesAllen Byrne2020-09-308-2985/+3272
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-282-4/+4
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-271-0/+21
| |\
| * \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-305-148/+135
| |\ \
| * | | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-072-4/+4
* | | | OESS-98 merge with clang-format changesAllen Byrne2020-09-251-2/+2
| |_|/ |/| |
* | | CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+21
| |/ |/|
* | Tools refactorAllen Byrne2020-07-155-148/+135
|/
* 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-251-1/+5
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-212-46/+83
* Separated VFD and VOL parameters in tools.Dana Robinson2020-04-211-9/+7
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-04-171-2/+2
* Added support for passing connector info strings via the commandDana Robinson2020-04-091-3/+3
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-081-6/+2
* Added checks for native optional call support in some of the tools.Dana Robinson2020-04-021-0/+16
* Minor renaming in the tools code.Dana Robinson2020-03-311-7/+7
* Minor renaming in h5dump (addr --> token)Dana Robinson2020-03-282-30/+30
* Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to developJordan Henderson2020-03-271-136/+62
|\