[Cmake-commits] CMake branch, next, updated. v3.6.0-rc2-324-g99beaa9

Brad King brad.king at kitware.com
Thu Jun 16 09:28:30 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  99beaa936fa48e567cc72311ff2401eb9799820f (commit)
       via  f0d607ee9c24950978d8a2535cf45355020b5e34 (commit)
      from  947c899afda22a7b432c85cdf9bec6807b383311 (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=99beaa936fa48e567cc72311ff2401eb9799820f
commit 99beaa936fa48e567cc72311ff2401eb9799820f
Merge: 947c899 f0d607e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 16 09:28:30 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 16 09:28:30 2016 -0400

    Merge topic 'iwyu-preparation' into next
    
    f0d607ee Revise topic 'iwyu-preparation'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0d607ee9c24950978d8a2535cf45355020b5e34
commit f0d607ee9c24950978d8a2535cf45355020b5e34
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 16 09:27:34 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 16 09:27:39 2016 -0400

    Revise topic 'iwyu-preparation'
    
    Fix clang-format.

diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index acbf98b..606978e 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -55,9 +55,9 @@ typedef unsigned short mode_t;
 /* Poison this operator to avoid common mistakes.  */
 extern void operator<<(std::ostream&, const std::ostringstream&);
 
-#include "cmDocumentationEntry.h"
 #include "cmCustomCommandLines.h"
-#include "cmTypeMacro.h"
+#include "cmDocumentationEntry.h"
 #include "cmTargetLinkLibraryType.h"
+#include "cmTypeMacro.h"
 
 #endif

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

Summary of changes:
 Source/cmStandardIncludes.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list