summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_private.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header.
* 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
| | | | the VOL plugin wrapping code.
* 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
| | | | stackable_vol
* Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-0/+40