summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-11/+16
* Much normalization with develop (#701)Dana Robinson2021-05-281-5/+5
* Brings optional filters from developDana Robinson2021-05-071-15/+24
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-13/+8
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-944/+943
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-13/+16
|\
| * 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
| * | | Correct set extent operation on VDS to iterate over # of used sub-datasetsQuincey Koziol2019-04-161-1/+1
| | |/ | |/|
| * | Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-7/+7
| * | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-1/+2
| |/
| * Move 'minimize dataset object header flag' into API contextQuincey Koziol2019-03-051-6/+6