[Cmake-commits] CMake branch, next, updated. v2.8.12.1-4947-g4e588d7

Stephen Kelly steveire at gmail.com
Sat Nov 9 05:45:17 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  4e588d7cf4480906f8cfd6ce8d4e67c6dc3d4e41 (commit)
       via  e2467c4d55ad5a212563672dd96ab5d42616ffa4 (commit)
      from  2204dc7aab8c1203ff8b423818c2dabf4912d727 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4e588d7cf4480906f8cfd6ce8d4e67c6dc3d4e41
commit 4e588d7cf4480906f8cfd6ce8d4e67c6dc3d4e41
Merge: 2204dc7 e2467c4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 9 05:45:13 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 9 05:45:13 2013 -0500

    Merge topic 'target_compile_features' into next
    
    e2467c4 Add missing test files.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e2467c4d55ad5a212563672dd96ab5d42616ffa4
commit e2467c4d55ad5a212563672dd96ab5d42616ffa4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 9 11:44:30 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Nov 9 11:44:30 2013 +0100

    Add missing test files.

diff --git a/Tests/CMakeCommands/target_compile_features/gnuxx_typeof_test.cpp b/Tests/CMakeCommands/target_compile_features/gnuxx_typeof_test.cpp
new file mode 100644
index 0000000..3b8532e
--- /dev/null
+++ b/Tests/CMakeCommands/target_compile_features/gnuxx_typeof_test.cpp
@@ -0,0 +1,6 @@
+
+int main(int argc, char **argv)
+{
+  typeof(argc) ret = 0;
+  return ret;
+}
diff --git a/Tests/CMakeCommands/target_compile_features/msvcxx_sealed_test.cpp b/Tests/CMakeCommands/target_compile_features/msvcxx_sealed_test.cpp
new file mode 100644
index 0000000..75fde8b
--- /dev/null
+++ b/Tests/CMakeCommands/target_compile_features/msvcxx_sealed_test.cpp
@@ -0,0 +1,7 @@
+
+class A sealed {};
+
+int main(int argc, char **argv)
+{
+
+}

-----------------------------------------------------------------------

Summary of changes:
 .../target_compile_features/gnuxx_typeof_test.cpp} |    2 +-
 .../msvcxx_sealed_test.cpp}                        |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
 copy Tests/{CxxDialect/use_typeof.cxx => CMakeCommands/target_compile_features/gnuxx_typeof_test.cpp} (57%)
 copy Tests/{RunCMake/CompatibleInterface/main.cpp => CMakeCommands/target_compile_features/msvcxx_sealed_test.cpp} (63%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list