summaryrefslogtreecommitdiffstats
path: root/tools/src
Commit message (Expand)AuthorAgeFilesLines
* Add helpful text to h5clear (#3754)bmribler2023-10-231-2/+9
* Fix issue with unmatched messages in ph5diff (#3719)jhendersonHDF2023-10-191-4/+4
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-1/+1
* Fix potential uninitialized variable (#3602)Dana Robinson2023-09-271-3/+4
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-265-11/+11
* Use HDoff_t with lseek consistently (#3600)Dana Robinson2023-09-261-3/+3
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-1527-652/+652
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-0528-721/+721
* Fix for CVE-2018-15671. h5stat -S $POC will result in a crash with segmeneta...vchoi-hdfgroup2023-08-251-8/+1
* Avoid H5Ocopy in h5repack for variable-length string types (#3419)jhendersonHDF2023-08-241-0/+4
* Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407)jhendersonHDF2023-08-221-4/+6
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-022-8/+8
* Fix h5repack for variable-length datatyped datasets (#3331)jhendersonHDF2023-08-021-1/+12
* Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314)jhendersonHDF2023-08-021-6/+10
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-242-4/+4
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-201-1/+1
* ROS3: (feature) Temporary security credentials (#3030)Jan-Willem Blokland2023-07-143-18/+27
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-294-20/+20
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-2919-143/+143
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2916-214/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-298-36/+36
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-2911-36/+36
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-2918-82/+82
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-2911-53/+53
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2824-389/+387
* Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)mattjala2023-06-284-0/+27
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-2824-1796/+1785
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-285-26/+26
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-282-4/+4
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-196-35/+35
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-1614-29/+27
* Add h5copy help test and verify consistency (#2902)Allen Byrne2023-05-173-3/+3
* Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798)jhendersonHDF2023-04-242-4/+27
* Add no subsets option to h5diff like h5dump #2688 (#2756)Allen Byrne2023-04-182-246/+28
* Comment cleanup (#2689)Quincey Koziol2023-04-1111-143/+0
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-1311-23/+23
* GH issue #1142, print must have verbose on first (#2540)Allen Byrne2023-03-131-4/+6
* Fix uninitialized variable in pio_engine.c (#2463)Dana Robinson2023-02-131-11/+11
* Fix a possible uninitialized variable in pio_perf (#2461)Dana Robinson2023-02-131-1/+1
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-1/+2
* Fix for HDFFV-11052: h5debug fails on a corrupted file (h5_nrefs_POC)… (#2291)vchoi-hdfgroup2022-12-131-2/+6
* Output should only be printed if verbose. (#2273)Allen Byrne2022-12-021-26/+36
* Correct the CMake link for MPI (#2198)Allen Byrne2022-11-012-4/+4
* Update copyright headers (#2184)Larry Knox2022-11-0145-45/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-0312-12/+12
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-102-2/+2
* Corrects some bad format strings in the tools (#1964)Dana Robinson2022-08-031-1/+1
* Onion VFD (#1953)Dana Robinson2022-08-023-6/+141
* Develop clang 13 format (#1933)Allen Byrne2022-07-2630-227/+225
* Subfiling VFD (#1883)jhendersonHDF2022-07-2211-34/+34