[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-196-g2380896

Brad King brad.king at kitware.com
Wed Oct 14 13:35:57 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  2380896a056a29f22dd440369f4ab30137306ab9 (commit)
       via  2bf7de167f0b72b07c6246679c964d83cdc47d45 (commit)
       via  0aa34de5493732d219dd3f58634222677bd19e22 (commit)
       via  20b95ef8c83fbcb7705e72c85c9de18ff420562f (commit)
       via  841164cb36650574a1a7363c78e4cdf28d5d37fd (commit)
       via  2c219bafc045dfdf49529b8ad141fed3dbb4d8e9 (commit)
       via  84e0776e77e625ab43c1a5b2031a06a035ae0210 (commit)
       via  871ab98dad2ed9d504a081a0ffa62b438793cbe4 (commit)
      from  84c1d4f92056b847c804ced2b4a29f2c1eaba62b (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=2380896a056a29f22dd440369f4ab30137306ab9
commit 2380896a056a29f22dd440369f4ab30137306ab9
Merge: 84c1d4f 2bf7de1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 14 13:35:56 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 14 13:35:56 2015 -0400

    Merge topic 'refactor-state-initialization'
    
    2bf7de16 Subdirs: Initialize from parent before configuring.
    0aa34de5 cmState: Initialize properties immediately.
    20b95ef8 cmState: Initialize default definitions immediately.
    841164cb cmState: Initialize current directories immediately.
    2c219baf cmState: Initialize top level source directories immediately.
    84e0776e cmMakefile: Set default internal definitions directly.
    871ab98d cmMakefile: Set internal definitions directly.


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

Summary of changes:
 Source/CPack/cmCPackGenerator.cxx         |    1 +
 Source/CPack/cpack.cxx                    |    1 +
 Source/CTest/cmCTestLaunch.cxx            |    1 +
 Source/CTest/cmCTestScriptHandler.cxx     |    1 +
 Source/CTest/cmCTestTestHandler.cxx       |    1 +
 Source/cmCTest.cxx                        |    1 +
 Source/cmGlobalUnixMakefileGenerator3.cxx |    1 +
 Source/cmGraphVizWriter.cxx               |    1 +
 Source/cmMakefile.cxx                     |   90 +--------------------------
 Source/cmMakefile.h                       |    1 -
 Source/cmQtAutoGenerators.cxx             |    1 +
 Source/cmState.cxx                        |   95 +++++++++++++++++++++++++++++
 Source/cmState.h                          |    5 ++
 Source/cmake.cxx                          |   13 ++++
 Source/cmcmd.cxx                          |    1 +
 Tests/SubDir/CMakeLists.txt               |    4 ++
 Tests/SubDir/Executable/CMakeLists.txt    |   12 ++++
 17 files changed, 142 insertions(+), 88 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list