[Cmake-commits] CMake branch, next, updated. v3.7.0-rc2-762-g1563b93

Daniel Pfeifer daniel at pfeifer-mail.de
Wed Oct 26 03:03:25 EDT 2016


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  1563b936fd11bb6512d7365a070a6185ffc9fbaf (commit)
       via  85f893c0535538991218b8caaafe3ff871017b29 (commit)
       via  bf111520211ec74ab847b7fa11637b702af2e8ca (commit)
      from  5521217d66f57464ac4ecf715527682f5148f356 (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=1563b936fd11bb6512d7365a070a6185ffc9fbaf
commit 1563b936fd11bb6512d7365a070a6185ffc9fbaf
Merge: 5521217 85f893c
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Wed Oct 26 03:03:24 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 26 03:03:24 2016 -0400

    Merge topic 'include-what-you-use' into next
    
    85f893c0 fixup! Include necessary headers in commands
    bf111520 fixup! Include necessary headers in commands


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=85f893c0535538991218b8caaafe3ff871017b29
commit 85f893c0535538991218b8caaafe3ff871017b29
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Wed Oct 26 09:01:56 2016 +0200
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Wed Oct 26 09:01:56 2016 +0200

    fixup! Include necessary headers in commands

diff --git a/Source/cmEndWhileCommand.cxx b/Source/cmEndWhileCommand.cxx
index f24c280..5623f33 100644
--- a/Source/cmEndWhileCommand.cxx
+++ b/Source/cmEndWhileCommand.cxx
@@ -2,7 +2,7 @@
    file Copyright.txt or https://cmake.org/licensing for details.  */
 #include "cmEndWhileCommand.h"
 
-#include "cmListFileArgument.h"
+#include "cmListFileCache.h"
 
 class cmExecutionStatus;
 

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bf111520211ec74ab847b7fa11637b702af2e8ca
commit bf111520211ec74ab847b7fa11637b702af2e8ca
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Wed Oct 26 08:58:37 2016 +0200
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Wed Oct 26 08:58:37 2016 +0200

    fixup! Include necessary headers in commands

diff --git a/Source/cmEndWhileCommand.cxx b/Source/cmEndWhileCommand.cxx
index 48f09f1..f24c280 100644
--- a/Source/cmEndWhileCommand.cxx
+++ b/Source/cmEndWhileCommand.cxx
@@ -2,8 +2,9 @@
    file Copyright.txt or https://cmake.org/licensing for details.  */
 #include "cmEndWhileCommand.h"
 
+#include "cmListFileArgument.h"
+
 class cmExecutionStatus;
-struct cmListFileArgument;
 
 bool cmEndWhileCommand::InvokeInitialPass(
   std::vector<cmListFileArgument> const& args, cmExecutionStatus&)

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

Summary of changes:
 Source/cmEndWhileCommand.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list