summaryrefslogtreecommitdiffstats
path: root/include/utils/LruCache.h
Commit message (Expand)AuthorAgeFilesLines
* am 7aa8cdfb: am 21157abc: am 8814bd1d: Merge "include: cleanup for -Wsystem-h...Mark Salyzyn2014-05-231-4/+8
|\
| * include: cleanup for -Wsystem-headerMark Salyzyn2014-05-231-4/+8
| * Revert "Move to the canonical UniquePtr.h."Elliott Hughes2014-02-041-1/+1
| * Move to the canonical UniquePtr.h.Elliott Hughes2014-02-041-1/+1
* | Add a peekOldestValueJohn Reck2014-04-111-0/+9
* | Use canonical UniquePtr.h fileKenny Root2013-09-111-1/+1
|/
* libutils clean-upMathias Agopian2013-07-301-2/+9
* Add LruCache::IteratorRomain Guy2013-07-301-24/+26
* Add another ifndef and a couple of methods to LruCacheRomain Guy2013-07-301-0/+24
* Add #ifndef to prevent multiple definitionsRomain Guy2013-07-301-0/+5
* Add an LRU cache plus hashing primitivesRaph Levien2013-07-301-0/+199