aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
Commit message (Collapse)AuthorAge
* Fix for wrong sense for determining when an autoloaded function has changedGravatar ridiculousfish2012-07-06
| | | | Addresses some of the complaints in https://github.com/fish-shell/fish-shell/pull/201
* Disable internalized scriptsGravatar ridiculousfish2012-06-01
|
* A little better support for non-term-256 colors in web configGravatar ridiculousfish2012-03-31
| | | | Fix for a deadlock when autoloading a function triggers autoloading another function
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
|
* Modified env_get_string() to accept wcstring instead of wchar_t*.Gravatar Siteshwar Vashisht2012-02-24
|
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | removing calls to c_str() while calling these functions in other files.
* Fix for problem where we'd never use a cached placeholder function. Also ↵Gravatar ridiculousfish2012-02-13
| | | | upped the staleness interval from its testing value of 1 to 15 seconds.
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
|
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
|
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
|
* 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