summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_dataset.c
Commit message (Collapse)AuthorAgeFilesLines
* A few minor cleanupsQuincey Koziol2019-04-251-5/+0
|
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-12/+2
| | | | list and pass them as regular function parameters.
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+1
|
* Moved the remainder of the code into separate files.Dana Robinson2018-12-201-0/+562
|
* Split the native VOL connector code into multiple files andDana Robinson2018-12-201-0/+13
moved the attribute code over.