summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/chunk_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-4/+4
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-13/+11
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-4/+4
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Create 2D arrays on the heap in a different way (#1169)David Young2021-11-231-8/+10
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+1
* OESS-168: Remove clang warnings. (#1050)H. Joe Lee2021-09-291-1/+1
* More clang tidy (#908)Sean McBride2021-08-231-3/+3
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-14/+16
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Fixes a small memory leak in the chunk_cache test (#208)Dana Robinson2020-12-201-2/+6
* Clang-format of source filesAllen Byrne2020-09-301-151/+162
* Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-4/+4
* Clean up warningsQuincey Koziol2020-06-281-24/+24
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...Quincey Koziol2020-06-271-26/+12
* Trim trailing whitespaceQuincey Koziol2020-04-201-49/+49
* squash cast warning fixkmu2020-01-231-4/+7
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-3/+3
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+1
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-12/+12
* HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ...Songyu Lu2018-11-161-77/+25
* HDFFV-10601: I added error checking to the HDF5 functions.Songyu Lu2018-11-141-65/+161
* HDFFV10601: Adding performance test to verify the improvement.Songyu Lu2018-11-131-0/+361