summaryrefslogtreecommitdiffstats
path: root/test/cache_common.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Sync with develop (#811)Dana Robinson2021-06-301-12/+12
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-104/+109
* Normalization with develop (#704)Dana Robinson2021-05-281-12/+0
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-2212/+1594
* Limit the repeat rate for duplicate zoo warnings to once every fiveDavid Young2020-09-171-0/+1
* Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *`David Young2020-05-201-11/+11
* Reduce diffs with `develop`.David Young2020-05-201-10/+10
* Trim trailing whitespaceQuincey Koziol2020-05-201-2/+2
* more cleanupkmu2020-05-201-1/+1
* fix unused related warningskmu2020-05-201-45/+22
* Adjust cache.c only variables.Allen Byrne2020-05-201-12/+0
* Fix include to correct memory calls - big-endian issue.Allen Byrne2020-05-201-1/+0
* HDFFV-10979 fix global name clashAllen Byrne2020-05-201-454/+0
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-1/+1
* Quiet a warning about an unused variable. This code looks like itDavid Young2020-05-201-1/+1
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-917/+917
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-031-10/+21
* 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
* [svn-r30112] Description:Quincey Koziol2016-06-281-156/+247
* [svn-r30068] Description:Quincey Koziol2016-06-131-13/+136
* [svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warningsDana Robinson2016-06-011-42/+207
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-10/+10
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-10/+10
* [svn-r27710] Description:Quincey Koziol2015-09-091-2/+2
* [svn-r27296] Description:Quincey Koziol2015-06-291-1/+1
* [svn-r27237] Description:Quincey Koziol2015-06-181-834/+1492