summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/chunk_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-12/+12
| | | | clean up warnings.
* HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ↵Songyu Lu2018-11-161-77/+25
| | | | use gettimeofday (HDgettimeofday in the HDF5 library).
* 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