summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* [1.12 Merge] Hdf5 1 12 develop merges (#2012)jhendersonHDF2022-08-161-5/+15
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-6/+6
* [1.12 Merge]Hdf5 1 12 warnings fixes (#1715)jhendersonHDF2022-05-031-17/+15
* Clang warning fixes from develop. (#1583)Larry Knox2022-04-051-1/+1
* Hdf5 1 12 parallel compression merge (#1529)jhendersonHDF2022-03-281-89/+39
* Hdf5 1 12 merges (#1528)jhendersonHDF2022-03-251-12/+32
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* Source formattedAllen Byrne2020-10-011-342/+333
* Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...Quincey Koziol2020-09-031-12/+0
* Sync with developDana Robinson2020-08-011-13/+8
* Whitespace cleanupAllen Byrne2020-05-131-3/+3
* Squashed commit of the following:David Young2020-01-311-5/+10
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-281-14/+8
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-2/+2
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-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