summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesfeature/select_io_chunk_cachegithub-actions2024-01-021-203/+223
* Work in progress for chunk cache with selection I/O improvement.vchoi-hdfgroup.org2024-01-021-53/+863
* Implement selection vector I/O with collective chunk filling (#3826)vchoi-hdfgroup2023-11-161-163/+101
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-241-17/+46
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-0/+51
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-3/+3
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-304/+304
* Convert some H5MM calls to standard C equivalents (#2382)Dana Robinson2023-08-251-4/+4
* Fix for the bug exposed from running test/set_extent.c when selection… (#3319)vchoi-hdfgroup2023-08-041-12/+32
* Fix CVE-2018-11202 (#3330)Dana Robinson2023-08-021-0/+9
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-304/+309
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-27/+27
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-11/+11
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-26/+26
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-204/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-15/+14
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-337/+334
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-281-2/+2
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-4/+4
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-10/+10
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-60/+59
* Converted H5D asserts to normal error checking (#2842)Dana Robinson2023-04-291-37/+33
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-45/+95
* Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info (#2074)Mark Kittisopikul2022-12-191-2/+2
* Adds 'unused' hints for MDS io_info parameters (#2301)Dana Robinson2022-12-141-10/+9
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-752/+953
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-3/+3
* H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969)Mark Kittisopikul2022-08-071-2/+11
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-119/+119
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-111-1/+4
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-6/+6
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-36/+31
* Warnings fixes (#1680)jhendersonHDF2022-04-251-4/+3
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-48/+48
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-1/+1
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-196/+581
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-103/+275
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-8/+9
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-2/+2
* OESS-168: Remove clang warnings. (#1297)H. Joe Lee2021-12-151-1/+1
* Remove duplicate memcpy in chunk_file_cb (#1285)jhendersonHDF2021-12-111-1/+0
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-16/+24
* Re-enable collective metadata reads after disabling for chunk lookup (#1173)jhendersonHDF2021-11-091-7/+21
* Fix the function cast error in H5Dchunk.c and activate (#1170)David Young2021-11-081-1/+14
* More clang tidy (#908)Sean McBride2021-08-231-2/+2
* Fix several warnings (#747)jhendersonHDF2021-06-161-3/+2
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-28/+79
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-191-0/+98