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