summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_private.h
Commit message (Expand)AuthorAgeFilesLines
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-4/+3
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-1/+28
* Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-251-1/+1
* Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-251-1/+1
* Refactor attribute creation parameters to move parameters out of creationQuincey Koziol2019-04-251-1/+1
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-1/+1
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-0/+88
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-37/+0
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-3/+3
* Remove virtual dataset refresh code's direct use of native VOL plugin's ID.Quincey Koziol2018-10-271-1/+0
* Eliminate last call to H5VL_native_register, shifting everything over toQuincey Koziol2018-10-261-1/+0
* Updates after merging changes from develop.Quincey Koziol2018-10-261-1/+1
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-2/+1
* Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-0/+40