summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | 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
* | | Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have beenDavid Young2020-05-201-4/+3
* | | Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-201-1/+1
* | | Fix according to PR feedback.vchoi2020-05-201-1/+1
* | | Fix an error in previous merge: should use NULL instead of FAIL.vchoi2020-05-201-2/+2
* | | Misc changes for h5dump VOL changes.Dana Robinson2020-05-201-1/+1
* | | A fix in the cleaning up code for datatype when datatype initialization via H...vchoi2020-05-201-2/+12
* | | Changed default dataset shared struct to initialize hid_t IDs toDana Robinson2020-05-201-0/+3
* | | H5T_copy() constification plus Quincey's contributions.David Young2020-05-201-2/+2
* | | Reduce differences between my -Werror branch and `develop`:David Young2020-05-201-3/+2
* | | fix unused related warningskmu2020-05-201-1/+1
* | | Revert "fix warnings from Intel compiler"kmu2020-05-201-1/+1
* | | Revert "fix issues from previous PR comments"kmu2020-05-201-1/+1
* | | fix issues from previous PR commentskmu2020-05-201-1/+1
* | | fix warnings from Intel compilerkmu2020-05-201-1/+1
* | | Remove unnecessary H5CX callQuincey Koziol2020-05-201-4/+0
* | | Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-05-201-26/+219
* | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-40/+142
* | | Implement support for using H5Dvlen_get_buf_size withNeil Fortner2020-05-201-1/+1
* | | Fix failing test and retain semantics for chunk cache properties in non-chunk...Chris Hogan2020-05-201-4/+34
* | | Add two missing calls to H5I_dec_ref for new dapl_idChris Hogan2020-05-201-4/+7
* | | Community-proposed fixChris Hogan2020-05-201-7/+21
* | | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-201-2/+2
* | | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-156/+338
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-09-261-189/+92
|\ \ \ | | |/ | |/|
| * | 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
| |/
* | Preliminary checkins for implementation done so far:Vailin Choi2018-08-141-1/+1
|/
* Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-161-2/+1
* Fixed division-by-zero issuesBinh-Minh Ribler2018-07-161-16/+21