.. |
config.hpp
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +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
|
Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detection, and support REST-style JSON and XML payloads in server handler and client proxy.
|
2010-12-24 02:54:39 +00:00 |
fstream.hpp
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +00:00 |
function.hpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |
gc.hpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +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
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +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
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +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
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +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
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |
stream.hpp
|
Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detection, and support REST-style JSON and XML payloads in server handler and client proxy.
|
2010-12-24 02:54:39 +00:00 |
string-test.cpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |
string.hpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |
tree.hpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |
value.hpp
|
Correctly pass query strings through component wiring redirects and improve format of XML and JSON response documents.
|
2011-02-26 20:59:35 +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
|
Correctly pass query strings through component wiring redirects and improve format of XML and JSON response documents.
|
2011-02-26 20:59:35 +00:00 |
xsd-test.cpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |