aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.cpp
Commit message (Expand)AuthorAge
* 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
* Initial C++ conversionGravatar ridiculousfish2011-12-26