summaryrefslogtreecommitdiffstats
path: root/test/vds.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r26668] Fix error in H5D__virtual_read/write that prevented short circuit.Neil Fortner2015-03-301-29/+1069
| | | | | | | | Fix off by 1 error in H5S__hyper_project_intersection algorithm. Add many tests for fixed size hyperslab I/O. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
* [svn-r26566] Fix error in H5S__hyper_project_intersection algorithm.Neil Fortner2015-03-241-0/+164
| | | | | | | | Note there are still some code coverage assertions in the selection matching algorithm - if you hit these try taking them out. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
* [svn-r26482] Opening source files now reuses the flags from the virtual file.Neil Fortner2015-03-191-5/+24
| | | | | | | | | Added tests for I/O on virtual dataset with source datasets in unopened files. Note there are still some code coverage assertions in the selection matching algorithm - if you hit these try taking them out. Note make check still fails in h5dump test (unrelated to this checkin). Tested: ummon
* [svn-r26469] INCOMPLETE, UNWORKING CODENeil Fortner2015-03-171-0/+155
| | | | Commit progress through 3/17/15
* [svn-r26411] Add support for I/O in very simple cases (virtual mapping and ↵Neil Fortner2015-03-091-1/+214
| | | | | | | | | file space are both H5S_ALL). Note make check fails in h5dump test (unrelated to this checkin). Tested: ummon
* [svn-r26346] Add more test cases, refactor test code to reduce code ↵Neil Fortner2015-03-031-103/+615
| | | | | | | | | duplication. Minor fixes in src. Note make check still fails in h5ls test. Tested: ummon
* [svn-r26293] Implement patching of virtual dataspace extent in mapping ↵Neil Fortner2015-02-241-16/+21
| | | | | | | | dataspaces when opening virtual dataset. Add tests for this. Tested: ummon
* [svn-r26261] Commit working but incomplete prototype. Does not perform I/O.Neil Fortner2015-02-201-28/+298
| | | | Tested: ummon
* [svn-r26199] INCOMPLETE, UNWORKING CODENeil Fortner2015-02-171-226/+0
| | | | Fix doubled vds.c
* [svn-r26198] INCOMPLETE, UNWORKING CODENeil Fortner2015-02-171-0/+452
Commit progress through 1610 CST 2/17/15