summaryrefslogtreecommitdiffstats
path: root/src/H5Cmpio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hangs during collective I/O with independent metadata writes (#3693)jhendersonHDF2023-10-241-4/+34
* Fix buffer overflow in cache debugging code (#3691)jhendersonHDF2023-10-231-20/+84
* Fix typo: arange->arrange in src/H5Cmpio.c. (#3597)H. Joe Lee2023-09-261-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-6/+6
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-35/+35
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-36/+36
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-3/+3
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-4/+4
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-26/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-11/+10
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-111/+111
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-3/+3
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-2/+2
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-9/+0
* Move functions into more focused source code modules (#2936)Quincey Koziol2023-05-121-4/+0
* More code duplication reduction (#2930)Quincey Koziol2023-05-091-4/+10
* Refactor cache validation (#2699)Quincey Koziol2023-04-131-10/+10
* Cache tidy (#2693)Quincey Koziol2023-04-121-42/+10
* Comment cleanup (#2689)Quincey Koziol2023-04-111-43/+13
* Fix issue with collective metadata writes of global heap data (#2480)jhendersonHDF2023-02-201-0/+8
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-24/+24
* Set entry pointer mem type for vector I/O in collective metadata writes (#1961)jhendersonHDF2022-08-071-7/+5
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-11/+11
* Switch to vector I/O for collective metadata writes (#1911)jhendersonHDF2022-07-221-65/+38
* sprintf to snprintf (#1815)Sean McBride2022-06-221-2/+2
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+5
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-5/+5
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+2
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-43/+24
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Comment adjustmentsAllen Byrne2020-10-081-2/+2
* Clang-format of source filesAllen Byrne2020-09-301-410/+357
* Repair more format strings.David Young2020-09-261-5/+4
* Update buffer countQuincey Koziol2020-08-281-1/+8
* Revert PR 405 (https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-...Quincey Koziol2020-08-271-37/+18
* Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-08-271-22/+5
* Minor copy edits to comments -- no code changes.inactive/mdc_sl_optmainzer2020-08-171-1/+1
* Tab to space conversions.mainzer2020-08-141-119/+119
* When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-156/+235
* Minor normalization with 1.10.Dana Robinson2020-07-201-128/+128
* Trim trailing whitespaceQuincey Koziol2020-04-201-62/+62
* remove unnecessary stuffkmu2020-01-231-2/+0
* squash cast warning fixkmu2020-01-231-18/+21
* Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-2/+2
* C and POSIX call cleanupDana Robinson2019-01-111-6/+6
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1