summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-48/+48
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-20/+20
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-19/+19
* Fix warning in H5C__UPDATE_STATS_FOR_DIRTY_PIN macro (#3259)jhendersonHDF2023-07-181-1/+1
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-194/+231
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-32/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-111/+111
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-15/+15
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-6/+6
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-35/+8
* Move functions into more focused source code modules (#2936)Quincey Koziol2023-05-121-5/+24
* More code duplication reduction (#2930)Quincey Koziol2023-05-091-2139/+1412
* Reduce code duplication in macros (#2914)Quincey Koziol2023-05-081-539/+126
* Remove H5TB discussion (#2899)Dana Robinson2023-05-051-10/+0
* Cache macro parameter name consistency (#2738)Quincey Koziol2023-04-141-9/+9
* Cache macro error consistency (#2739)Quincey Koziol2023-04-141-73/+57
* Move cache image macros (#2732)Quincey Koziol2023-04-141-33/+0
* Cache macro tidy (#2731)Quincey Koziol2023-04-141-98/+98
* Remove unused macros (#2722)Quincey Koziol2023-04-131-147/+0
* Remove dead code for H5C__SLIST_OPT_ENABLED (#2721)Quincey Koziol2023-04-131-6/+0
* Refactor H5C_entry_in_skip_list (#2719)Quincey Koziol2023-04-131-5/+9
* Refactor cache mark flush dep (#2711)Quincey Koziol2023-04-131-2/+0
* Refactor cache validation (#2699)Quincey Koziol2023-04-131-0/+6
* Cache tidy (#2693)Quincey Koziol2023-04-121-168/+141
* Comment cleanup (#2689)Quincey Koziol2023-04-111-507/+75
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-131-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-10/+10
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-251-15/+20
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-113/+113
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-1/+0
* Disable formatting for fileAllen Byrne2020-09-051-30/+4
* File changes to affect formattingAllen Byrne2020-09-041-898/+928
* Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-2/+0
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-2/+0
* | Tab to space conversions.mainzer2020-08-141-18/+18
* | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-154/+317
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-153/+153
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-1/+1
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-1/+1
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-1/+1
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-051-1/+1
* There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-051-0/+8
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-38/+4
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-9/+9
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-16/+14