[Cmake-commits] CMake branch, master, updated. v3.2.3-1423-g0886880

Brad King brad.king at kitware.com
Thu Jun 4 09:13:37 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  0886880e3b8e5510f861b2e573b311c16db9d657 (commit)
       via  7657e8b1df64ed3b5429be34416e8756b659d525 (commit)
       via  4e8f242d170ab46d4071254a3a81f7db264b8bc7 (commit)
       via  d65e01235da2473e669d6e5c40988ad4015f0dc4 (commit)
       via  f059ed165bafff94f9bcd3823e12a8ce1f5ec647 (commit)
       via  a653611db0d6e23456c5ef90f95e19ea5d70a428 (commit)
       via  69a038a9e90a8839b69f4cb8826688be611e8b0d (commit)
       via  0863797037b82f01cb356cb2cd4cdcef7ca8ae48 (commit)
       via  27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4 (commit)
       via  363caa2fa540190ea394122fca3cb72d951823ad (commit)
      from  d6fe79f3abc211361f0aee909e08fd6a1531a68b (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=0886880e3b8e5510f861b2e573b311c16db9d657
commit 0886880e3b8e5510f861b2e573b311c16db9d657
Merge: d6fe79f 7657e8b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 4 09:13:35 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 4 09:13:35 2015 -0400

    Merge topic 'cmMakefile-Configure'
    
    7657e8b1 cmMakefile: Introduce a local cmMakefile variable.
    4e8f242d cmMakefile: Store unconfigured cmMakefiles.
    d65e0123 cmMakefile: Implement ConfigureSubDirectory in terms of cmMakefile.
    f059ed16 cmMakefile: Move Configure responsibility from cmLocalGenerator.
    a653611d cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.
    69a038a9 cmMakefile: Refactor directories specified with the subdirs command.
    08637970 cmLocalGenerator: ComputeObjectMaxPath just before generating.
    27e11c6f Merge Configure state with GeneratingBuildSystem state.
    363caa2f cmLocalGenerator: De-virtualize Configure().


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

Summary of changes:
 Source/cmGlobalGenerator.cxx             |   10 ++--
 Source/cmGlobalGenerator.h               |   12 +++--
 Source/cmLocalGenerator.cxx              |   74 +-------------------------
 Source/cmLocalGenerator.h                |   11 +---
 Source/cmLocalNinjaGenerator.cxx         |   28 ++++------
 Source/cmLocalNinjaGenerator.h           |    2 -
 Source/cmLocalUnixMakefileGenerator3.cxx |    7 +--
 Source/cmLocalUnixMakefileGenerator3.h   |    6 ---
 Source/cmMakefile.cxx                    |   85 ++++++++++++++++++++++++++----
 Source/cmMakefile.h                      |   12 +++--
 Source/cmQtAutoGenerators.cxx            |    2 +-
 Source/cmTarget.cxx                      |   12 ++---
 Source/cmakemain.cxx                     |    7 +--
 13 files changed, 115 insertions(+), 153 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list