summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/scheme/scheme-test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino1-33/+93
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-0/+1
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino1-0/+0
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino1-14/+24
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino1-19/+19
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino1-9/+9
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-61/+52
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-6/+6
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-5/+40
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino1-6/+24
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino1-5/+8
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino1-7/+15
2009-10-18Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino1-8/+5
2009-10-03Minor code cleanup.jsdelfino1-6/+6
2009-10-03Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino1-9/+9
2009-10-03Refactored store tests and moved them under test/. Simplified the script eval...jsdelfino1-4/+10
2009-09-27Strawman implementation of a mini script evaluation library, which can be use...jsdelfino1-0/+173