[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-292-g7477f01

Brad King brad.king at kitware.com
Thu Mar 13 09:36:11 EDT 2014


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  7477f01ebd75e0886c50af5834262392b1649a21 (commit)
       via  bc993f277ebd44fabe8312a85c5682eed011336d (commit)
       via  9a5c55441418ef79415b9a1b99c35192d2b8c1b0 (commit)
       via  d45e7f34611cd678bdda29d7d2b2ff4ce1abbce7 (commit)
      from  5ef2bb4b86c16fc5d5e2a2b4de1b647c9007f8bf (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=7477f01ebd75e0886c50af5834262392b1649a21
commit 7477f01ebd75e0886c50af5834262392b1649a21
Merge: 5ef2bb4 bc993f2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 13 09:36:10 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 13 09:36:10 2014 -0400

    Merge topic 'generalize-cmCustomCommandGenerator'
    
    bc993f27 Generalize cmCustomCommandGenerator to more fields
    9a5c5544 cmGlobalXCodeGenerator: Simplify handling of multiple outputs
    d45e7f34 cmCustomCommand: Return std::string from GetWorkingDirectory


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

Summary of changes:
 Source/cmCustomCommand.cxx                 |   10 ----
 Source/cmCustomCommand.h                   |    7 +--
 Source/cmCustomCommandGenerator.cxx        |   24 +++++++++
 Source/cmCustomCommandGenerator.h          |    5 ++
 Source/cmGlobalXCodeGenerator.cxx          |   81 ++++++++++++----------------
 Source/cmGlobalXCodeGenerator.h            |    4 +-
 Source/cmLocalGenerator.cxx                |   13 ++---
 Source/cmLocalGenerator.h                  |    3 +-
 Source/cmLocalNinjaGenerator.cxx           |   35 ++++++------
 Source/cmLocalNinjaGenerator.h             |    7 +--
 Source/cmLocalUnixMakefileGenerator3.cxx   |   43 ++++++++-------
 Source/cmLocalUnixMakefileGenerator3.h     |    9 ++--
 Source/cmLocalVisualStudio6Generator.cxx   |   41 ++++++++------
 Source/cmLocalVisualStudio7Generator.cxx   |   24 +++++----
 Source/cmLocalVisualStudioGenerator.cxx    |   12 ++---
 Source/cmLocalVisualStudioGenerator.h      |    4 +-
 Source/cmMakefileTargetGenerator.cxx       |   28 +++++-----
 Source/cmMakefileTargetGenerator.h         |    4 +-
 Source/cmNinjaNormalTargetGenerator.cxx    |    5 +-
 Source/cmNinjaTargetGenerator.cxx          |    4 +-
 Source/cmNinjaUtilityTargetGenerator.cxx   |   11 ++--
 Source/cmVisualStudio10TargetGenerator.cxx |   23 ++++----
 22 files changed, 217 insertions(+), 180 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list