[Cmake-commits] CMake branch, master, updated. v3.3.1-1028-g352e8e9

Brad King brad.king at kitware.com
Mon Aug 31 09:48:29 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, master has been updated
       via  352e8e95b65e19cca10b4aec0c626787dfbb1ba1 (commit)
       via  2b9a25d7f723a9876e2979de8e6c06881e0312dc (commit)
       via  3e08b4df95208286d8891d76234f7910ff5c1d1c (commit)
       via  357bf469c7a6c6adad1f3269474989af9b203994 (commit)
       via  ebf8d0a99ac6eb231180b3315b976bcc58baa9f3 (commit)
       via  bd096d30e05fe66a0bf702fe7e366b0042ea14ae (commit)
       via  ff8ac8ee6ab3ee686621445456a765fa33c1a873 (commit)
       via  0bd7279fd9608702b7790822c80f3c284de8e7e4 (commit)
       via  2f2d4da9dd031cdf9f8a0cadcbdffe38c2170353 (commit)
       via  7fdc9a8b5f63f645b5aedede4fd18e0c1d1c39c5 (commit)
       via  92041eec49ab4968b2d4f09e3bd71a3720d86036 (commit)
       via  acb006229dbc531303538f4de1dc4d16d27369a5 (commit)
       via  83b8a927e5a992480e96b0be36ea0426a924c41f (commit)
       via  9b6a743b801dffa9f7ccab0c3e73fa8d22f3b8b9 (commit)
      from  97db5c567894c253173ab45c919925ce010ab05e (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=352e8e95b65e19cca10b4aec0c626787dfbb1ba1
commit 352e8e95b65e19cca10b4aec0c626787dfbb1ba1
Merge: 97db5c5 2b9a25d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 31 09:48:28 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 31 09:48:28 2015 -0400

    Merge topic 'generate-time-generators'
    
    2b9a25d7 cmGlobalGenerator: Create global targets directly after Configure.
    3e08b4df cmMakefile: Skip Global targets for CMP0019 evaluation.
    357bf469 cmGlobalGenerator: Fill the project map at compute time.
    ebf8d0a9 cmGlobalGenerator: Rename method.
    bd096d30 cmGlobalGenerator: Avoid cmLocalGenerator until after Configure.
    ff8ac8ee cmLocalGenerator: Create from already-constructed cmMakefile.
    0bd7279f Ninja: Remove some incorrect comments adding no value.
    2f2d4da9 cmCTestScriptHandler: Simplify deletes.
    7fdc9a8b QtAutogen: Use a smart pointer.
    92041eec cmGlobalGenerator: Remove MakeLocalGenerator method.
    acb00622 cmGlobalGenerator: Require a snapshot to create a local generator.
    83b8a927 cmMakefile: Remove cmLocalGenerator member.
    9b6a743b cmLocalGenerator: Remove Parent pointer.


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

Summary of changes:
 Source/CPack/cmCPackGenerator.cxx           |    6 +-
 Source/CPack/cpack.cxx                      |   10 ++--
 Source/CTest/cmCTestLaunch.cxx              |    5 +-
 Source/CTest/cmCTestScriptHandler.cxx       |   46 ++++++---------
 Source/CTest/cmCTestTestHandler.cxx         |    5 +-
 Source/cmCTest.cxx                          |    7 ++-
 Source/cmGlobalBorlandMakefileGenerator.cxx |    4 +-
 Source/cmGlobalBorlandMakefileGenerator.h   |    3 +-
 Source/cmGlobalGenerator.cxx                |   80 +++++++++++----------------
 Source/cmGlobalGenerator.h                  |   11 +---
 Source/cmGlobalGhsMultiGenerator.cxx        |    5 +-
 Source/cmGlobalGhsMultiGenerator.h          |    3 +-
 Source/cmGlobalNinjaGenerator.cxx           |    5 +-
 Source/cmGlobalNinjaGenerator.h             |   14 +----
 Source/cmGlobalUnixMakefileGenerator3.cxx   |   14 +++--
 Source/cmGlobalUnixMakefileGenerator3.h     |    4 +-
 Source/cmGlobalVisualStudio10Generator.cxx  |    7 +--
 Source/cmGlobalVisualStudio10Generator.h    |    3 +-
 Source/cmGlobalVisualStudio6Generator.cxx   |    5 +-
 Source/cmGlobalVisualStudio6Generator.h     |    3 +-
 Source/cmGlobalVisualStudio7Generator.cxx   |    7 +--
 Source/cmGlobalVisualStudio7Generator.h     |    3 +-
 Source/cmGlobalXCodeGenerator.cxx           |    5 +-
 Source/cmGlobalXCodeGenerator.h             |    3 +-
 Source/cmGraphVizWriter.cxx                 |    5 +-
 Source/cmLocalCommonGenerator.cxx           |    5 +-
 Source/cmLocalCommonGenerator.h             |    4 +-
 Source/cmLocalGenerator.cxx                 |   11 ++--
 Source/cmLocalGenerator.h                   |    7 +--
 Source/cmLocalGhsMultiGenerator.cxx         |    5 +-
 Source/cmLocalGhsMultiGenerator.h           |    3 +-
 Source/cmLocalNinjaGenerator.cxx            |    5 +-
 Source/cmLocalNinjaGenerator.h              |    3 +-
 Source/cmLocalUnixMakefileGenerator3.cxx    |    5 +-
 Source/cmLocalUnixMakefileGenerator3.h      |    4 +-
 Source/cmLocalVisualStudio10Generator.cxx   |    6 +-
 Source/cmLocalVisualStudio10Generator.h     |    4 +-
 Source/cmLocalVisualStudio6Generator.cxx    |    6 +-
 Source/cmLocalVisualStudio6Generator.h      |    4 +-
 Source/cmLocalVisualStudio7Generator.cxx    |    6 +-
 Source/cmLocalVisualStudio7Generator.h      |    4 +-
 Source/cmLocalVisualStudioGenerator.cxx     |    6 +-
 Source/cmLocalVisualStudioGenerator.h       |    4 +-
 Source/cmLocalXCodeGenerator.cxx            |    5 +-
 Source/cmLocalXCodeGenerator.h              |    4 +-
 Source/cmMakefile.cxx                       |   23 ++++----
 Source/cmMakefile.h                         |    6 +-
 Source/cmQtAutoGenerators.cxx               |    5 +-
 Source/cmake.cxx                            |   20 ++++---
 Source/cmcmd.cxx                            |    5 +-
 50 files changed, 176 insertions(+), 247 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list