summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino2009-11-1647-5765/+0
* Added test cases and scripts to test the HTTP binding support. Refactored htt...jsdelfino2009-11-1615-606/+1219
* 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-1617-87/+760
* Fixed support for nested elements and lists. Improved failure/error reporting...jsdelfino2009-11-163-33/+50
* Minor refactoring of read/write functions and primitive procs. Added function...jsdelfino2009-11-0128-324/+1027
* Improved memory management using APR memory pools, changed frame allocation i...jsdelfino2009-11-019-74/+92
* Added test cases to make check build target. Changed store-script to interop ...jsdelfino2009-10-2611-107/+1167
* Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino2009-10-2612-110/+245
* Some fixes to the JSON and httpd support. Added support for Atom. Adjusted st...jsdelfino2009-10-187-79/+429
* 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
* Added support for JSON-RPC to httpd module. Fixed issues with double numbers ...jsdelfino2009-10-114-116/+242
* Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino2009-10-114-15/+15
* Strawman implementation of an HTTPD module, like the extensions/rest/service ...jsdelfino2009-10-053-1/+356
* Changed XML and JSON databindings to use lazy lists and writer functions inst...jsdelfino2009-10-052-53/+54
* Strawman implementation of a JSON data binding.jsdelfino2009-10-034-2/+450
* 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-2710-0/+1234