[Cmake-commits] CMake branch, next, updated. v3.4.0-rc2-1130-g543db74

Brad King brad.king at kitware.com
Tue Oct 27 14:00:19 EDT 2015


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  543db74ee695f2da558b1524a77850dd2d491fbd (commit)
       via  c34258c8190cbf2978067168d80fc4c6bb41d369 (commit)
      from  661712cd21acc4ae8d6fc865eae49a6c9c696557 (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=543db74ee695f2da558b1524a77850dd2d491fbd
commit 543db74ee695f2da558b1524a77850dd2d491fbd
Merge: 661712c c34258c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 27 14:00:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 27 14:00:18 2015 -0400

    Merge topic 'minor-cleanups' into next
    
    c34258c8 cmGeneratorExpressionEvaluator.h: Include a CMake header first


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c34258c8190cbf2978067168d80fc4c6bb41d369
commit c34258c8190cbf2978067168d80fc4c6bb41d369
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 27 13:55:57 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 27 13:59:12 2015 -0400

    cmGeneratorExpressionEvaluator.h: Include a CMake header first
    
    On AIX we need to include our own headers first to get large file
    support macros defined consistently within system headers.  The old
    order in this header worked only because it was always included after
    other headers.

diff --git a/Source/cmGeneratorExpressionEvaluator.h b/Source/cmGeneratorExpressionEvaluator.h
index db56eb1..407f83f 100644
--- a/Source/cmGeneratorExpressionEvaluator.h
+++ b/Source/cmGeneratorExpressionEvaluator.h
@@ -12,12 +12,12 @@
 #ifndef cmGeneratorExpressionEvaluator_h
 #define cmGeneratorExpressionEvaluator_h
 
-#include <vector>
-#include <string>
-
 #include "cmListFileCache.h"
 #include "cmGeneratorExpressionContext.h"
 
+#include <vector>
+#include <string>
+
 struct cmGeneratorExpressionDAGChecker;
 struct cmGeneratorExpressionNode;
 

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

Summary of changes:
 Source/cmGeneratorExpressionEvaluator.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list