[Cmake-commits] CMake branch, master, updated. v3.2.2-1188-g93acb50

Brad King brad.king at kitware.com
Tue May 19 11:09:33 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  93acb504c026e399597cf3a177e90ec6d6824656 (commit)
       via  036372c4cdee3d52289a46cbd55b40f685a25c02 (commit)
       via  684e5cefb239263f39089cacbffba28d4c61251a (commit)
       via  2047144f490113905004cc9d5b548e25312fac04 (commit)
       via  333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (commit)
       via  a97df5e13566cc2ccbaf51a395b85b03b363a07f (commit)
       via  14f171c3ba1f996f8c97b9373fc58cbe34e97d6f (commit)
       via  cf7f03e5229aa011e176589fbc71cf4fb259f897 (commit)
       via  e9b134b95ddc832979b2cf78aff68643139e5006 (commit)
       via  24613d8b45b4f76e9227e9dec4dcd19ae9cfdfb5 (commit)
       via  b659d161da3c488890e32fbb1acf1295186d3c4f (commit)
      from  2d1d8af9b19e1cb361b07a914bc8b87a2a352e2e (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=93acb504c026e399597cf3a177e90ec6d6824656
commit 93acb504c026e399597cf3a177e90ec6d6824656
Merge: 2d1d8af 036372c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 11:09:31 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 19 11:09:31 2015 -0400

    Merge topic 'clean-up-makefile-generators'
    
    036372c4 Remove obsolete overrides of CreateLocalGenerator.
    684e5cef cmGlobalGenerator: Host the MakeSilentFlag.
    2047144f cmLocalGenerator: Remove unused IgnoreLibPrefix.
    333c1fa8 cmGlobalUnixMakefileGenerator3: Host the UnixCD.
    a97df5e1 cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
    14f171c3 Remove method calls just repeating the default.
    cf7f03e5 cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
    e9b134b9 cmGlobalUnixMakefileGenerator3: Host the include directive.
    24613d8b cmLocalGenerator: Remove unused method.
    b659d161 cmGlobalGenerator: Add NVI wrapper to create local generator.


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

Summary of changes:
 Source/CPack/cmCPackGenerator.cxx           |    2 +-
 Source/CPack/cpack.cxx                      |    2 +-
 Source/CTest/cmCTestLaunch.cxx              |    2 +-
 Source/CTest/cmCTestScriptHandler.cxx       |    2 +-
 Source/CTest/cmCTestTestHandler.cxx         |    2 +-
 Source/cmCTest.cxx                          |    2 +-
 Source/cmGlobalBorlandMakefileGenerator.cxx |    8 ++---
 Source/cmGlobalGenerator.cxx                |    8 ++++-
 Source/cmGlobalGenerator.h                  |    7 ++--
 Source/cmGlobalJOMMakefileGenerator.cxx     |   18 +++--------
 Source/cmGlobalJOMMakefileGenerator.h       |    3 --
 Source/cmGlobalMSYSMakefileGenerator.cxx    |   12 -------
 Source/cmGlobalMSYSMakefileGenerator.h      |    3 --
 Source/cmGlobalMinGWMakefileGenerator.cxx   |   12 -------
 Source/cmGlobalMinGWMakefileGenerator.h     |    3 --
 Source/cmGlobalNMakeMakefileGenerator.cxx   |   18 +++--------
 Source/cmGlobalNMakeMakefileGenerator.h     |    3 --
 Source/cmGlobalUnixMakefileGenerator3.cxx   |    7 +++-
 Source/cmGlobalUnixMakefileGenerator3.h     |    5 +++
 Source/cmGlobalWatcomWMakeGenerator.cxx     |   19 +++--------
 Source/cmGlobalWatcomWMakeGenerator.h       |    3 --
 Source/cmGraphVizWriter.cxx                 |    2 +-
 Source/cmLocalGenerator.cxx                 |    1 -
 Source/cmLocalGenerator.h                   |    1 -
 Source/cmLocalUnixMakefileGenerator3.cxx    |   21 ++++++------
 Source/cmLocalUnixMakefileGenerator3.h      |   46 ---------------------------
 Source/cmMakefile.cxx                       |    2 +-
 Source/cmMakefileTargetGenerator.cxx        |    6 ++--
 Source/cmMakefileUtilityTargetGenerator.cxx |    2 +-
 Source/cmQtAutoGenerators.cxx               |    2 +-
 Source/cmake.cxx                            |    8 ++---
 Source/cmcmd.cxx                            |    2 +-
 32 files changed, 68 insertions(+), 166 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list