aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
Commit message (Expand)AuthorAge
* Don't evict autoloaded functions from background threadsGravatar ridiculousfish2015-03-23
* Make C_ (gettext used in completions) return wcstringGravatar ridiculousfish2014-10-30
* Use `source` instead of `.` in autoload.cpp.Gravatar Konrad Borowski2014-04-04
* Run restyle.sh to enforce style rules.Gravatar ridiculousfish2014-03-31
* Fixed various Undefined Behavior occurrences.Gravatar Daniel J. Hofmann2014-03-07
* Optimize some fast paths in autoload loading. Use an iterator to avoidGravatar ridiculousfish2014-02-24
* Miscellaneous minor fixes based on cppcheck static analyzerGravatar ridiculousfish2014-01-12
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* Remove Python dependency from Makefile and Xcode buildGravatar ridiculousfish2012-12-08
* 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, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Fix for wrong sense for determining when an autoloaded function has changedGravatar ridiculousfish2012-07-06
* Disable internalized scriptsGravatar ridiculousfish2012-06-01
* A little better support for non-term-256 colors in web configGravatar ridiculousfish2012-03-31
* 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
* Fix for problem where we'd never use a cached placeholder function. Also uppe...Gravatar ridiculousfish2012-02-13
* 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
* Fix for issue where we treated all cached files as accessible for the purpose...Gravatar ridiculousfish2012-01-28
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* 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 f...Gravatar ridiculousfish2012-01-25