summaryrefslogtreecommitdiffstats
path: root/tools/test/perform
Commit message (Expand)AuthorAgeFilesLines
* Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859)Allen Byrne2023-11-221-0/+21
* Develop tools move (#3580)Allen Byrne2023-09-261-1/+1
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-2/+2
* 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-153-33/+33
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-053-36/+36
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-292-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-295-94/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-292-8/+8
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-2/+2
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-14/+14
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-283-13/+13
* Rename HDsystem() to system() (#3197)Dana Robinson2023-06-281-2/+2
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-286-83/+80
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-16/+16
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-194-18/+18
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-162-9/+9
* Comment cleanup (#2689)Quincey Koziol2023-04-114-52/+2
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-101-20/+0
* Update copyright headers (#2184)Larry Knox2022-11-019-9/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-7/+7
* Fixes codespell issues (#2032)Dana Robinson2022-08-171-1/+1
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-2/+2
* Develop cmake clean (#1971)Allen Byrne2022-08-071-26/+25
* Develop clang 13 format (#1933)Allen Byrne2022-07-264-8/+8
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-6/+6
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-208-1414/+18
* Remove perf tool from CMakeTests file (#1907)jhendersonHDF2022-07-181-4/+0
* Misc clang warning fixes (#1869)Dana Robinson2022-07-111-0/+2
* sprintf to snprintf (#1815)Sean McBride2022-06-221-1/+1
* Removes remaining register keywords (#1481)Dana Robinson2022-03-103-5/+5
* Snprintf2 (#1399)Sean McBride2022-01-281-7/+7
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-283-4/+6
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-072-3/+3
* Create 2D arrays on the heap in a different way (#1169)David Young2021-11-231-8/+10
* VFD plugins (#602)jhendersonHDF2021-09-293-3/+3
* OESS-168: Remove clang warnings. (#1050)H. Joe Lee2021-09-291-1/+1
* OESS-168: Remove clang warnings (#1049)H. Joe Lee2021-09-291-1/+1
* OESS-168: Remove clang warnings. (#1047)H. Joe Lee2021-09-291-1/+1
* More clang tidy (#908)Sean McBride2021-08-232-4/+4
* Remove non-published short arg names (#917)Allen Byrne2021-08-181-51/+0
* Reorg tools perform to provide h5perf for installation (#884)Allen Byrne2021-08-1012-8136/+9
* Perform option arg variables (#834)Allen Byrne2021-07-154-16/+6
* Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-302-22/+20
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-302-11/+8
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-297-472/+474
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-42/+28