summaryrefslogtreecommitdiffstats
path: root/test/direct_chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-20/+101
| | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
* Fixed a memory issue flagged by valgrind in the direct_chunk test.Dana Robinson2019-01-171-2/+2
|
* 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.