summaryrefslogtreecommitdiffstats
path: root/sca-cpp/branches/lightweight-sca/modules/scheme/eval.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-05git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-...giorgio1-0/+0
2010-12-25Create a sandbox branch to experiment with latest APR.jsdelfino1-0/+0
2010-02-28Moving old inactive code to a branch as it's confusing code assist, searches ...jsdelfino1-0/+0
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino1-33/+33
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino1-8/+8
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-4/+4
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-4/+4
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-16Fixed parsing of comments. Added functions to read scripts and more test cases.jsdelfino1-4/+25
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino1-1/+1
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino1-25/+31
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino1-15/+16
2009-10-18Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino1-2/+2
2009-10-11Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino1-6/+6
2009-10-03Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino1-7/+7
2009-10-03Refactored store tests and moved them under test/. Simplified the script eval...jsdelfino1-191/+70
2009-09-27Strawman implementation of a mini script evaluation library, which can be use...jsdelfino1-0/+383