[Cmake-commits] CMake branch, master, updated. v3.0.0-1444-ge27b2c3

Brad King brad.king at kitware.com
Fri Jul 18 10:57:03 EDT 2014


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  e27b2c3fa542a400a14176a7753d0daac36c1ed4 (commit)
       via  7a526c35f60ced43606bf028a21dedfaac77c2e9 (commit)
       via  e7fdb44b1be63e18d03e86f61611dba677e98978 (commit)
       via  6e176e6d9efa80fb4d08f1ead6bc33f115f8885d (commit)
       via  d3d9218a52dad04c1cfa87e537d98ee0678db1db (commit)
       via  eeb60102e813c6c69546e4257a332ede4e234171 (commit)
       via  ecb34faaaba841aac6dae722dd2c6256a1472d74 (commit)
      from  5a128c8ec9090a6785c3674ee9ac402283c4e59a (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e27b2c3fa542a400a14176a7753d0daac36c1ed4
commit e27b2c3fa542a400a14176a7753d0daac36c1ed4
Merge: 5a128c8 7a526c3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 18 10:57:02 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 18 10:57:02 2014 -0400

    Merge topic 'delay-generator-platform'
    
    7a526c35 VS: Delay getting platform name in local generator
    e7fdb44b VS: Delay detection of VS 10 Express 64-bit tools
    6e176e6d VS: Delay platform definitions until system name is known
    d3d9218a VS: Remove unused method from VS 9 generator
    eeb60102 VS: Refactor CMAKE_FORCE_*64 platform definitions
    ecb34faa Tell generators about CMAKE_SYSTEM_NAME as soon as it is known


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

Summary of changes:
 Source/cmGlobalGenerator.cxx               |    8 +++++++
 Source/cmGlobalGenerator.h                 |    4 ++++
 Source/cmGlobalVisualStudio10Generator.cxx |   33 +++++++++++++---------------
 Source/cmGlobalVisualStudio10Generator.h   |    6 ++---
 Source/cmGlobalVisualStudio11Generator.cxx |   15 +++++--------
 Source/cmGlobalVisualStudio11Generator.h   |    3 +--
 Source/cmGlobalVisualStudio12Generator.cxx |   13 +++++------
 Source/cmGlobalVisualStudio12Generator.h   |    3 +--
 Source/cmGlobalVisualStudio14Generator.cxx |   13 +++++------
 Source/cmGlobalVisualStudio14Generator.h   |    3 +--
 Source/cmGlobalVisualStudio6Generator.cxx  |    1 -
 Source/cmGlobalVisualStudio7Generator.cxx  |   14 +++++++++---
 Source/cmGlobalVisualStudio7Generator.h    |    2 +-
 Source/cmGlobalVisualStudio8Generator.cxx  |   26 +++++++++++-----------
 Source/cmGlobalVisualStudio8Generator.h    |    5 +++--
 Source/cmGlobalVisualStudio9Generator.cxx  |   23 +++++--------------
 Source/cmGlobalVisualStudio9Generator.h    |    5 +----
 Source/cmGlobalVisualStudioGenerator.cxx   |   10 ---------
 Source/cmGlobalVisualStudioGenerator.h     |    3 ---
 Source/cmLocalVisualStudio7Generator.cxx   |   24 +++++++++++++-------
 Source/cmLocalVisualStudio7Generator.h     |    3 ---
 21 files changed, 99 insertions(+), 118 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list