summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino47-5765/+0
2009-11-16Added test cases and scripts to test the HTTP binding support. Refactored htt...jsdelfino15-606/+1219
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...jsdelfino17-87/+760
2009-11-16Fixed support for nested elements and lists. Improved failure/error reporting...jsdelfino3-33/+50
2009-11-01Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino28-324/+1027
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino9-74/+92
2009-10-26Added test cases to make check build target. Changed store-script to interop ...jsdelfino11-107/+1167
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino12-110/+245
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