summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
Commit message (Expand)AuthorAgeFilesLines
* Header cleanup in C library (#4154)Dana Robinson2024-03-161-0/+1
* Improve performance of flushing single objects (#4017)Neil Fortner2024-02-231-49/+30
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-1/+1
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-81/+81
* Revise file close assertion failure fix (#3418)jhendersonHDF2023-08-251-1/+1
* Fix assertion failure during file close on error (#3387)jhendersonHDF2023-08-181-1/+1
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-72/+73
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-1/+1
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-2/+2
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-40/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-2/+2
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-58/+58
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-23/+7
* Move functions into more focused source code modules (#2936)Quincey Koziol2023-05-121-6805/+2
* More code duplication reduction (#2930)Quincey Koziol2023-05-091-27/+31
* Remove unused variable warning in H5C.c (#2844)H. Joe Lee2023-05-091-2/+2
* Cache macro error consistency (#2739)Quincey Koziol2023-04-141-13/+13
* Remove dead code for H5C__SLIST_OPT_ENABLED (#2721)Quincey Koziol2023-04-131-9/+1
* Refactor H5C_entry_in_skip_list (#2719)Quincey Koziol2023-04-131-4/+12
* Fix cache validate (#2718)Quincey Koziol2023-04-131-2/+2
* Refactor cache mark flush dep (#2711)Quincey Koziol2023-04-131-2/+4
* Refactor cache validation (#2699)Quincey Koziol2023-04-131-49/+46
* Cache tidy (#2693)Quincey Koziol2023-04-121-841/+302
* Comment cleanup (#2689)Quincey Koziol2023-04-111-438/+39
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-131-3/+3
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-43/+43
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-3/+3
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-39/+42
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-251-62/+28
* Updates messages in cache sanity checks (#1851)Dana Robinson2022-07-061-23/+23
* Be a bit safer with signed arithmetic, thus quieting some signed-overflow war...David Young2022-04-301-15/+17
* Minor things noticed while bringing VFD SWMR in line with develop (#1691)Dana Robinson2022-04-251-10/+10
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-26/+26
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-0/+2
* Fix cache sanity checking code by moving functions to wider scope (#1435)jhendersonHDF2022-02-211-99/+78
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-11/+28
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-7/+35
* Correct spelling correction of preceed incorrectly to proceed. Should (#1268)Larry Knox2021-12-071-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-11/+11
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-3/+0
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-27/+22
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-25/+6
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-3/+0
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-26/+26