aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
Commit message (Collapse)AuthorAge
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ↵Gravatar Siteshwar Vashisht2012-01-29
| | | | into CPlusPlus
* Fix for issue where we treated all cached files as accessible for the ↵Gravatar ridiculousfish2012-01-28
| | | | purpose of highlighting, instead of using their cached accessible variable
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
| | | | We'll have to reevaluate this after we fix function autocomplete
* More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27
|
* Move autoload class into autoload.h and cppGravatar ridiculousfish2012-01-25
|
* Have to remember to evict nodes from our LRU cacheGravatar ridiculousfish2012-01-25
|
* Removed access_tracker since we don't need it after allGravatar ridiculousfish2012-01-25
|
* Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
|
* LRU cache workGravatar ridiculousfish2012-01-25
|
* New file autoload.h that will ultimately handle autoloading completions and ↵Gravatar ridiculousfish2012-01-25
functions