aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.cpp
Commit message (Expand)AuthorAge
* 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