summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_object.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-2/+2
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-51/+51
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-106/+101
* Update license url (#332)Larry Knox2021-02-171-1/+1
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-401/+389
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-4/+4
* Trim trailing whitespaceQuincey Koziol2020-04-201-9/+9
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-58/+116
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-3/+2
* Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-051-1/+1
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-1/+21
* Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-111-4/+17
* Remove ability to loc by ref from H5VL layerJerome Soumagne2019-10-081-87/+0
* Add support for retrieving object name by tokenJerome Soumagne2019-10-081-0/+12
* Add H5VL_OBJECT_GET_TYPE to get object typeJerome Soumagne2019-10-081-0/+54
* Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.Quincey Koziol2019-10-081-14/+2
* Converted H5O MD cache cork calls to use the VOL.Dana Robinson2019-09-271-0/+34
* Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAMEJerome Soumagne2019-05-231-5/+20
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+1
* Moved the remainder of the code into separate files.Dana Robinson2018-12-201-0/+469
* Split the native VOL connector code into multiple files andDana Robinson2018-12-201-0/+13