summaryrefslogtreecommitdiffstats
path: root/cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-27Moved some sources up in the directory tree to attempt to simplify the direct...jsdelfino64-31/+53
2009-09-27Strawman implementation of a mini script evaluation library, which can be use...jsdelfino10-0/+1234
2009-09-27Created etc directory, with useful svn-config, svn-ignore and git-exclude con...jsdelfino4-0/+265
2009-09-26Minor cleanup, added error checking.jsdelfino1-18/+21
2009-09-26Added a variant of store that implements the business logic as a set of funct...jsdelfino17-21/+684
2009-09-26Added some test cases, util functions to read/write XML and a command line te...jsdelfino7-2/+948
2009-09-26Refactored the value class. Cleaned up usage of namespaces to remove side eff...jsdelfino14-221/+518
2009-09-26Removed workaround from the SCA schema as it's not fixing the ambiguous parti...jsdelfino4-24/+46
2009-09-26Added ChangeLog back as it's needed by the build tools.jsdelfino1-0/+0
2009-09-14Porting store composites to the latest schemas.jsdelfino3-30/+30
2009-09-14Cleaned up old out of sync build artifacts.jsdelfino50-8710/+0
2009-09-14Fixed sample namespaces, changed from tuscany to store. Also adjusted ifndef ...jsdelfino9-34/+51
2009-09-14Adjusted makefiles and configure.ac to start to build the store sample.jsdelfino3-2/+18
2009-09-14Utility functions and headers used by the sample store app, function objects,...jsdelfino4-0/+1193
2009-09-14Starting to implement the store sample in C++. Assembling the components manu...jsdelfino13-0/+744
2009-09-14Added a few more svn ignores and git excludes.jsdelfino2-3/+6
2009-09-14Reusing SCDL 1.1 xsds from assembly-xsd module.jsdelfino41-0/+3904
2009-09-06Made javadoc build optional for now as it pollutes the logs and confuses the ...jsdelfino2-1/+2
2009-09-06Moved configuration of CXXFLAGS compile options to configure.ac script to mak...jsdelfino21-45/+16
2009-09-06Updated svn:ignore property config file. Added Git exclude config file.jsdelfino2-1/+65
2009-09-06More fixes to the autoconf build. Fixed Samples and Distros builds.jsdelfino23-470/+258
2009-08-24Minor changes to the Autoconf build files. SCA and SDO builds are working again.jsdelfino10-45/+15
2009-08-24Restored Linux Autoconf build files from 1.0-M3 tag to get the SCA build work...jsdelfino95-0/+3218
2008-10-20Added some debug to help why the runtime fails to load extension modulesslaws1-0/+3
2008-10-20TUSCANY-2643 - Patch supplied by Julien Bigot to correct the handling of comp...slaws7-17/+145
2008-06-25applying TUSCANY-2439 fix to the Native SDO repoadrianocrestani3-23/+29