summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-18Some fixes to the JSON and httpd support. Added support for Atom. Adjusted st...jsdelfino7-79/+429
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-11Added support for JSON-RPC to httpd module. Fixed issues with double numbers ...jsdelfino4-116/+242
2009-10-11Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino4-15/+15
2009-10-05Strawman implementation of an HTTPD module, like the extensions/rest/service ...jsdelfino3-1/+356
2009-10-05Changed XML and JSON databindings to use lazy lists and writer functions inst...jsdelfino2-53/+54
2009-10-03Strawman implementation of a JSON data binding.jsdelfino4-2/+450
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...jsdelfino10-0/+1234