[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2046-g741f583

Stephen Kelly steveire at gmail.com
Mon Apr 7 12:10:58 EDT 2014


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  741f5836e60308d0509cf45b1fca6e32488f162e (commit)
       via  e721a1b3954232f1ce5476812ad88c86c8bcb24d (commit)
      from  4a8ed816dfb7b0b18168a492c481fd97b54d2ade (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=741f5836e60308d0509cf45b1fca6e32488f162e
commit 741f5836e60308d0509cf45b1fca6e32488f162e
Merge: 4a8ed81 e721a1b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Apr 7 12:10:58 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 7 12:10:58 2014 -0400

    Merge topic 'target_compile_features' into next
    
    e721a1b3 Add missing file.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e721a1b3954232f1ce5476812ad88c86c8bcb24d
commit e721a1b3954232f1ce5476812ad88c86c8bcb24d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Apr 7 18:10:36 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Apr 7 18:10:36 2014 +0200

    Add missing file.

diff --git a/Tests/CompileFeatures/cxx_auto_type.cpp b/Tests/CompileFeatures/cxx_auto_type.cpp
new file mode 100644
index 0000000..7dbf04f
--- /dev/null
+++ b/Tests/CompileFeatures/cxx_auto_type.cpp
@@ -0,0 +1,5 @@
+
+void someFunc()
+{
+  auto x = 3.14;
+}

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

Summary of changes:
 Tests/CompileFeatures/cxx_auto_type.cpp |    5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 Tests/CompileFeatures/cxx_auto_type.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list