apache-tuscany/sca-cpp/trunk/kernel
2010-08-29 03:19:48 +00:00
..
config.hpp Improvements to autoconf build to make support for python, web service etc and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built. 2010-01-11 08:30:15 +00:00
dynlib-test.cpp Improvements to autoconf build to make support for python, web service etc and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built. 2010-01-11 08:30:15 +00:00
dynlib.hpp Cleaned up lifecycle handling of objects that hold library and file resources. Fixed pool stack initialization concurrency issue. Re-enabled watch strings to help watch compound values in debugger. 2010-01-02 22:13:15 +00:00
element.hpp Working queue and chat components. Added a few useful start/stop scripts. Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements. 2010-02-17 04:14:31 +00:00
fstream.hpp Script fixes to get database working with the HTTPS-enabled store-cluster sample configuration. Also some logging improvements and aggregation of the sample logs using scribe. 2010-08-19 04:10:43 +00:00
function.hpp Improvements to autoconf build to make support for python, web service etc and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built. 2010-01-11 08:30:15 +00:00
gc.hpp Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS and add HTTPS config to store-cluster sample. 2010-08-14 18:46:26 +00:00
hash-test.cpp Add various utility hash functions, useful to hash and retrieve keys from a datastore. 2010-04-12 06:57:32 +00:00
hash.hpp Add various utility hash functions, useful to hash and retrieve keys from a datastore. 2010-04-12 06:57:32 +00:00
kernel-test.cpp Make sure components execute in the correct contribution directory and fix support for Python relative module imports. 2010-08-29 03:19:48 +00:00
lambda-test.cpp Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically. 2010-05-29 19:44:35 +00:00
list.hpp Test Postgresql hot standby + replication and integrated Postgresql database in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. 2010-08-16 06:15:24 +00:00
Makefile.am Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically. 2010-05-29 19:44:35 +00:00
mem-test.cpp Performance improvements when running both in multi-threaded and pre-forked 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. 2010-01-02 10:27:26 +00:00
monad.hpp Script fixes to get database working with the HTTPS-enabled store-cluster sample configuration. Also some logging improvements and aggregation of the sample logs using scribe. 2010-08-19 04:10:43 +00:00
parallel-test.cpp Improvements to autoconf build to make support for python, web service etc and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built. 2010-01-11 08:30:15 +00:00
parallel.hpp Working queue and chat components. Added a few useful start/stop scripts. Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements. 2010-02-17 04:14:31 +00:00
perf.hpp Added timing functions to measure performance, removed unused cache support, refactored and removed some obsolete tests and adjusted build. 2009-12-26 03:25:16 +00:00
sstream.hpp Make sure components execute in the correct contribution directory and fix support for Python relative module imports. 2010-08-29 03:19:48 +00:00
stream.hpp Script fixes to get database working with the HTTPS-enabled store-cluster sample configuration. Also some logging improvements and aggregation of the sample logs using scribe. 2010-08-19 04:10:43 +00:00
string-test.cpp Performance improvements when running both in multi-threaded and pre-forked 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. 2010-01-02 10:27:26 +00:00
string.hpp Minimal support for implementation.widget, using simplified (and generic) JSONRPC and ATOMPub Javascript proxies. Minor changes to the server runtime to serve reference requests from widgets. Adjust and simplified samples using the widget support. 2010-07-01 06:04:35 +00:00
tree.hpp Performance improvements when running both in multi-threaded and pre-forked 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. 2010-01-02 10:27:26 +00:00
value.hpp Test Postgresql hot standby + replication and integrated Postgresql database in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. 2010-08-16 06:15:24 +00:00
xml-test.cpp Working Web service component using Axis2C 1.6. Some fixes to the JSON conversion functions to correctly handle all cases of nested objects and arrays. Added support for component properties, the Web service component has a URI property that can be configured to the address of the target Web service. 2010-01-24 09:27:52 +00:00
xml.hpp Add support for RSS feeds and minor fixes to ATOM support. 2010-05-31 02:29:45 +00:00
xsd-test.cpp Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Add SCDL schema validation test case. 2010-06-02 02:56:25 +00:00