summaryrefslogtreecommitdiffstats
path: root/hl/test/test_h5do_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-45/+45
|
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-25/+25
| | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* Added deprecated symbol wrappers for the H5DOwrite/read_chunkDana Robinson2018-05-041-1/+14
| | | | wrappers.
* Updated commenting in the H5DO compat test.Dana Robinson2018-05-041-11/+9
|
* Stripped out most of the duplicated functionality in the H5DODana Robinson2018-05-041-2046/+147
| | | | compat test.
* * Added H5DO compatibility functions.Dana Robinson2018-05-041-0/+2174
* Changed the offset copy to use an array on the stack. * Yanked some unused #defines.