[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-822-gc0b0649

Stephen Kelly steveire at gmail.com
Tue Nov 25 02:17:00 EST 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  c0b0649eeb6fc4f8dcd55fcab140668c2ef61f4b (commit)
       via  1ea1443cb422c97f989919de5227e9a063500302 (commit)
      from  c3ae9da0c6588de9abcbdaf5e12ada68f8e3c06f (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=c0b0649eeb6fc4f8dcd55fcab140668c2ef61f4b
commit c0b0649eeb6fc4f8dcd55fcab140668c2ef61f4b
Merge: c3ae9da 1ea1443
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 25 02:16:59 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 25 02:16:59 2014 -0500

    Merge topic 'C-features-Wundef' into next
    
    1ea1443c Missing file.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1ea1443cb422c97f989919de5227e9a063500302
commit 1ea1443cb422c97f989919de5227e9a063500302
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 25 08:16:27 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Nov 25 08:16:27 2014 +0100

    Missing file.

diff --git a/Tests/Module/WriteCompilerDetectionHeader/c_undefined.c b/Tests/Module/WriteCompilerDetectionHeader/c_undefined.c
new file mode 100644
index 0000000..487e66d
--- /dev/null
+++ b/Tests/Module/WriteCompilerDetectionHeader/c_undefined.c
@@ -0,0 +1,7 @@
+
+#include "test_compiler_detection.h"
+
+int main()
+{
+  return 0;
+}

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

Summary of changes:
 .../Module/WriteCompilerDetectionHeader/{main.cpp => c_undefined.c} |    3 ---
 1 file changed, 3 deletions(-)
 copy Tests/Module/WriteCompilerDetectionHeader/{main.cpp => c_undefined.c} (57%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list