.. |
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
|
Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefinition.
|
2010-02-25 06:41:37 +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
|
Added asserts to memory alloc functions. Fixed JSON request construction to support char func names. Reduced size of test messages to speed up test cases.
|
2010-01-17 09:03:01 +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
|
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 |
lambda-test.cpp
|
Add a test for lambda expressions with gcc-4.5 and change build script to require gcc-4.5.
|
2010-04-17 20:21:32 +00:00 |
list.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 |
Makefile.am
|
Add a test for lambda expressions with gcc-4.5 and change build script to require gcc-4.5.
|
2010-04-17 20:21:32 +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
|
Moved server configuration to HTTPD postConfig phase, to avoid running configuration commands twice and added a way for runtime modules and components to handle start/restart/stop events. Improved build scripts a little, to not depend on external environment variables.
|
2010-02-07 00:36:25 +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
|
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 |
stream.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 |
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
|
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 |
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
|
Moved component start calls from HTTPD postConfig to childInit, to give components an opportunity to start and setup connections and resources in each HTTPD child process. Adjusted utility components and test cases to this change. Minor code cleanup of Java components and integration tests.
|
2010-02-22 06:08:34 +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
|
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 |
xsd-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 |