summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel/list.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Support sorting database search results by rank, and add a rank attribute to ...jsdelfino1-0/+11
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-34/+34
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino1-68/+150
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ...jsdelfino1-130/+80
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino1-4/+6
2012-01-16Add a partitioner component, which combined with a selector component can be ...jsdelfino1-2/+30
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino1-1/+1
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-3/+3
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino1-3/+31
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino1-7/+6
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino1-1/+1
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-63/+47
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino1-27/+100
2009-11-30Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino1-16/+35
2009-11-16Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.jsdelfino1-0/+0
2009-11-16Fixed support for nested elements and lists. Improved failure/error reporting...jsdelfino1-8/+1
2009-11-01Improved memory management using APR memory pools, changed frame allocation i...jsdelfino1-1/+28
2009-10-26Minor refactoring, given each module its own namespace. Added utility functio...jsdelfino1-23/+48
2009-10-18Minor code cleanup, refactored list functions and cleaned up function names, ...jsdelfino1-25/+57
2009-10-11Some code cleanup, removed unused functions, changed == empty-list to isNil t...jsdelfino1-8/+36
2009-10-03Removed explicit C++ keywords to let the compiler perform the necessary conve...jsdelfino1-1/+1
2009-10-03Refactored store tests and moved them under test/. Simplified the script eval...jsdelfino1-2/+2
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-16/+47
2009-09-14Utility functions and headers used by the sample store app, function objects,...jsdelfino1-0/+348