summaryrefslogtreecommitdiffstats
path: root/test/cache.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-10/+1
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-92/+92
* [1.12 Merge]Hdf5 1 12 warnings fixes (#1715)jhendersonHDF2022-05-031-4051/+2717
* Commit codespell spelling corrections.Larry Knox2022-04-071-33/+33
* 1 12 Merge Remove clang warnings from develop (#1097)Allen Byrne2021-10-171-559/+559
* Reverts PR 906 and 907 due to binary compatibility issues (#918)Dana Robinson2021-08-171-559/+572
* Merge3 839 hdf5 1 12 (#907)Larry Knox2021-08-131-559/+559
* Merge2 839 issue PRs to hdf5 1 12 (#906)Larry Knox2021-08-131-13/+0
* Merge PRs in issue #642 to hdf5_1_12 (#643)Larry Knox2021-05-151-4/+4
* Hdf5 merge issue 537 v112 (#538)Larry Knox2021-04-021-4/+4
* Hdf5 merge issue 435 (#460)Larry Knox2021-03-101-34/+0
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-5/+5
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-5/+5
* Manual sync with develop (#95)Dana Robinson2020-11-171-309/+394
* Merge changes from developAllen Byrne2020-10-081-176/+198
* Source formattedAllen Byrne2020-10-011-18681/+17552
* Add clang-format changes from develop.Allen Byrne2020-09-281-4/+22
* Sync with developDana Robinson2020-08-011-7/+7
* Adjust cache.c only variables.Allen Byrne2019-12-181-13/+26
* Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-181-0/+1
* HDFFV-10979 cleanup global namesAllen Byrne2019-12-121-1/+0
* HDFFV-10979 Merge global name fix from developAllen Byrne2019-12-111-0/+465
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-1/+1
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-1/+1
* Add HD prefix to testsAllen Byrne2019-08-151-7481/+7481
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-58/+58
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-301-4/+5
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Express test mods to test/cache.cmainzer2017-04-151-17/+89
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-307/+415
* Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-131-40/+57
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-2/+3
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-8/+4
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-33/+14
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-201-10/+7
* HDFFV-10124 Using cache_common.h contains other include filesAllen Byrne2017-02-021-3/+0
* Cache image feature and testingQuincey Koziol2017-01-291-5/+5
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-12/+12
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-154/+154
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-061-35/+36
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-0/+19
* Bring support for doubly-linked list of all entries in cache from incomingQuincey Koziol2016-12-301-13/+35
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-194/+102
* Bring over changes from revise_chunks that cleanup recent SWMR changes fromQuincey Koziol2016-12-111-172/+236
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-0/+130
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-4757/+4619
* [svn-r30112] Description:Quincey Koziol2016-06-281-969/+2180
* [svn-r30068] Description:Quincey Koziol2016-06-131-353/+355