summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-45/+42
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-49/+49
* Persist dataset access properties when using H5Fstart_swmr_write (#1862)Neil Fortner2022-07-191-15/+37
* H5Oflush fails for parallel (#1876)raylu-hdf2022-07-121-0/+5
* Quiets const warnings (#1831)Dana Robinson2022-06-291-2/+2
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-5/+5
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-18/+18
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-34/+21
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-4/+4
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-78/+32
* 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