[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-502-gafdef5f

Brad King brad.king at kitware.com
Thu Feb 23 07:34:14 EST 2017


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  afdef5f94742f17434b08a8c2678735a0db4f1ab (commit)
       via  0c14db2558a3792b59da08ebeccdc1f3acba945a (commit)
       via  77cbcb76bb5d75254c6ced0ed782152024f51d8c (commit)
      from  ec6c9db25ddf2ecc464f54c3dc666c93ed60d3dc (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=afdef5f94742f17434b08a8c2678735a0db4f1ab
commit afdef5f94742f17434b08a8c2678735a0db4f1ab
Merge: ec6c9db 0c14db2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 23 07:34:14 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 23 07:34:14 2017 -0500

    Merge topic 'cmake-server-aix' into next
    
    0c14db25 cmServerConnection.h: Include cmConfigure.h first
    77cbcb76 CMake Nightly Date Stamp


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0c14db2558a3792b59da08ebeccdc1f3acba945a
commit 0c14db2558a3792b59da08ebeccdc1f3acba945a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 23 07:32:24 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 23 07:32:24 2017 -0500

    cmServerConnection.h: Include cmConfigure.h first
    
    We need this to make Large File Support definitions consistent with
    other translation units.

diff --git a/Source/cmServerConnection.h b/Source/cmServerConnection.h
index 3efe28d..9357831 100644
--- a/Source/cmServerConnection.h
+++ b/Source/cmServerConnection.h
@@ -2,6 +2,8 @@
    file Copyright.txt or https://cmake.org/licensing for details.  */
 #pragma once
 
+#include <cmConfigure.h> // IWYU pragma: keep
+
 #include <string>
 #include <vector>
 

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

Summary of changes:
 Source/CMakeVersion.cmake   |    2 +-
 Source/cmServerConnection.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list