aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.cpp
Commit message (Expand)AuthorAge
* Tombstone only when explicitly removing a function.Gravatar Sanne Wouda2015-04-08
* Small tweaks to clarify some codeGravatar ridiculousfish2015-04-06
* Revert 1349d12 and properly fix #213Gravatar Sanne Wouda2015-04-06
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
* Rework how screen size is trackedGravatar Kevin Ballard2014-08-29
* Fix line number reporting in new parserGravatar ridiculousfish2014-03-20
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
* Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
* Hook up for statements, if statements, and function definition in newGravatar ridiculousfish2013-12-27
* Merge branch 'master' into astGravatar ridiculousfish2013-12-20
|\
| * Refactor block_t storage in parser_t from a linked list to a vectorGravatar ridiculousfish2013-12-20
* | Merge branch 'master' into astGravatar ridiculousfish2013-10-16
|\|
| * Fix #213. You can now remove autoloaded functions.Gravatar Konrad Borowski2013-10-12
* | Beef up completion testsGravatar ridiculousfish2013-10-12
|/
* reference'ize event.cpp/hGravatar Jan Kanis2012-12-20
* 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
* Fix to restore an optimization from parse_util_get_line_from_offset in a more...Gravatar ridiculousfish2012-08-04
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Got function.h and function.cpp off of shared_ptr (hooray)Gravatar ridiculousfish2012-05-18
* More work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Work towards getting function.h off of shared_ptrGravatar ridiculousfish2012-05-17
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* Fix for removing too many event handlers (that's why "Goodbye" never got prin...Gravatar ridiculousfish2012-02-17
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
* Final removal of halloc. It's like Christmas Morning.Gravatar ridiculousfish2012-02-09
* Removed some more hallocGravatar ridiculousfish2012-02-09
* Fixed named_arguments to be wcstring_list_t instead of al_listGravatar ridiculousfish2012-02-08
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
* Excised some more halloc and array_list_tGravatar ridiculousfish2012-02-08
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
* Have to remember to evict nodes from our LRU cacheGravatar ridiculousfish2012-01-25
* Implemented LRU cache for autoloading.Gravatar ridiculousfish2012-01-25
* Migrated function.cpp to use the new function_get() call. Lots of nice short ...Gravatar ridiculousfish2012-01-23
* Migrate function.cpp to scoped_lock and shared_ptrGravatar ridiculousfish2012-01-23
* Move autoloading from a map of path names to a real object autoload_t.Gravatar ridiculousfish2012-01-23
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
* Removed multiple delcartions of path_list from autoload_names() in fuction.cppGravatar Siteshwar Vashisht2012-01-14
* Merge branch 'Use_env_get_string' into CPlusPlusGravatar Siteshwar Vashisht2012-01-14
|\
| * Modified function.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
* | Additional migration to STL data structuresGravatar ridiculousfish2012-01-10
|/
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
* Fixed a build failureGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26