aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.h
Commit message (Collapse)AuthorAge
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
|
* Optimize some fast paths in autoload loading. Use an iterator to avoidGravatar ridiculousfish2014-02-24
| | | | | doing multiple set lookups, and cache the tokenized path to avoid multiple memory allocations.
* forward-word should accept a word of an autosuggestionGravatar ridiculousfish2012-12-10
| | | | https://github.com/fish-shell/fish-shell/issues/435
* Remove Python dependency from Makefile and Xcode buildGravatar ridiculousfish2012-12-08
| | | | https://github.com/fish-shell/fish-shell/issues/429
* Grammar fix in a commentGravatar ridiculousfish2012-11-23
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
| | | | Cleanup of non-wcstring version of path_get_path
* 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
|
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
|
* 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
|
* 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