summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino2009-11-1647-5765/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880633 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases and scripts to test the HTTP binding support. Refactored ↵jsdelfino2009-11-1615-606/+1219
| | | | | | httpd module and added a wiring httpd module. Implementation of the store demo prepared for ApacheCon. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880601 13f79535-47bb-0310-9956-ffa450edef68
* Fixed parsing of comments. Added functions to read scripts and more test cases.jsdelfino2009-11-164-28/+99
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880600 13f79535-47bb-0310-9956-ffa450edef68
* Added SCDL parsing functions. Refactored cache support with disk-cached ↵jsdelfino2009-11-1617-87/+760
| | | | | | functions that can be used to cache SCDL files. Minor makefile updates to get build and ctags working on Ubuntu 9.10. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880599 13f79535-47bb-0310-9956-ffa450edef68
* Fixed support for nested elements and lists. Improved failure/error ↵jsdelfino2009-11-163-33/+50
| | | | | | reporting monad. Minor code cleanup. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880598 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring of read/write functions and primitive procs. Added ↵jsdelfino2009-11-0128-324/+1027
| | | | | | functions to help store data in memcached. Fixes to HTTP support and more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831640 13f79535-47bb-0310-9956-ffa450edef68
* Improved memory management using APR memory pools, changed frame allocation ↵jsdelfino2009-11-019-74/+92
| | | | | | in eval library to support forward references and fixed memory leak in XML parsing code. Also simplified a bit the printing of lists to make them easier to read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831639 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases to make check build target. Changed store-script to interop ↵jsdelfino2009-10-2611-107/+1167
| | | | | | with java store sample. Added reference support to http module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829700 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring, given each module its own namespace. Added utility ↵jsdelfino2009-10-2612-110/+245
| | | | | | functions to convert between values elements/attributes and fixed XML, ATOM and JSON serialization of lists. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829699 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes to the JSON and httpd support. Added support for Atom. Adjusted ↵jsdelfino2009-10-187-79/+429
| | | | | | store test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826545 13f79535-47bb-0310-9956-ffa450edef68
* Renamed xml-test to xsd-test. Added another test under modules/eval.jsdelfino2009-10-182-1/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826544 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup, refactored list functions and cleaned up function names, ↵jsdelfino2009-10-186-21/+18
| | | | | | moved support for elements to a new header file. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826543 13f79535-47bb-0310-9956-ffa450edef68
* Added support for JSON-RPC to httpd module. Fixed issues with double numbers ↵jsdelfino2009-10-114-116/+242
| | | | | | in json.hpp. Added store .html and .js files to store test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823982 13f79535-47bb-0310-9956-ffa450edef68
* Some code cleanup, removed unused functions, changed == empty-list to isNil ↵jsdelfino2009-10-114-15/+15
| | | | | | to avoid unnecessary construction of empty lists, replaced some casts by generic declarations. Added simple maybe, failable and state monad classes to help return optional objects or failures and carry state around. Added utility functions to zip and unzip list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823981 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of an HTTPD module, like the extensions/rest/service ↵jsdelfino2009-10-053-1/+356
| | | | | | module, but simpler. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821716 13f79535-47bb-0310-9956-ffa450edef68
* Changed XML and JSON databindings to use lazy lists and writer functions ↵jsdelfino2009-10-052-53/+54
| | | | | | instead of STL streams, to help integrate them with HTTPD and CURL, which don't use streams. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821715 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of a JSON data binding.jsdelfino2009-10-034-2/+450
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821429 13f79535-47bb-0310-9956-ffa450edef68
* Added minimal support for comments. Removed build output from version control.jsdelfino2009-10-033-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821428 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup.jsdelfino2009-10-032-8/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821427 13f79535-47bb-0310-9956-ffa450edef68
* Removed explicit C++ keywords to let the compiler perform the necessary ↵jsdelfino2009-10-037-64/+63
| | | | | | conversions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821426 13f79535-47bb-0310-9956-ffa450edef68
* Refactored store tests and moved them under test/. Simplified the script ↵jsdelfino2009-10-038-213/+134
| | | | | | evaluation logic a little, added an apply procedure and support for variable lists of args. Added a test case that assembles the store app using a script. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821425 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of a mini script evaluation library, which can be ↵jsdelfino2009-09-2710-0/+1234
used for simple test case components without requiring integration with bigger and more complex 3rd party script engines like Ruby or Python. That way the core test cases should work without requiring the more complex Python or Ruby extensions to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819393 13f79535-47bb-0310-9956-ffa450edef68