summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-17Minor cleanup of README, INSTALL, and remove an obsolete sample.jsdelfino1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301985 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino1-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201614 13f79535-47bb-0310-9956-ffa450edef68
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194947 13f79535-47bb-0310-9956-ffa450edef68
2011-08-28Implement an OpenCL component implementation evaluator. Add OpenCL tests, ↵jsdelfino1-0/+1
working on Ubuntu and MacOS with both CPU and NVIDIA and ATI GPUs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162473 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Port to Mac OS X 10.6.7.jsdelfino1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
2011-03-13Add a reusable component that returns the contents of a configured url.jsdelfino1-6/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081203 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ↵jsdelfino1-1/+1
run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034963 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998571 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15Upgrade build scripts to on Ubuntu 10.04.jsdelfino1-8/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix distribution build, add missing files and samples and fix path to ↵jsdelfino1-1/+24
libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16Add Apache Libcloud support to the build.jsdelfino1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944912 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Update README description of how to get the source code.jsdelfino1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943807 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Move samples to samples directory.jsdelfino1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943805 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04Create build structure for an SQL database component. Add dependencies to ↵jsdelfino1-2/+3
postgresql and tinycdb to build scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930635 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27Change automated build to build curl from source instead of using the deb ↵jsdelfino1-0/+2
libcurl package as it's back-level on Ubuntu 9.04. Adjust INSTALL instructions as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928231 13f79535-47bb-0310-9956-ffa450edef68
2010-02-28Minor README cleanup. Fixed permissions on COPYING and LICENSE files.jsdelfino1-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917285 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01Added build configuration and dependencies for chat and queue components.jsdelfino1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@905203 13f79535-47bb-0310-9956-ffa450edef68
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. ↵jsdelfino1-4/+8
Consolidated a bit the HTTPD redirect functions (used to redirect to mod_axis2.) Minor updates to the README and INSTALL files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904733 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library ↵jsdelfino1-1/+4
runtime search path and not require LD_LIBRARY_PATH anymore. Refactored test shell scripts and added a store-cpp integration test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900073 13f79535-47bb-0310-9956-ffa450edef68
2009-11-30More build improvements, added a configure option to turn on debugging and ↵jsdelfino1-4/+43
profiling, fixed compile and link options to support multithreading where applicable, moved non-building tools to contrib, and adjusted the top readmes and build instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885350 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23Simplified the automake build using configure options instead of environment ↵jsdelfino1-74/+25
variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883254 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880633 13f79535-47bb-0310-9956-ffa450edef68