summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_blob.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-1/+1
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-5/+5
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-5/+5
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-5/+5
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-9/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-8/+8
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-2/+2
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-27/+7
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-94/+77
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-1/+1
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-3/+8
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-47/+24
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-0/+260