summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules/eval (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-16Fixed parsing of comments. Added functions to read scripts and more test cases.jsdelfino4-28/+99
2009-11-16Added SCDL parsing functions. Refactored cache support with disk-cached funct...jsdelfino1-0/+2
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino6-71/+78
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino6-67/+85
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino8-44/+70
2009-10-18Renamed xml-test to xsd-test. Added another test under modules/eval.jsdelfino2-1/+38
2009-10-18Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino6-21/+18
2009-10-11Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino4-15/+15
2009-10-03Added minimal support for comments. Removed build output from version control.jsdelfino3-0/+8
2009-10-03Minor code cleanup.jsdelfino2-8/+7
2009-10-03Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino7-64/+63
2009-10-03Refactored store tests and moved them under test/. Simplified the script eval...jsdelfino8-213/+134
2009-09-27Strawman implementation of a mini script evaluation library, which can be use...jsdelfino9-0/+1215