summaryrefslogtreecommitdiffstats
path: root/tools/src/h5perf
Commit message (Expand)AuthorAgeFilesLines
* Fix potential uninitialized variable (#3602)Dana Robinson2023-09-271-3/+4
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-264-10/+10
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-154-40/+40
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-053-36/+36
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-022-8/+8
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-292-10/+10
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-294-14/+14
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-294-56/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-292-3/+3
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-293-3/+3
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-292-9/+9
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-292-5/+5
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-284-26/+26
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-285-439/+439
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-282-9/+9
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-282-4/+4
* Comment cleanup (#2689)Quincey Koziol2023-04-114-59/+0
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-131-2/+2
* 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
* Correct the CMake link for MPI (#2198)Allen Byrne2022-11-011-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-266-34/+32
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* 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-113-0/+6
* 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-221-3/+3
* Various warning fixes (#1812)Sean McBride2022-06-224-20/+16
* Clean stack size warnings in sio_engine (#1687)Dana Robinson2022-04-251-20/+35
* 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-211-1/+1
* 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-041-1/+1
* Snprintf2 (#1399)Sean McBride2022-01-281-3/+3
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-282-8/+8
* 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-074-8/+8
* VFD plugins (#602)jhendersonHDF2021-09-293-3/+3
* OESS-168: Remove clang warnings. (#1046)H. Joe Lee2021-09-291-9/+9
* More clang tidy (#908)Sean McBride2021-08-232-2/+2
* Remove non-published short arg names (#917)Allen Byrne2021-08-182-252/+0