summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-3/+0
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-19/+13
* Clean up comments. (#3695)H. Joe Lee2023-10-181-41/+35
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-26/+53
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-27/+27
* Remove intel oneapi warning (#3426)H. Joe Lee2023-08-251-1/+1
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-071-14/+16
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-92/+98
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-6/+6
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-3/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-6/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-29/+29
* Remove dead code behind #ifdef OLD_WAY (#3163)Dana Robinson2023-06-211-18/+0
* Fix memory leaks in H5Dwrite w/ selection I/O (#2859)Dana Robinson2023-04-301-0/+7
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-139/+338
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-495/+870
* 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