Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | Added missing DELETE enum value. | Dana Robinson | 2019-06-14 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' into vol_dev_headers | Dana Robinson | 2019-06-14 | 1 | -87/+0 |
| | | | | | Also moved the wrapper functions from the H5VLconnector.h to H5VLconnector_passthru.h | ||||
* | Split VOL connector routines into separate headers: | Dana Robinson | 2019-05-24 | 1 | -0/+503 |
* H5VLconnector.h for terminal connector things * H5VLconnector_passthru.h for passthrough connector things Note that these headers are arranged such that they are included in hdf5.h so VOL connectors only need to include that. The separation into multiple headers is mainly for readability. |