summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-11/+16
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-4/+4
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-7/+7
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-9/+4
* Clang-format of source filesAllen Byrne2020-09-301-946/+944
* File changes to affect formattingAllen Byrne2020-09-041-51/+51
* Fixed HDFFV-10933Binh-Minh Ribler2020-08-141-13/+21
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-3/+3
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-8/+10
* Normalizations with 1.10 branch.Dana Robinson2020-06-021-13/+16
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-011-1/+1
* Fix according to PR feedback.vchoi2020-04-071-1/+1
* Fix an error in previous merge: should use NULL instead of FAIL.vchoi2020-04-071-2/+2
* Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-021-2/+15
|\
| * Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...Vailin Choi2020-04-021-2/+12
| |\
| | * A fix in the cleaning up code for datatype when datatype initialization via H...vchoi2020-03-231-2/+12
| * | Changed default dataset shared struct to initialize hid_t IDs toDana Robinson2020-04-021-0/+3
| |/
* | Misc changes for h5dump VOL changes.Dana Robinson2020-03-301-1/+1
|/
* Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-171-2/+2
|\
| * H5T_copy() constification plus Quincey's contributions.David Young2020-01-291-2/+2
* | Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-3/+2
|/
* merge and fix conflictkmu2020-01-191-4/+3
|\
* \ merge and fix conflictskmu2020-01-141-22/+313
|\ \ | |/
| * Remove unnecessary H5CX callQuincey Koziol2019-12-211-4/+0
| * Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-26/+219
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-40/+142
* | fix unused related warningskmu2020-01-131-1/+1
|/
* Implement support for using H5Dvlen_get_buf_size withNeil Fortner2019-12-051-1/+1
* Merge pull request #2049 in HDFFV/hdf5 from ~CHOGAN/hdf5:chogan/issue_10934 t...Chris Hogan2019-12-021-15/+62
|\
| * Fix failing test and retain semantics for chunk cache properties in non-chunk...Chris Hogan2019-11-251-4/+34
| * Add two missing calls to H5I_dec_ref for new dapl_idChris Hogan2019-11-211-4/+7
| * Community-proposed fixChris Hogan2019-11-181-7/+21
* | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-2/+2
|/
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-45/+1
* Progress toward moving the dataset routines to using the 'shared' file pointerQuincey Koziol2019-08-211-1/+1
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-2/+3
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-21/+21
* Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-241-24/+0
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-1/+0
* Merge pull request #1600 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10658-pe...Ray Lu2019-04-181-28/+38
|\
| * Changing the prefix of external file and VDS from empty string to null for pe...Songyu Lu2019-04-171-19/+16
| * Improving the condition checking of empty string.Songyu Lu2019-04-171-8/+8
| * Replacing string operation strdup with assignment for empty string.Songyu Lu2019-04-171-11/+18
| * HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-091-14/+8
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-041-8/+9
| |\
| * | This commit basically has the following changes:Songyu Lu2019-04-041-4/+4
| * | HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...Songyu Lu2019-03-221-14/+26
| * | HDFFV-10658: setting and getting properties in API context:Songyu Lu2019-03-131-18/+18