summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
Commit message (Expand)AuthorAgeFilesLines
* Multi Dataset (#2120)Neil Fortner2022-10-191-4/+4
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-8/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-28/+28
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-141/+742
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-191-1/+2
* Merge doxygen2 into develop (#553)Gerd Heber2021-04-261-5/+4
* 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
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-8/+24
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-101-1/+2
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-1/+1
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-21/+70
* Clang-format of source filesAllen Byrne2020-09-301-194/+188
* 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