summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
Commit message (Expand)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-6/+6
* Avoid allocating chunk map for contiguous and compact dataset I/O (#1927)jhendersonHDF2022-07-251-5/+15
* Support for UnifyFS with MPI_File_sync (#1801)Houjun Tang2022-07-111-0/+12
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-13/+13
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-4/+4
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-6/+15
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-89/+39
* Fix typo. (#1301)H. Joe Lee2022-01-041-1/+1
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-4/+2
* Fix several warnings (#720)jhendersonHDF2021-09-141-9/+21
* Allow parallel filters feature for comm size of 1 (#840)jhendersonHDF2021-07-201-3/+11
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-67/+10
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Move API routines for VOL objects to main source file. (#133)Quincey Koziol2020-11-301-230/+0
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-342/+333
* Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...Quincey Koziol2020-08-251-12/+0
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-13/+8
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-5/+10
* squash cast warning fixkmu2020-01-231-14/+8
* 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