[Cmake-commits] CMake branch, master, updated. v3.2.2-946-g72e380f

Brad King brad.king at kitware.com
Wed Apr 29 11:11:43 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  72e380fb12c09a0970724e6a40836fa80051c909 (commit)
       via  46f6a5f458d7d9ef074820d3e90960af2793bd33 (commit)
       via  3a041c59495df26c2b7b0ee58069d27a03bd18ff (commit)
       via  ae6c8a9d68120229a2960a83b51241fdb926700a (commit)
       via  86f3cd0f7e0e0a0db210b5ed3f01766624dbc67f (commit)
       via  a48aebcb67a66bd2fee1318bb971cc5e3b016410 (commit)
       via  e4c78b37cec74c505e8a4951276c17f7e64e5f67 (commit)
       via  410f39a43ef3ad900bcaed15e6838f97f034f0e7 (commit)
      from  d1a74bba1bba0c4381e7c3a6a93551320dc377ac (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=72e380fb12c09a0970724e6a40836fa80051c909
commit 72e380fb12c09a0970724e6a40836fa80051c909
Merge: d1a74bb 46f6a5f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 29 11:11:42 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 29 11:11:42 2015 -0400

    Merge topic 'cmState-CurrentDirs'
    
    46f6a5f4 cmState: Store the Current directories.
    3a041c59 Introduce cmState::Snapshot.
    ae6c8a9d cmState: Store the Source and Binary directories.
    86f3cd0f cmMakefile: Require the localGenerator in the constructor.
    a48aebcb cmLocalGenerator: Require a parent in the constructor.
    e4c78b37 cmMakefile: Inline SetHome* methods into last remaining caller.
    410f39a4 cmMakefile: Delegate storage of Home dirs to the cmake class.


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

Summary of changes:
 Source/cmGlobalBorlandMakefileGenerator.cxx |    6 +-
 Source/cmGlobalBorlandMakefileGenerator.h   |    2 +-
 Source/cmGlobalGenerator.cxx                |    5 +-
 Source/cmGlobalGenerator.h                  |    2 +-
 Source/cmGlobalGhsMultiGenerator.cxx        |    5 +-
 Source/cmGlobalGhsMultiGenerator.h          |    2 +-
 Source/cmGlobalJOMMakefileGenerator.cxx     |    6 +-
 Source/cmGlobalJOMMakefileGenerator.h       |    2 +-
 Source/cmGlobalMSYSMakefileGenerator.cxx    |    6 +-
 Source/cmGlobalMSYSMakefileGenerator.h      |    2 +-
 Source/cmGlobalMinGWMakefileGenerator.cxx   |    6 +-
 Source/cmGlobalMinGWMakefileGenerator.h     |    2 +-
 Source/cmGlobalNMakeMakefileGenerator.cxx   |    6 +-
 Source/cmGlobalNMakeMakefileGenerator.h     |    2 +-
 Source/cmGlobalNinjaGenerator.cxx           |    5 +-
 Source/cmGlobalNinjaGenerator.h             |    2 +-
 Source/cmGlobalUnixMakefileGenerator3.cxx   |    5 +-
 Source/cmGlobalUnixMakefileGenerator3.h     |    2 +-
 Source/cmGlobalVisualStudio10Generator.cxx  |    6 +-
 Source/cmGlobalVisualStudio10Generator.h    |    2 +-
 Source/cmGlobalVisualStudio11Generator.cxx  |    6 +-
 Source/cmGlobalVisualStudio11Generator.h    |    2 +-
 Source/cmGlobalVisualStudio12Generator.cxx  |    6 +-
 Source/cmGlobalVisualStudio12Generator.h    |    2 +-
 Source/cmGlobalVisualStudio14Generator.cxx  |    6 +-
 Source/cmGlobalVisualStudio14Generator.h    |    2 +-
 Source/cmGlobalVisualStudio6Generator.cxx   |    5 +-
 Source/cmGlobalVisualStudio6Generator.h     |    2 +-
 Source/cmGlobalVisualStudio71Generator.cxx  |    6 +-
 Source/cmGlobalVisualStudio71Generator.h    |    2 +-
 Source/cmGlobalVisualStudio7Generator.cxx   |    6 +-
 Source/cmGlobalVisualStudio7Generator.h     |    2 +-
 Source/cmGlobalVisualStudio8Generator.cxx   |    6 +-
 Source/cmGlobalVisualStudio8Generator.h     |    2 +-
 Source/cmGlobalVisualStudio9Generator.cxx   |    6 +-
 Source/cmGlobalVisualStudio9Generator.h     |    2 +-
 Source/cmGlobalWatcomWMakeGenerator.cxx     |    6 +-
 Source/cmGlobalWatcomWMakeGenerator.h       |    2 +-
 Source/cmGlobalXCodeGenerator.cxx           |    5 +-
 Source/cmGlobalXCodeGenerator.h             |    2 +-
 Source/cmLocalGenerator.cxx                 |   11 ++-
 Source/cmLocalGenerator.h                   |    3 +-
 Source/cmLocalGhsMultiGenerator.cxx         |    3 +-
 Source/cmLocalGhsMultiGenerator.h           |    2 +-
 Source/cmLocalNinjaGenerator.cxx            |    4 +-
 Source/cmLocalNinjaGenerator.h              |    2 +-
 Source/cmLocalUnixMakefileGenerator3.cxx    |    4 +-
 Source/cmLocalUnixMakefileGenerator3.h      |    2 +-
 Source/cmLocalVisualStudio10Generator.cxx   |    5 +-
 Source/cmLocalVisualStudio10Generator.h     |    2 +-
 Source/cmLocalVisualStudio6Generator.cxx    |    5 +-
 Source/cmLocalVisualStudio6Generator.h      |    2 +-
 Source/cmLocalVisualStudio7Generator.cxx    |    5 +-
 Source/cmLocalVisualStudio7Generator.h      |    2 +-
 Source/cmLocalVisualStudioGenerator.cxx     |    4 +-
 Source/cmLocalVisualStudioGenerator.h       |    2 +-
 Source/cmLocalXCodeGenerator.cxx            |    3 +-
 Source/cmLocalXCodeGenerator.h              |    2 +-
 Source/cmMakefile.cxx                       |  137 +++++++++++++--------------
 Source/cmMakefile.h                         |   26 +----
 Source/cmQtAutoGenerators.cxx               |    7 +-
 Source/cmState.cxx                          |   70 ++++++++++++++
 Source/cmState.h                            |   29 ++++++
 Source/cmake.cxx                            |   20 ++--
 Source/cmake.h                              |    2 -
 65 files changed, 313 insertions(+), 195 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list