summaryrefslogtreecommitdiffstats
path: root/src/H5Cdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-28/+28
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-35/+35
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-47/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-228/+224
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-51/+51
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-4/+4
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-4/+4
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-34/+3
* Move functions into more focused source code modules (#2936)Quincey Koziol2023-05-121-7/+476
* Cache tidy (#2693)Quincey Koziol2023-04-121-20/+4
* Comment cleanup (#2689)Quincey Koziol2023-04-111-6/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-12/+11
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-2/+0
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-606/+422
* Cast a non-void pointer to void pointer for "%p".David Young2020-09-031-1/+1
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-176/+29
|\
| * Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-08-271-111/+1
| * Revert "Removed commeted out code from H5C_dump_coll_write_list()"Quincey Koziol2020-08-271-0/+5
| * Minor copy edits to comments -- no code changes.inactive/mdc_sl_optmainzer2020-08-171-1/+1
| * Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-68/+0
| |\
| | * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-68/+0
| * | Tab to space conversions.mainzer2020-08-141-2/+2
| * | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-7/+34
| |/
* | Use PRIu32 and "zu" formats. Delete some casts from `size_t`.David Young2020-07-311-2/+2
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-6/+6
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-43/+43
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-3/+2
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-2/+3
* Format a pointer with %p to avoid a gripe about casting a pointer to anDavid Young2019-11-131-3/+2
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-36/+0
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-301-0/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Removed commeted out code from H5C_dump_coll_write_list()mainzer2017-04-071-5/+0
* Checkin of fix for CGNS bugmainzer2017-04-061-1/+111
* Omnibus checkin for several relatively minor modifications:mainzer2017-03-281-1/+3
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-6/+100
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-9/+5
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-4/+4
* Revert "Fix some more signed -> unsigned value issues with cache data structu...Quincey Koziol2017-02-281-2/+2
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-2/+2
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-11/+11
* Cache image feature and testingQuincey Koziol2017-01-291-0/+405