summaryrefslogtreecommitdiffstats
path: root/hl/test/test_h5do_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated subfiling_VFD with Selection_io (#1352)Scot Breitenfeld2022-01-181-1/+1
| | | Merged selection_io branch into the subfiling branch.
* Update license url part2 (#333)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 - files not in src or test.
* Clang-format of source filesAllen Byrne2020-09-301-45/+45
|
* Update HD prefix and reconcile hl/cpp testAllen Byrne2019-08-161-25/+25
|
* 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.