summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
Commit message (Expand)AuthorAgeFilesLines
* Snprintf2 (#1399)Sean McBride2022-01-281-70/+78
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
* More various warnings (#958)Sean McBride2021-08-251-1/+1
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-12/+12
* Fix several warnings (#747)jhendersonHDF2021-06-161-1/+1
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-281-12/+0
* Minor warning fixes in develop (#526)Dana Robinson2021-03-311-1/+0
* Various clang tidy warning fixes (#448)Sean McBride2021-03-101-2/+2
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-60/+0
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-2266/+1623
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-41/+130
|\
| * When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-41/+130
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-7/+9
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* more cleanupkmu2020-01-231-1/+1
* merge and fix conflictkmu2020-01-191-11/+11
|\
* \ merge and fix conflictskmu2020-01-141-467/+0
|\ \ | |/
| * Adjust cache.c only variables.Allen Byrne2019-12-181-12/+0
| * Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-181-1/+0
| * HDFFV-10979 fix global name clashAllen Byrne2019-12-111-454/+0
* | fix unused related warningskmu2020-01-131-45/+22
|/
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-1/+1
* Quiet a warning about an unused variable. This code looks like itDavid Young2019-11-131-1/+1
* Add HD prefix to testsAllen Byrne2019-08-151-912/+912
* VOL FEATUREDana Robinson2018-10-101-5/+5
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-52/+55
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Cleanup API context function usage.Quincey Koziol2018-03-191-2/+6
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-62/+39
* 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
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-4/+50
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-2/+2
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-1/+1
* HDFFV-10124 Using cache_common.h contains other include filesAllen Byrne2017-02-021-3/+0
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-57/+64
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-1/+1
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+2
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-0/+6
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-24/+24
* Bring over changes from revise_chunks that cleanup recent SWMR changes fromQuincey Koziol2016-12-111-4/+4
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-49/+199
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-11/+0
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-191/+147
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-121-1/+8
* Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-121-20/+12
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-2/+2
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-285/+171
* [svn-r30113] Description:Quincey Koziol2016-06-281-1/+1