[Cmake-commits] CMake branch, master, updated. v3.7.0-rc3-428-g9df1cb0

2016-11-06 Thread Kitware Robot
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, master has been updated
   via  9df1cb0fa68869f8125025f20fa8c64467aab2e8 (commit)
  from  d568cecf38a6a4b399c925fd3553dd4a273d0af1 (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 -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9df1cb0fa68869f8125025f20fa8c64467aab2e8
commit 9df1cb0fa68869f8125025f20fa8c64467aab2e8
Author: Kitware Robot 
AuthorDate: Mon Nov 7 00:01:03 2016 -0500
Commit: Kitware Robot 
CommitDate: Mon Nov 7 00:01:03 2016 -0500

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index ac54c5d..2af5821 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 7)
-set(CMake_VERSION_PATCH 20161106)
+set(CMake_VERSION_PATCH 20161107)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-944-g0c32230

2016-11-06 Thread Daniel Pfeifer
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  0c32230ce5fd27d4a2515c7194df00b3c36b532d (commit)
   via  0721d07ec934eb7a6049c2fd9d3b7f5e25707772 (commit)
  from  998cbca769bb7cedf28bd1d77c51b0de63f1913c (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 -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0c32230ce5fd27d4a2515c7194df00b3c36b532d
commit 0c32230ce5fd27d4a2515c7194df00b3c36b532d
Merge: 998cbca 0721d07
Author: Daniel Pfeifer 
AuthorDate: Sun Nov 6 02:45:27 2016 -0500
Commit: CMake Topic Stage 
CommitDate: Sun Nov 6 02:45:27 2016 -0500

Merge topic 'include-what-you-use' into next

0721d07e Fixup! Fix several include-what-you-use findings


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0721d07ec934eb7a6049c2fd9d3b7f5e25707772
commit 0721d07ec934eb7a6049c2fd9d3b7f5e25707772
Author: Daniel Pfeifer 
AuthorDate: Sun Nov 6 08:45:03 2016 +0100
Commit: Daniel Pfeifer 
CommitDate: Sun Nov 6 08:45:03 2016 +0100

Fixup! Fix several include-what-you-use findings

diff --git a/Source/cmGeneratorExpressionEvaluationFile.h 
b/Source/cmGeneratorExpressionEvaluationFile.h
index d597270..26135df 100644
--- a/Source/cmGeneratorExpressionEvaluationFile.h
+++ b/Source/cmGeneratorExpressionEvaluationFile.h
@@ -5,14 +5,19 @@
 
 #include  // IWYU pragma: keep
 
-#include "cmGeneratorExpression.h"
-
-#include 
 #include 
 #include 
-#include 
 #include 
 
+#include "cmGeneratorExpression.h"
+#include "cm_auto_ptr.hxx"
+
+#if defined(_MSC_VER)
+typedef unsigned short mode_t;
+#else
+#include 
+#endif
+
 class cmLocalGenerator;
 
 class cmGeneratorExpressionEvaluationFile
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 9817a3c..0801f26 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -11,6 +11,12 @@
 #include 
 #include 
 
+#if defined(_MSC_VER)
+typedef unsigned short mode_t;
+#else
+#include 
+#endif
+
 class cmSystemToolsFileTime;
 
 /** \class cmSystemTools

---

Summary of changes:
 Source/cmGeneratorExpressionEvaluationFile.h |   13 +
 Source/cmSystemTools.h   |6 ++
 2 files changed, 15 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits