summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct the CMake link for MPI (#2198)Allen Byrne2022-11-011-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-0124-24/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Only use Subfiling VFD in tools if MPI was initialized previously (#1998)jhendersonHDF2022-08-111-3/+11
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-102-3/+3
* 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-031-7/+10
* Onion VFD (#1953)Dana Robinson2022-08-023-2/+24
* Develop clang 13 format (#1933)Allen Byrne2022-07-2615-140/+140
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-201-21/+3
* 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-113-8/+36
* Adds explicit indices to drivernames array in the tools (#1867)Dana Robinson2022-07-111-1/+4
* Various warning fixes (#1812)Sean McBride2022-06-222-25/+21
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-061-5/+7
* OESS-168: Remove clang warnings. (#1376)H. Joe Lee2022-04-151-1/+2
* Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)Dana Robinson2022-03-111-1/+1
* Removes remaining register keywords (#1481)Dana Robinson2022-03-102-5/+5
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-218-99/+95
* Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-044-7/+7
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0711-28/+28
* Avoid calling H5Ropen_object with a misaligned H5R_ref_t: copy the (#1171)David Young2021-11-231-4/+10
* Quiets a 'set but not used' warning in h5diff_array.c (#1210)Dana Robinson2021-11-181-0/+3
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-083-38/+6
* OESS-168: Remove clang warnings. (#1074)H. Joe Lee2021-10-061-2/+2
* Fix ASAN issue in h5dump error path (#1051)Allen Byrne2021-10-031-0/+1
* VFD plugins (#602)jhendersonHDF2021-09-294-94/+152
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+2
* More clang tidy (#908)Sean McBride2021-08-231-4/+4
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-1/+1
* Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-301-6/+3
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-292-219/+2
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-13/+5
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-071-1/+0
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+1
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-13/+13
* h5diff subset indexing (#628)Allen Byrne2021-05-071-99/+89
* Cleanup tools debug build warnings (#627)Allen Byrne2021-05-056-63/+63
* Tools long double updates (#522)Allen Byrne2021-04-152-12/+8
* Fix display of long double in tools (#469)Allen Byrne2021-03-171-3/+3
* Update clang config (#473)Quincey Koziol2021-03-173-4/+16
* develop JNI export references and java updates (#467)Allen Byrne2021-03-121-2/+2
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-105-10/+10
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-098-17/+19
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-2/+0
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-0410-29/+29