[Cmake-commits] CMake branch, master, updated. v2.8.10.2-939-g0261bdf

Brad King brad.king at kitware.com
Tue Mar 26 14:36:21 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  0261bdfc1d041d949f96c4ebdd83f139d7338d71 (commit)
       via  1703b00c7fc34f473e84f4ba29bdc73476637005 (commit)
       via  a6286e92c9be9f5b8ad8fb25b3c6e15c0ec17fa0 (commit)
      from  2fcb06039daa4492c05fa346465028ea0b3d4eff (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=0261bdfc1d041d949f96c4ebdd83f139d7338d71
commit 0261bdfc1d041d949f96c4ebdd83f139d7338d71
Merge: 2fcb060 1703b00
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 26 14:36:07 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 26 14:36:07 2013 -0400

    Merge topic 'fix-COMPILE_DEFINITIONS-config'
    
    1703b00 Test evaluation of per-config COMPILE_DEFINITIONS (#14037)
    a6286e9 Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)


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

Summary of changes:
 Source/cmExtraCodeBlocksGenerator.cxx              |    6 +--
 Source/cmExtraSublimeTextGenerator.cxx             |    3 +-
 Source/cmGlobalXCodeGenerator.cxx                  |    8 +---
 Source/cmLocalUnixMakefileGenerator3.cxx           |    1 -
 Source/cmLocalVisualStudio6Generator.cxx           |    2 +-
 Source/cmLocalVisualStudio7Generator.cxx           |    1 -
 Source/cmMakefileTargetGenerator.cxx               |    3 -
 Source/cmNinjaTargetGenerator.cxx                  |    5 +--
 Source/cmQtAutomoc.cxx                             |    2 +-
 Source/cmTarget.cxx                                |   30 +++++++-----
 Source/cmTarget.h                                  |    2 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |    2 -
 Tests/CompileDefinitions/CMakeLists.txt            |   15 +++++-
 .../add_definitions_command/CMakeLists.txt         |    1 +
 .../CMakeLists.txt                                 |    3 +
 Tests/CompileDefinitions/compiletest.cpp           |   24 ++++++++++
 Tests/CompileDefinitions/runtest.c                 |   47 ++++++++++++++++++++
 .../CompileDefinitions/target_prop/CMakeLists.txt  |    5 ++
 18 files changed, 118 insertions(+), 42 deletions(-)
 create mode 100644 Tests/CompileDefinitions/runtest.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list