summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-2/+2
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+1
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-5/+0
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-18/+18
* Begin converting dataset code to use shared file pointer instead of top fileQuincey Koziol2019-08-201-0/+1
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-2/+2
* Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-1/+3
* Updated H5Dio.c comment.Dana Robinson2019-02-011-5/+2
* Fixed a bug revealed by the dtransform test. A datatype transformDana Robinson2019-01-311-1/+1
* Fix for parallel filters tests with new read-proc0-broadcast featureJordan Henderson2019-01-081-4/+8
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-071-14/+4
* 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-2/+2
* Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-2/+2
* Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-291-8/+4
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-4/+4
* VOL FEATUREDana Robinson2018-10-101-55/+29
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-30/+29
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-2/+2
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-1/+2
* * Added H5DO compatibility functions.Dana Robinson2018-05-041-56/+51
* * Fixed the error testsDana Robinson2018-05-021-88/+83
* Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-301-12/+12
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-340/+277
| |\
| * | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-18/+18
* | | Normalize with trunk prior to update mergeDana Robinson2018-04-301-16/+16
* | | Fixed a warning.Dana Robinson2018-04-301-1/+1
* | | Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-301-246/+142
* | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-5/+150
| |/ |/|
* | Corrections for parallel I/O & tests.Quincey Koziol2018-03-211-5/+4
* | Cleanup API context function usage.Quincey Koziol2018-03-191-20/+4
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-313/+168
* | Normalization with VOL integration branch.Dana Robinson2017-12-011-1/+1
* | Normalization with VOL integration branch.Dana Robinson2017-11-301-11/+4
* | Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-271-1/+3
* | Add test file to build processJordan Henderson2017-08-031-1/+1
* | Suggested changes from code reviewJordan Henderson2017-07-071-3/+57
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-07-051-55/+103
|\ \
| * | Fixed many minor warnings.Dana Robinson2017-05-251-1/+0
| * | Incorporate patch from GE Healthcare (HDFFV-9934)Vailin Choi2017-04-251-49/+100
| * | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
| |/
* | Trigger error if library tries to break to independent I/O with filtersJordan Henderson2017-02-081-0/+7
* | Switch working branch from master to developJordan Henderson2017-01-131-5/+0
|/
* [svn-r30189] Description:Quincey Koziol2016-07-181-12/+25
* [svn-r29776] Description:Quincey Koziol2016-04-241-0/+4
* [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+1
* [svn-r29245] use HDONE_ERROR instead of HGOTO after done.Mohamad Chaarawi2016-03-011-2/+2
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-27/+99
* [svn-r27835] Description:Quincey Koziol2015-09-211-1/+1
|\