summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
Commit message (Expand)AuthorAgeFilesLines
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-50/+0
* Fixed error code and error messagesBinh-Minh Ribler2019-09-031-1/+1
* Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR toBinh-Minh Ribler2019-09-031-1/+1
* Updated based on reviews and refactored test codeBinh-Minh Ribler2019-09-011-2/+2
* HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-16/+163
* Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-241-1/+1
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-30/+6
* HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...Songyu Lu2019-03-221-5/+10
* HDFFV-10658: setting and getting properties in API context:Songyu Lu2019-03-131-10/+11
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+2
* Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+1
* Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-3/+3
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-3/+3
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-5/+5
* Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-291-60/+21
* Minor coding style cleanupsQuincey Koziol2018-10-281-35/+17
* Add VOL object wrapping to API context when refreshing groups, named datatypesQuincey Koziol2018-10-271-2/+2
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-0/+10
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-6/+6
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-3/+3
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-23/+53
|/
* VOL FEATUREDana Robinson2018-10-101-134/+142
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-277/+267
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-4/+4
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-4/+4
* Cleanup API context function usage.Quincey Koziol2018-03-191-23/+23
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-117/+1
|\
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-64/+183
|/
* Modifications based on pull request review.Vailin Choi2017-04-261-1/+1
* Incorporate patch from GE Healthcare (HDFFV-9934)Vailin Choi2017-04-251-0/+40
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.Dana Robinson2016-06-251-36/+8
* [svn-r30104] Fixes evict-on-close feature by propagating globalDana Robinson2016-06-241-2/+8
|\
* | [svn-r30084] First pass at the evict-on-close feature.Dana Robinson2016-06-151-4/+26
|/
* [svn-r30075] Description:Quincey Koziol2016-06-141-0/+34
* [svn-r29924] Description:Quincey Koziol2016-05-121-2/+102
* [svn-r29850] Description:Quincey Koziol2016-05-011-0/+38
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-6/+6
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-6/+6
* [svn-r28916] Description:Quincey Koziol2016-01-151-18/+9
* [svn-r28894] Description:Quincey Koziol2016-01-141-4/+5
* [svn-r28452] Description:Quincey Koziol2015-11-231-4/+0
* [svn-r27939] Remove H5D__iterate and use H5S_select_iterate directlyJerome Soumagne2015-10-021-3/+19
* [svn-r27768] Description:Quincey Koziol2015-09-141-49/+4
* [svn-r27612] Description:Quincey Koziol2015-08-291-36/+8
* [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-101-1/+1
* [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-186/+7
* [svn-r25084] Description:Quincey Koziol2014-04-231-7/+2
* [svn-r24998] Description:Quincey Koziol2014-04-091-0/+24
* [svn-r23713] Description:Quincey Koziol2013-05-211-22/+25