aboutsummaryrefslogtreecommitdiffhomepage
path: root/lru.h
Commit message (Collapse)AuthorAge
* Don't evict autoloaded functions from background threadsGravatar ridiculousfish2015-03-23
| | | | | | | | Fixes a bug where generating a lot of autoloaded functions from syntax highlighting would result in evicting nodes on background threads, resulting in a thread error. Fixes #1989
* Add empty virtual destructor for lru_node_t.Gravatar Konrad Borowski2014-09-24
| | | | | | history_lru_node_t has implicit destructor defined. However, because it's being deleted as lru_node_t, it's not being actually called, as lru_node_t doesn't have a virtual destructor.
* Fix for build errors with g++ 4.0.1Gravatar ridiculousfish2012-12-11
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
|
* Define a virtual destructor for lru.hGravatar ridiculousfish2012-05-04
|
* Squash a leak in LRU cachesGravatar ridiculousfish2012-02-17
|
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05