aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
Commit message (Collapse)AuthorAge
* Make subcommands modify $status, and make builtin_set not modify status ↵Gravatar ridiculousfish2013-01-31
| | | | | | | unless it fails https://github.com/fish-shell/fish-shell/issues/547 https://github.com/fish-shell/fish-shell/issues/214
* Remove Python dependency from Makefile and Xcode buildGravatar ridiculousfish2012-12-08
| | | | https://github.com/fish-shell/fish-shell/issues/429
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
|
* Warning cleanupGravatar ridiculousfish2012-08-04
|
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, ↵Gravatar ridiculousfish2012-07-20
| | | | path_allocate_cd_path, etc. functions
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
| | | | Cleanup of non-wcstring version of path_get_path
* 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