summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Trivial parameter renaming in VOL API calls.Dana Robinson2019-11-251-2/+2
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+2
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-6/+3
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-0/+8
* Added the map (H5M) APIDana Robinson2019-08-131-0/+3
* 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
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-2/+4
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-03-121-3/+11
|\
| * Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-111-3/+11
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-3/+5
|/
* Add ID type (of eventual hid_t) to the VOL "wrap" callback.Quincey Koziol2019-02-071-1/+1
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-3/+4
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-18/+18
* Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-211-0/+8
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-9/+13
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-25/+25
* Refactor, standardize, and revise the async request callbacks.Quincey Koziol2018-11-041-3/+5
* Refactor and standardize named datatype VOL callbacks.Quincey Koziol2018-11-011-9/+9
* Refactor and standardize object VOL callbacks.Quincey Koziol2018-11-011-5/+5
* Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-011-6/+6
* Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-011-6/+6
* Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-4/+4
* Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-291-9/+9
* Convert attribute VOL callbacks to a standard form that sets up the wrapperQuincey Koziol2018-10-291-7/+7
* Updates after merging changes from develop.Quincey Koziol2018-10-261-2/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-12/+29
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-7/+24
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-15/+35
|/
* VOL FEATUREDana Robinson2018-10-101-0/+132