summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Modify MTIME size behavior to be closer to expectations (we hope).Jacob Smith2018-09-201-26/+22
* | Continued progress in implementing tests.Jacob Smith2018-09-201-1/+1
* | Change H5F internals accessJacob Smith2018-09-141-7/+2
* | Change to use internal routines to get dcpl minimize setting.Jacob Smith2018-09-141-31/+14
* | Add additional tests (or placeholders for same).Jacob Smith2018-09-121-2/+5
* | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-7/+299
|/
* Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-161-2/+1
* Fixed division-by-zero issuesBinh-Minh Ribler2018-07-161-16/+21
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-1/+1
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-359/+361
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-963/+822
| |\
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-70/+92
| | |\
| | | * Modifications made based on comments from pull request.Vailin Choi2018-02-071-0/+1
| | | * Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-24/+54
| | | |\
| | | * | Changes made based on code reviews.Vailin Choi2018-01-121-10/+15