[Cmake-commits] CMake branch, master, updated. v2.8.10.1-175-g53b7e71

Brad King brad.king at kitware.com
Tue Nov 20 11:47:44 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  53b7e71e8887da8b99dea0e4fbfa9984c4939ffd (commit)
       via  45d4f81fde2c5c29698787e30b9bebb91211eb01 (commit)
       via  694322ecea7725e5e00e3d46c09e0588afc633db (commit)
       via  2c9196207b47489d110bc0c56be45ee92748c19f (commit)
       via  57cadc179c6864202dc7cfba3a338863f4e0a05d (commit)
      from  508504ab6f76bfd90a11a77cc1e59e604d41c47a (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=53b7e71e8887da8b99dea0e4fbfa9984c4939ffd
commit 53b7e71e8887da8b99dea0e4fbfa9984c4939ffd
Merge: 508504a 45d4f81
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 20 11:47:43 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 20 11:47:43 2012 -0500

    Merge topic 'vs-global-sections'
    
    45d4f81 Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sections
    694322e Define properties VS_GLOBAL_SECTION_*
    2c91962 Implement properties VS_GLOBAL_SECTION_*
    57cadc1 Add tests for VS_SOLUTION_GLOBAL_SECTIONS


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

Summary of changes:
 Source/cmGlobalVisualStudio71Generator.cxx         |   14 +---
 Source/cmGlobalVisualStudio71Generator.h           |    1 -
 Source/cmGlobalVisualStudio7Generator.cxx          |   72 ++++++++++++++++++--
 Source/cmGlobalVisualStudio7Generator.h            |    2 +
 Source/cmMakefile.cxx                              |   40 +++++++++++
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../CMakeLists.txt                                 |    0
 .../SolutionGlobalSections/MorePost-check.cmake    |    5 ++
 .../RunCMake/SolutionGlobalSections/MorePost.cmake |    2 +
 .../SolutionGlobalSections/MorePre-check.cmake     |    5 ++
 .../RunCMake/SolutionGlobalSections/MorePre.cmake  |    2 +
 .../SolutionGlobalSections/OnePost-check.cmake     |    4 +
 .../RunCMake/SolutionGlobalSections/OnePost.cmake  |    1 +
 .../SolutionGlobalSections/OnePre-check.cmake      |    4 +
 Tests/RunCMake/SolutionGlobalSections/OnePre.cmake |    1 +
 .../SolutionGlobalSections/Override1-check.cmake   |    4 +
 .../SolutionGlobalSections/Override1.cmake         |    2 +
 .../SolutionGlobalSections/Override2-check.cmake   |    4 +
 .../SolutionGlobalSections/Override2.cmake         |    2 +
 .../SolutionGlobalSections/PrePost-check.cmake     |    6 ++
 .../RunCMake/SolutionGlobalSections/PrePost.cmake  |    4 +
 .../SolutionGlobalSections/RunCMakeTest.cmake      |   10 +++
 .../SolutionGlobalSections/solution_parsing.cmake  |   60 ++++++++++++++++
 23 files changed, 229 insertions(+), 17 deletions(-)
 copy Tests/RunCMake/{GeneratorExpression => SolutionGlobalSections}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/MorePost-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/MorePost.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/MorePre-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/MorePre.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/OnePost-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/OnePost.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/OnePre-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/OnePre.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/Override1-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/Override1.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/Override2-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/Override2.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/PrePost-check.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/PrePost.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/SolutionGlobalSections/solution_parsing.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list