summaryrefslogtreecommitdiffstats
path: root/tools/src/misc
Commit message (Expand)AuthorAgeFilesLines
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-141-10/+10
* Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787)jhendersonHDF2023-11-011-0/+8
* Add helpful text to h5clear (#3754)bmribler2023-10-231-2/+9
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-155-43/+43
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-055-42/+42
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-201-1/+1
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-292-26/+26
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-293-33/+0
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-292-4/+4
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-293-31/+31
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-292-4/+4
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-283-12/+12
* Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)mattjala2023-06-281-0/+7
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-285-179/+173
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-9/+9
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-162-2/+2
* Add h5copy help test and verify consistency (#2902)Allen Byrne2023-05-171-1/+1
* Comment cleanup (#2689)Quincey Koziol2023-04-111-4/+0
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-131-2/+2
* Fix for HDFFV-11052: h5debug fails on a corrupted file (h5_nrefs_POC)… (#2291)vchoi-hdfgroup2022-12-131-2/+6
* Update copyright headers (#2184)Larry Knox2022-11-015-5/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-264-11/+11
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-10/+10
* Misc clang warning fixes (#1869)Dana Robinson2022-07-111-0/+2
* sprintf to snprintf (#1815)Sean McBride2022-06-221-4/+4
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-283-7/+7
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-4/+4
* VFD plugins (#602)jhendersonHDF2021-09-291-8/+38
* More clang tidy (#908)Sean McBride2021-08-231-1/+1
* Removes partial long options from the tools (#872)Dana Robinson2021-08-031-33/+4
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-292-54/+54
* Purges UFAIL from the library (#637)Dana Robinson2021-05-111-1/+1
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-7/+0
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Fixed uninitialized warnings (#360)Sean McBride2021-02-192-3/+3
* Update license url part2 (#333)Larry Knox2021-02-176-6/+6
* Reformat source (#244)Quincey Koziol2021-01-071-7/+9
* Adds h5delete tool (#187)Dana Robinson2020-12-163-2/+94
* Minor normalization with the async branch (#159)Dana Robinson2020-12-121-3/+0
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-1/+1
* Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-061-1/+1
* HDFFV-11096 replace backticks with doublequotesAllen Byrne2020-10-041-3/+3
* Clang-format of source filesAllen Byrne2020-09-304-561/+582
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-282-2/+2
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-271-0/+17
| |\
| * \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-033-7/+6
| |\ \
| * \ \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-302-13/+10
| |\ \ \