summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
* Hdf5 1 12 parallel compression merge (#1529)jhendersonHDF2022-03-281-34/+21
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-4/+4
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-9/+4
* Manual sync with develop (#95)Dana Robinson2020-11-171-13/+21
* Source formattedAllen Byrne2020-10-011-941/+939
* Src file format preventive updatesAllen Byrne2020-09-281-51/+51
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-221-3/+3
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-8/+10
* Sync with developDana Robinson2020-08-011-14/+20
* Whitespace cleanupAllen Byrne2020-05-131-0/+2
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-041-1/+1
* Fix according to PR feedback.vchoi2020-04-071-1/+1
* Fix error in previous merge: should use NULL instead of FAIL.vchoi2020-04-071-4/+2
* Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...Vailin Choi2020-04-021-2/+12
* Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-251-2/+2
* Squashed commit of the following:David Young2020-01-311-3/+2
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-4/+3
* Remove unnecessary H5CX callQuincey Koziol2020-01-041-4/+0
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-01-041-26/+219
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-40/+142
* Implement support for using H5Dvlen_get_buf_size withNeil Fortner2019-12-061-1/+1
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-2/+2
* Add changes from PR 2049 to hdf5_1_12 branchChris Hogan2019-12-031-15/+62
* 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
* OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-261-1/+2
* Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-15/+49
* Formatting adjustments.Jacob Smith2018-12-181-2/+3
* Formatting adjustmentsJacob Smith2018-12-181-19/+19
* Reformat to be more consistent with existing code.Jacob Smith2018-12-131-113/+37
* Merge branch 'dset_ohdr_minimize' of https://bitbucket.hdfgroup.org/scm/~jake...Jacob Smith2018-12-121-5/+0
|\
| * Remove unused debugging print in '#if 0' blockJacob Smith2018-12-121-5/+0