summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
Commit message (Expand)AuthorAgeFilesLines
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-18/+18
* Merge H5Fopen VOL auto-detect feature and latest VOL fixes to 1.12 (#395)jhendersonHDF2021-03-151-1/+1
* 1 12 merges from develop (#412)Allen Byrne2021-03-031-3/+3
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-2/+2
* Merge PR #274 to 1.12 Branch (#283)Neil Fortner2021-01-271-0/+3
* Merge VOL framework versioning to 1.12 (#154)Quincey Koziol2020-12-101-2/+3
* Source formattedAllen Byrne2020-10-011-83/+129
* Sync with developDana Robinson2020-08-011-2/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-0/+8
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-16/+26
* Trivial parameter renaming in VOL API calls.Dana Robinson2019-12-161-2/+2
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-2/+2
* Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Richard Warren2019-12-061-1/+1
|\
| * Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-12-061-1/+2
* | Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-2/+3
|/
* 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