summaryrefslogtreecommitdiffstats
path: root/tools/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-204-19/+0
* Removes the small perf tool (#1896)Dana Robinson2022-07-173-832/+6
* Misc clang warning fixes (#1869)Dana Robinson2022-07-115-7/+31
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-111-8/+20
* Adds format attribute to additional functions (#1868)Dana Robinson2022-07-112-6/+6
* Fixes a bug in h5perf that causes file open failures (#1846)Dana Robinson2022-07-012-2/+2
* Fixes a few minor parallel warnings (#1832)Dana Robinson2022-06-292-11/+11
* sprintf to snprintf (#1815)Sean McBride2022-06-223-10/+10
* Various warning fixes (#1812)Sean McBride2022-06-224-20/+16
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-063-2/+19
* Fixes unused/unset variable warnings from aocc (#1712)Dana Robinson2022-05-031-4/+1
* Clean stack size warnings in sio_engine (#1687)Dana Robinson2022-04-251-20/+35
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+1
* Move error-stack text to top of usage display (#1564)Allen Byrne2022-04-016-27/+48
* spelling fixes (#1561)Scot Breitenfeld2022-03-312-2/+2
* Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)Dana Robinson2022-03-111-3/+3
* Removes remaining register keywords (#1481)Dana Robinson2022-03-104-57/+55
* Remove addition of non-standalone use of H5_ATTR_FORMAT (#1470)Allen Byrne2022-03-071-1/+1
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-215-47/+44
* Make a buffer bigger: GCC 8.3.0 warned that a `snprintf` may be (#1403)David Young2022-02-111-1/+1