[Cmake-commits] CMake branch, master, updated. v2.8.11.2-492-gd5d54b4

Brad King brad.king at kitware.com
Mon Jul 15 09:34:02 EDT 2013


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  d5d54b46299c65f0c5a80f973ad88a8dd30931c5 (commit)
       via  d7dd01083a99055d689c80fe28bbc79a11bf3da1 (commit)
       via  184121538c2576b2113c0e256ecb0cd9ac354134 (commit)
       via  afc9243c325c37ac7364af12a10adffd7dd81d25 (commit)
       via  d95651e15abbe6dcb771b776dfc69a1412dd0400 (commit)
      from  7fa77b3fb3d811f2661f19e0985c6eb2c8021468 (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=d5d54b46299c65f0c5a80f973ad88a8dd30931c5
commit d5d54b46299c65f0c5a80f973ad88a8dd30931c5
Merge: 7fa77b3 d7dd010
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 15 09:34:00 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 15 09:34:00 2013 -0400

    Merge topic 'compile-defs-debugging'
    
    d7dd010 Add target property debugging for COMPILE_DEFINITIONS
    1841215 Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.
    afc9243 Add an overload of cmIDEOptions::AddDefines taking a vector of strings.
    d95651e Overload cmLocalGenerator::AppendDefines to add a list.


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

Summary of changes:
 Source/cmExtraCodeBlocksGenerator.cxx      |   18 +--
 Source/cmExtraSublimeTextGenerator.cxx     |    2 +-
 Source/cmGlobalGenerator.cxx               |   13 ++-
 Source/cmGlobalXCodeGenerator.cxx          |    5 +-
 Source/cmIDEOptions.cxx                    |    5 +
 Source/cmIDEOptions.h                      |    1 +
 Source/cmLocalGenerator.cxx                |   17 ++
 Source/cmLocalGenerator.h                  |    5 +
 Source/cmLocalUnixMakefileGenerator3.cxx   |    4 +-
 Source/cmLocalVisualStudio6Generator.cxx   |   20 +--
 Source/cmLocalVisualStudio7Generator.cxx   |    4 +-
 Source/cmMakefile.cxx                      |   41 +++++
 Source/cmMakefile.h                        |    5 +
 Source/cmMakefileTargetGenerator.cxx       |    5 +-
 Source/cmNinjaTargetGenerator.cxx          |    5 +-
 Source/cmQtAutomoc.cxx                     |   10 +-
 Source/cmTarget.cxx                        |  232 ++++++++++++++++++++--------
 Source/cmTarget.h                          |    6 +-
 Source/cmVisualStudio10TargetGenerator.cxx |    5 +-
 19 files changed, 293 insertions(+), 110 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list