summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump
Commit message (Expand)AuthorAgeFilesLines
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-13/+0
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-1/+1
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-291-9/+9
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-283-147/+147
* Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)mattjala2023-06-281-0/+8
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-3/+3
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-162-3/+3
* Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798)jhendersonHDF2023-04-241-1/+12
* Add no subsets option to h5diff like h5dump #2688 (#2756)Allen Byrne2023-04-181-112/+5
* Comment cleanup (#2689)Quincey Koziol2023-04-111-2/+0
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-131-2/+2
* 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