summaryrefslogtreecommitdiffstats
path: root/cpp/sca/samples/store/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored store tests and moved them under test/. Simplified the script ↵jsdelfino2009-10-031-27/+0
| | | | | | 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
* Moved some sources up in the directory tree to attempt to simplify the ↵jsdelfino2009-09-271-1/+1
| | | | | | directory structure a bit, and some minor refactoring. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819394 13f79535-47bb-0310-9956-ffa450edef68
* Added a variant of store that implements the business logic as a set of ↵jsdelfino2009-09-261-20/+6
| | | | | | functions stringed together instead of classes, to help see how that style can help simplify the component assembly process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819222 13f79535-47bb-0310-9956-ffa450edef68
* Starting to implement the store sample in C++. Assembling the components ↵jsdelfino2009-09-141-0/+41
manually in code for now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814480 13f79535-47bb-0310-9956-ffa450edef68