summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel/lambda-test.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-11Port kernel to C++11 and refactor some of the core modules. Convert functors ↵jsdelfino1-13/+12
to lambdas, and add C++ const, noexcept and inline annotations to get more efficient generated code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1419985 13f79535-47bb-0310-9956-ffa450edef68
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361917 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04Build with Clang/LLVM when available.jsdelfino1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164964 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix distribution build, add missing files and samples and fix path to ↵jsdelfino1-0/+25
libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Add a test for lambda expressions with gcc-4.5 and change build script to ↵jsdelfino1-0/+77
require gcc-4.5. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935247 13f79535-47bb-0310-9956-ffa450edef68