summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-206/+128
|\ \ | |/ |/|
| * Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-1/+1
| * Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-8/+0
| * Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-291-5/+2
| * Updates after merging changes from develop.Quincey Koziol2018-10-261-1/+1
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-1/+0
| |\
| | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-18/+25
| |/
| * VOL FEATUREDana Robinson2018-10-101-19/+42
| * Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-61/+73
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-131/+22
* | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition.Jacob Smith2018-10-021-5/+1