summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-19/+19
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-179/+179
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-9/+9
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-201-4/+4
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-5/+5
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-61/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-2/+2
* Move encode/decode macros to a new header (#3040)Dana Robinson2023-06-061-0/+1
* Remove redundant and flawed documentation of H5D_chunk_iter_op_t from H5D.c (...Mark Kittisopikul2023-03-081-26/+0
* Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info (#2074)Mark Kittisopikul2022-12-191-8/+8
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-33/+275
* Sanity checks for H5Xcreate_anon functions to make sure the IDs passed in are...raylu-hdf2022-08-051-0/+5
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-49/+49
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-6/+6
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-3/+0
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-7/+7
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-131/+260
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-191-0/+65
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Reformat source (#244)Quincey Koziol2021-01-071-7/+7
* Turns off clang formatter for H5ARGS_TRACE (#184)Dana Robinson2020-12-161-10/+19
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-139/+665
* Minor normalization with the async branch (#159)Dana Robinson2020-12-121-2/+2
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-4/+5
* Move API routines for VOL objects to main source file. (#133)Quincey Koziol2020-11-301-0/+480
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-3/+3
* Enhance API tracing (#120)Quincey Koziol2020-11-261-17/+17
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-4/+4
* Clang-format of source filesAllen Byrne2020-09-301-207/+198
* Normalization of H5D.c with 1.10.Dana Robinson2020-06-041-11/+10
* Trim trailing whitespaceQuincey Koziol2020-04-201-4/+4
* Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-281-1/+1
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-5/+5
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-9/+15
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-103/+21
* Implement support for using H5Dvlen_get_buf_size withNeil Fortner2019-12-051-7/+24
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-291-0/+3
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-50/+0
* Fixed error code and error messagesBinh-Minh Ribler2019-09-031-1/+1
* Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR toBinh-Minh Ribler2019-09-031-1/+1
* Updated based on reviews and refactored test codeBinh-Minh Ribler2019-09-011-2/+2
* HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-16/+163
* Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-241-1/+1
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-30/+6
* HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...Songyu Lu2019-03-221-5/+10
* HDFFV-10658: setting and getting properties in API context:Songyu Lu2019-03-131-10/+11
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+2
* Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+1