summaryrefslogtreecommitdiffstats
path: root/test/direct_chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-1/+1
| | | | | | | Adds missing HD prefixes to API calls in src and test. Adds some extra processing to bin/checkposix to keep the noise levels down when running the script (not comprehensive).
* Clang-format of source filesAllen Byrne2020-09-301-746/+839
|
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-1/+1
| | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-6/+6
|
* Add HD prefix to testsAllen Byrne2019-08-151-13/+13
|
* Merge cleanup mostly whitespaceAllen Byrne2019-07-301-89/+89
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-5/+5
| | | | clean up warnings.
* 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.