summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert for older cmake versions (#1974)Allen Byrne2022-08-086-157/+0
* Develop cmake clean (#1971)Allen Byrne2022-08-0742-1080/+1058
* Fix issues in tools code after Subfiling VFD updates (#1973)jhendersonHDF2022-08-061-2/+13
* Subfiling updates for release (#1963)jhendersonHDF2022-08-042-9/+27
* Corrects some bad format strings in the tools (#1964)Dana Robinson2022-08-032-8/+11
* Onion VFD (#1953)Dana Robinson2022-08-0236-33/+1908
* Develop clang 13 format (#1933)Allen Byrne2022-07-2669-504/+502
* Subfiling VFD (#1883)jhendersonHDF2022-07-2227-110/+154
* Fix for MSVC compile failures in h5dumpgentest due to VLA use (#1916)Dana Robinson2022-07-211-9/+9
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-2013-1454/+21
* Remove perf tool from CMakeTests file (#1907)jhendersonHDF2022-07-181-4/+0
* Fixes a stack overflow in the h5dump test generator (#1903)Dana Robinson2022-07-183-30/+31
* Fixes warnings when the deflate filter is not built (#1904)Dana Robinson2022-07-182-5/+11
* Removes the small perf tool (#1896)Dana Robinson2022-07-173-832/+6
* Eliminate unnecessary error output (#1879)Allen Byrne2022-07-142-17/+20
* Fix for a tools compile issue when deprecated symbols are disabled (#1884)Dana Robinson2022-07-131-6/+14
* Develop HDFFV-11310 (#1811)Allen Byrne2022-07-112-0/+83
* Misc clang warning fixes (#1869)Dana Robinson2022-07-119-15/+69
* 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
* Adds explicit indices to drivernames array in the tools (#1867)Dana Robinson2022-07-111-1/+4
* 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-229-66/+66
* Various warning fixes (#1812)Sean McBride2022-06-226-45/+37
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-065-59/+38
* 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
* OESS-168: Remove clang warnings. (#1376)H. Joe Lee2022-04-151-1/+2
* Move error-stack text to top of usage display (#1564)Allen Byrne2022-04-0128-68/+122
* spelling fixes (#1561)Scot Breitenfeld2022-03-313-3/+3
* Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)Dana Robinson2022-03-112-4/+4
* Removes remaining register keywords (#1481)Dana Robinson2022-03-1010-70/+68
* Remove addition of non-standalone use of H5_ATTR_FORMAT (#1470)Allen Byrne2022-03-071-1/+1
* Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-011-7/+7
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-2113-146/+139
* Make a buffer bigger: GCC 8.3.0 warned that a `snprintf` may be (#1403)David Young2022-02-111-1/+1
* Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-047-14/+19
* Snprintf2 (#1399)Sean McBride2022-01-286-20/+20
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-2823-57/+60
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-1/+1
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
* OESS-168: Remove clang warnings. (#1295)H. Joe Lee2021-12-151-1/+1
* OESS-168: Remove clang warnings. (#1294)H. Joe Lee2021-12-151-4/+4
* OESS-168: Remove clang warnings. (#1277)H. Joe Lee2021-12-101-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0772-185/+185
* Fix windows test with floating point rounding issues (#1237)Allen Byrne2021-11-301-1/+1
* Update version to 1.13.1-1 after creation of branch for 1.13.0 release. (#1236)Larry Knox2021-11-301-7/+7
* Create 2D arrays on the heap in a different way (#1169)David Young2021-11-234-387/+520