summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel/gc.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino1-29/+105
2011-09-04Build with Clang/LLVM when available.jsdelfino1-18/+19
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino1-2/+33
2011-06-28Port to Mac OS X 10.6.7.jsdelfino1-0/+40
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino1-6/+23
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-9/+9
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-1/+11
2010-01-17Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino1-25/+31
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino1-2/+2
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-39/+51
2010-01-02Fixed build error with --enable-threads option.jsdelfino1-2/+2
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-284/+121
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino1-4/+3
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-6/+24
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino1-0/+135
2009-10-03Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino1-3/+3
2009-09-27Moved some sources up in the directory tree to attempt to simplify the direct...jsdelfino1-0/+0
2009-09-26Refactored the value class. Cleaned up usage of namespaces to remove side eff...jsdelfino1-13/+13
2009-09-14Utility functions and headers used by the sample store app, function objects,...jsdelfino1-0/+269