[Cmake-commits] CMake branch, master, updated. v2.8.10.1-170-g508504a

Brad King brad.king at kitware.com
Tue Nov 20 11:47:38 EST 2012


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  508504ab6f76bfd90a11a77cc1e59e604d41c47a (commit)
       via  739f16653d823ea9519405da837cd57dcf204403 (commit)
       via  e31d83b3b8d0fdf767bb294e2643e0099b25d86f (commit)
       via  d1f8828cc8094efd098db2dea85b7ec6c2f971dd (commit)
       via  b777272b0b165a62d61b745a394fe4fc99dc66ee (commit)
      from  f673b3824708986bdb763cefd70898adc5701a82 (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=508504ab6f76bfd90a11a77cc1e59e604d41c47a
commit 508504ab6f76bfd90a11a77cc1e59e604d41c47a
Merge: f673b38 739f166
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 20 11:47:35 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 20 11:47:35 2012 -0500

    Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD'
    
    739f166 Serialize tests for EXCLUDE_FROM_DEFAULT_BUILD
    e31d83b Define property EXCLUDE_FROM_DEFAULT_BUILD
    d1f8828 Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>
    b777272 Add tests for EXCLUDE_FROM_DEFAULT_BUILD


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

Summary of changes:
 Source/cmGlobalVisualStudio71Generator.cxx         |   11 +++--
 Source/cmGlobalVisualStudio71Generator.h           |    8 ++--
 Source/cmGlobalVisualStudio7Generator.cxx          |   53 +++++++++++++-------
 Source/cmGlobalVisualStudio7Generator.h            |   12 ++--
 Source/cmGlobalVisualStudio8Generator.cxx          |   11 +++--
 Source/cmGlobalVisualStudio8Generator.h            |    8 ++--
 Source/cmSetTargetPropertiesCommand.h              |    4 +-
 Source/cmTarget.cxx                                |   15 ++++++
 Tests/CMakeLists.txt                               |   29 +++++++++++
 Tests/VSExcludeFromDefaultBuild/CMakeLists.txt     |   32 ++++++++++++
 Tests/VSExcludeFromDefaultBuild/ClearExes.cmake    |    4 ++
 Tests/VSExcludeFromDefaultBuild/ResultTest.cmake   |   23 +++++++++
 .../subdir => VSExcludeFromDefaultBuild}/main.c    |    0
 13 files changed, 168 insertions(+), 42 deletions(-)
 create mode 100644 Tests/VSExcludeFromDefaultBuild/CMakeLists.txt
 create mode 100644 Tests/VSExcludeFromDefaultBuild/ClearExes.cmake
 create mode 100644 Tests/VSExcludeFromDefaultBuild/ResultTest.cmake
 copy Tests/{CTestTestSubdir/subdir => VSExcludeFromDefaultBuild}/main.c (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list