From ae0b7c0063db6236be2d7cf01ddbf2159f77c98c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 11 Dec 2012 03:51:03 +0000 Subject: Port kernel to C++11 and refactor some of the core modules. Convert functors 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 --- sca-cpp/trunk/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sca-cpp/trunk/.gitignore') diff --git a/sca-cpp/trunk/.gitignore b/sca-cpp/trunk/.gitignore index cb61e71d6c..fc7f1cb1c9 100644 --- a/sca-cpp/trunk/.gitignore +++ b/sca-cpp/trunk/.gitignore @@ -61,8 +61,8 @@ cache-manifest.cmf *-min.html *-min.js *-min.css +*.b64 intro*.png -intro*.b64 depcomp install-sh ltmain.sh @@ -138,8 +138,8 @@ js-shell file-test test-start* test-stop* -xml-value -value-xml +xml-element +element-xml json-value value-json element-value -- cgit v1.2.3