From 9673065348fb768fd794926406236263e3ed875c Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Thu, 22 Sep 2011 02:17:20 +0200 Subject: [PATCH] Rename C++0x port to C++11, since that will be the official name. --- {c++0x => c++11}/Makefile | 0 {c++0x => c++11}/attribute-empty.cpp | 0 {c++0x => c++11}/attribute.cpp | 0 {c++0x => c++11}/attribute2.cpp | 0 {c++0x => c++11}/attribute3.cpp | 0 {c++0x => c++11}/clone.cpp | 0 {c++0x => c++11}/include.cpp | 0 {c++0x => c++11}/namespace.cpp | 0 {c++0x => c++11}/namespace2.cpp | 0 {c++0x => c++11}/passthru.cpp | 0 {c++0x => c++11}/simple.cpp | 0 {c++0x => c++11}/structure.cpp | 0 {c++0x => c++11}/xml-template.cpp | 0 {c++0x => c++11}/xml-template.h | 0 tests/test.sh | 6 +++--- 15 files changed, 3 insertions(+), 3 deletions(-) rename {c++0x => c++11}/Makefile (100%) rename {c++0x => c++11}/attribute-empty.cpp (100%) rename {c++0x => c++11}/attribute.cpp (100%) rename {c++0x => c++11}/attribute2.cpp (100%) rename {c++0x => c++11}/attribute3.cpp (100%) rename {c++0x => c++11}/clone.cpp (100%) rename {c++0x => c++11}/include.cpp (100%) rename {c++0x => c++11}/namespace.cpp (100%) rename {c++0x => c++11}/namespace2.cpp (100%) rename {c++0x => c++11}/passthru.cpp (100%) rename {c++0x => c++11}/simple.cpp (100%) rename {c++0x => c++11}/structure.cpp (100%) rename {c++0x => c++11}/xml-template.cpp (100%) rename {c++0x => c++11}/xml-template.h (100%) diff --git a/c++0x/Makefile b/c++11/Makefile similarity index 100% rename from c++0x/Makefile rename to c++11/Makefile diff --git a/c++0x/attribute-empty.cpp b/c++11/attribute-empty.cpp similarity index 100% rename from c++0x/attribute-empty.cpp rename to c++11/attribute-empty.cpp diff --git a/c++0x/attribute.cpp b/c++11/attribute.cpp similarity index 100% rename from c++0x/attribute.cpp rename to c++11/attribute.cpp diff --git a/c++0x/attribute2.cpp b/c++11/attribute2.cpp similarity index 100% rename from c++0x/attribute2.cpp rename to c++11/attribute2.cpp diff --git a/c++0x/attribute3.cpp b/c++11/attribute3.cpp similarity index 100% rename from c++0x/attribute3.cpp rename to c++11/attribute3.cpp diff --git a/c++0x/clone.cpp b/c++11/clone.cpp similarity index 100% rename from c++0x/clone.cpp rename to c++11/clone.cpp diff --git a/c++0x/include.cpp b/c++11/include.cpp similarity index 100% rename from c++0x/include.cpp rename to c++11/include.cpp diff --git a/c++0x/namespace.cpp b/c++11/namespace.cpp similarity index 100% rename from c++0x/namespace.cpp rename to c++11/namespace.cpp diff --git a/c++0x/namespace2.cpp b/c++11/namespace2.cpp similarity index 100% rename from c++0x/namespace2.cpp rename to c++11/namespace2.cpp diff --git a/c++0x/passthru.cpp b/c++11/passthru.cpp similarity index 100% rename from c++0x/passthru.cpp rename to c++11/passthru.cpp diff --git a/c++0x/simple.cpp b/c++11/simple.cpp similarity index 100% rename from c++0x/simple.cpp rename to c++11/simple.cpp diff --git a/c++0x/structure.cpp b/c++11/structure.cpp similarity index 100% rename from c++0x/structure.cpp rename to c++11/structure.cpp diff --git a/c++0x/xml-template.cpp b/c++11/xml-template.cpp similarity index 100% rename from c++0x/xml-template.cpp rename to c++11/xml-template.cpp diff --git a/c++0x/xml-template.h b/c++11/xml-template.h similarity index 100% rename from c++0x/xml-template.h rename to c++11/xml-template.h diff --git a/tests/test.sh b/tests/test.sh index 600f095..ba04ecd 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -4,7 +4,7 @@ if [ -z "$TESTS" ]; then TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty namespace namespace2 structure" fi if [ -z "$LANGUAGES" ]; then - LANGUAGES="perl perl-sax php4 php5 python ruby c++0x" + LANGUAGES="perl perl-sax php4 php5 python ruby c++11" fi for L in $LANGUAGES; do @@ -30,8 +30,8 @@ for L in $LANGUAGES; do if [ "$L" = "ruby" ]; then ruby -I../ruby ../ruby/$T.rb > $TEMPFILE fi - if [ "$L" = "c++0x" ]; then - ( cd ../c++0x && make -s $T ) && ../c++0x/$T > $TEMPFILE + if [ "$L" = "c++11" ]; then + ( cd ../c++11 && make -s $T ) && ../c++11/$T > $TEMPFILE fi perl ./xml-diff.pl $TEMPFILE reference/$T.xml -- 2.39.2