Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HD prefix updates in src/ and test/ | Dana Robinson | 2020-10-24 | 1 | -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 files | Allen Byrne | 2020-09-30 | 1 | -746/+839 |
| | |||||
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 1 | -1/+1 |
| | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a. | ||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -6/+6 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -13/+13 |
| | |||||
* | Merge cleanup mostly whitespace | Allen Byrne | 2019-07-30 | 1 | -89/+89 |
| | |||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -5/+5 |
| | | | | clean up warnings. | ||||
* | Fix issue with direct chunk write not updating the "last chunk" index | Neil Fortner | 2019-03-06 | 1 | -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 Robinson | 2019-01-17 | 1 | -2/+2 |
| | |||||
* | First stage of moving H5DOread/write_chunk() to src/ and making | Dana Robinson | 2018-04-30 | 1 | -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. |