summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor attribute creation parameters to move parameters out of creationQuincey Koziol2019-04-251-14/+2
| | | | property list and into 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-20/+2
|
* Split the native VOL connector code into multiple files andDana Robinson2018-12-201-0/+615
moved the attribute code over.