summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-081-18/+0
* Very minor comment change in H5VLconnector.h.Dana Robinson2020-03-121-1/+1
* Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-281-1/+0
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-1/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-11/+13
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-8/+1
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-2/+1
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-14/+85
* Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-051-2/+4
* Implement file comparison VOL callback. Other changes to allowNeil Fortner2019-11-271-1/+2
* Merge pull request #2057 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_get_file_id...Jerome Soumagne2019-11-271-0/+1
|\
| * Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-0/+1
* | Trivial parameter renaming in VOL API calls.Dana Robinson2019-11-251-4/+4
|/
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+5
* Remove ability to loc by ref from H5VL layerJerome Soumagne2019-10-081-14/+2
* Add H5VL_OBJECT_GET_TYPE to get object typeJerome Soumagne2019-10-081-1/+3
* Add H5VL_MAX_TOKEN_SIZE and H5VL_token_tJerome Soumagne2019-10-081-0/+7
* Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.Quincey Koziol2019-10-081-20/+35
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-4/+6
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-2/+20
* Added the map (H5M) APIDana Robinson2019-08-131-1/+1
* Added missing DELETE enum value.Dana Robinson2019-06-141-1/+2
* Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-141-87/+0
* Split VOL connector routines into separate headers:Dana Robinson2019-05-241-0/+503