summaryrefslogtreecommitdiffstats
path: root/test/direct_chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* Misc normalizations with developDana Robinson2020-08-151-7/+7
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-181-13/+13
|
* Cleanup when merging to other branchesAllen Byrne2019-07-301-5/+5
|
* Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-191-20/+101
| | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
* CMake fix, makefile fix, direct_chunk valgrind fixAllen Byrne2019-01-251-91/+91
|
* First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-0/+2167
them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.