summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-10/+10
* Multi Dataset (#2120)Neil Fortner2022-10-191-4/+12
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-20/+20
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-53/+63
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Jan ws changes (#282)Allen Byrne2021-01-271-1/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-221-0/+2
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-161-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-8/+28
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-101-2/+3
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-83/+129
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-1/+1
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-301-1/+1
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-0/+8
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-16/+26
* 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