summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-3/+3
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-3/+3
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-5/+5
* Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-291-60/+21
* Minor coding style cleanupsQuincey Koziol2018-10-281-35/+17
* Add VOL object wrapping to API context when refreshing groups, named datatypesQuincey Koziol2018-10-271-2/+2
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-0/+10
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-6/+6
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-3/+3