]> git.sesse.net Git - xml-template/commitdiff
Rename C++0x port to C++11, since that will be the official name.
authorsgunderson@bigfoot.com <>
Thu, 22 Sep 2011 00:17:20 +0000 (02:17 +0200)
committersgunderson@bigfoot.com <>
Thu, 22 Sep 2011 00:17:20 +0000 (02:17 +0200)
15 files changed:
c++11/Makefile [moved from c++0x/Makefile with 100% similarity]
c++11/attribute-empty.cpp [moved from c++0x/attribute-empty.cpp with 100% similarity]
c++11/attribute.cpp [moved from c++0x/attribute.cpp with 100% similarity]
c++11/attribute2.cpp [moved from c++0x/attribute2.cpp with 100% similarity]
c++11/attribute3.cpp [moved from c++0x/attribute3.cpp with 100% similarity]
c++11/clone.cpp [moved from c++0x/clone.cpp with 100% similarity]
c++11/include.cpp [moved from c++0x/include.cpp with 100% similarity]
c++11/namespace.cpp [moved from c++0x/namespace.cpp with 100% similarity]
c++11/namespace2.cpp [moved from c++0x/namespace2.cpp with 100% similarity]
c++11/passthru.cpp [moved from c++0x/passthru.cpp with 100% similarity]
c++11/simple.cpp [moved from c++0x/simple.cpp with 100% similarity]
c++11/structure.cpp [moved from c++0x/structure.cpp with 100% similarity]
c++11/xml-template.cpp [moved from c++0x/xml-template.cpp with 100% similarity]
c++11/xml-template.h [moved from c++0x/xml-template.h with 100% similarity]
tests/test.sh

similarity index 100%
rename from c++0x/Makefile
rename to c++11/Makefile
similarity index 100%
rename from c++0x/attribute.cpp
rename to c++11/attribute.cpp
similarity index 100%
rename from c++0x/attribute2.cpp
rename to c++11/attribute2.cpp
similarity index 100%
rename from c++0x/attribute3.cpp
rename to c++11/attribute3.cpp
similarity index 100%
rename from c++0x/clone.cpp
rename to c++11/clone.cpp
similarity index 100%
rename from c++0x/include.cpp
rename to c++11/include.cpp
similarity index 100%
rename from c++0x/namespace.cpp
rename to c++11/namespace.cpp
similarity index 100%
rename from c++0x/namespace2.cpp
rename to c++11/namespace2.cpp
similarity index 100%
rename from c++0x/passthru.cpp
rename to c++11/passthru.cpp
similarity index 100%
rename from c++0x/simple.cpp
rename to c++11/simple.cpp
similarity index 100%
rename from c++0x/structure.cpp
rename to c++11/structure.cpp
similarity index 100%
rename from c++0x/xml-template.h
rename to c++11/xml-template.h
index 600f0955d3a9d0e47e4f87cc1f5ba457ede73d99..ba04ecd51f276e39b84ffb0372c0c7b94b57a5fc 100755 (executable)
@@ -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