summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrated python 2.6 interpreter in modules/python. The integration is much ↵jsdelfino2010-01-058-2/+806
| | | | | | simpler than before as it now uses kernel dynamic values and lambda functions to call from/to python. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895953 13f79535-47bb-0310-9956-ffa450edef68
* Refactored eval module to avoid confusion with the python eval module.jsdelfino2010-01-0516-76/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895952 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up lifecycle handling of objects that hold library and file ↵jsdelfino2010-01-0215-145/+186
| | | | | | resources. Fixed pool stack initialization concurrency issue. Re-enabled watch strings to help watch compound values in debugger. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895305 13f79535-47bb-0310-9956-ffa450edef68
* Fixed build error with --enable-threads option.jsdelfino2010-01-022-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895170 13f79535-47bb-0310-9956-ffa450edef68
* Performance improvements when running both in multi-threaded and pre-forked ↵jsdelfino2010-01-0255-1685/+2649
| | | | | | HTTPD. Changed memory management to use Apache APR pools instead of ref counting pointers as it's much faster and easier to integrate with the Python and Ruby interpreters. Changed to use simple pool-based string and stream implementations instead of the STL ones, which cause a lots of mutex locks in a multi-threaded environment. Added build options to compile with threading and profiling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895165 13f79535-47bb-0310-9956-ffa450edef68
* Updated svn and git ignores. Removed -pg build option from non-debug build ↵jsdelfino2009-12-262-4/+3
| | | | | | config. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893940 13f79535-47bb-0310-9956-ffa450edef68
* Simplified server configuration, HTTPD modules now use deployment composite ↵jsdelfino2009-12-2624-422/+515
| | | | | | to route service requests, minor fixes to store integration test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893939 13f79535-47bb-0310-9956-ffa450edef68
* Added missing const qualifiers, macros and util functions to help debugging, ↵jsdelfino2009-12-2615-366/+515
| | | | | | and a simple balanced tree implementation for use in lookup tables. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893938 13f79535-47bb-0310-9956-ffa450edef68
* Added timing functions to measure performance, removed unused cache support, ↵jsdelfino2009-12-2641-1862/+561
| | | | | | refactored and removed some obsolete tests and adjusted build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893937 13f79535-47bb-0310-9956-ffa450edef68
* Updated svn:ignore property. Redirect log output.jsdelfino2009-11-302-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885357 13f79535-47bb-0310-9956-ffa450edef68
* More build improvements, added a configure option to turn on debugging and ↵jsdelfino2009-11-3023-38/+162
| | | | | | 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
* Fixes to the http client, httpd modules and memcached component to get the ↵jsdelfino2009-11-3031-281/+723
| | | | | | store and shopping cart test case working end to end. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885349 13f79535-47bb-0310-9956-ffa450edef68
* Added debug macros and cleaned up debug logging. Added locking macros used ↵jsdelfino2009-11-3020-138/+417
| | | | | | when compiling for multithreading. Fixed value conversions to numbers. Fixed compile warnings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885348 13f79535-47bb-0310-9956-ffa450edef68
* Configured svn:ignore properties.jsdelfino2009-11-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883260 13f79535-47bb-0310-9956-ffa450edef68
* Fixed build break. Added missing dir and fix server configuration script.jsdelfino2009-11-234-1/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883256 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the automake build using configure options instead of environment ↵jsdelfino2009-11-23895-2826/+1072
| | | | | | 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
* Refactored memcached support into an SCA component. Moved cache monad ↵jsdelfino2009-11-2312-78/+270
| | | | | | functions to kernel. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883250 13f79535-47bb-0310-9956-ffa450edef68
* Refactored httpd server integration, split http support and server logic in ↵jsdelfino2009-11-2337-912/+1575
| | | | | | two modules. Added functions to load component implementations packaged as dynamic libraries. Minor monad code cleanup, converted cast operators to separate functions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883249 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino2009-11-161040-0/+104340
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880633 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving tag under sca-cpp/tags.jsdelfino2009-11-161087-0/+104670
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880623 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving tag under sca-cpp/tags.jsdelfino2009-11-16751-0/+100024
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880622 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving tag under sca-cpp/tags.jsdelfino2009-11-16526-0/+53662
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880619 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving tag under sca-cpp/tags.jsdelfino2009-11-161374-0/+155783
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880618 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving tag under sca-cpp/tags.jsdelfino2009-11-161115-0/+124229
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880617 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up SVN structure, moving branch under sca-cpp/branches.jsdelfino2009-11-161115-0/+124230
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880612 13f79535-47bb-0310-9956-ffa450edef68