summaryrefslogtreecommitdiffstats
path: root/src/H5Cdbg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-1/+1
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-18/+18
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-0/+43
* Bring support for doubly-linked list of all entries in cache from incomingQuincey Koziol2016-12-301-3/+3
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-35/+8
* Updated the cache dump to use the stored type name insteadDana Robinson2016-11-281-38/+4
* Updated the format of H5AC/C_dump_cache() to includeDana Robinson2016-11-281-12/+61
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-3/+5
* Move cache debugging routines into separate module.Quincey Koziol2016-11-031-0/+964