summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_blob.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-1/+1
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-5/+5
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-9/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-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