summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_link.c
Commit message (Collapse)AuthorAgeFilesLines
* Cherry pick of 0225e6d5969Quincey Koziol2020-01-041-0/+1
|
* Use API context to store/retrieve LCPL and DCPL propertiesChris Hogan2019-11-271-5/+0
| | | | Adding changes from PR 2029 to 1.12 branch.
* Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t ↵Jordan Henderson2019-08-211-4/+4
| | | | structure was passed via varargs
* Warning cleanupQuincey Koziol2019-04-251-1/+1
|
* Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-251-24/+8
| | | | link creation property list to vararg 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/+422
|
* Split the native VOL connector code into multiple files andDana Robinson2018-12-201-0/+13
moved the attribute code over.