[Cmake-commits] CMake branch, master, updated. v2.8.8-66-g91f8334

David Cole david.cole at kitware.com
Wed Apr 25 14:04:33 EDT 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  91f83347d35e970896aaa9200cf68cdd0ea413ac (commit)
       via  b8034104c112a618df73f1cb104b1d09e8492d66 (commit)
       via  8787f946b73315d84649bd9818a8225a772c7c36 (commit)
       via  4a30258d91818eb1c1d6741b5a47c54cbfab3313 (commit)
       via  f3191f5bc0db2d6717be20585c97f0f2346b8524 (commit)
       via  59139031a1aa24231b9302aa4cd8ecc4e22fb594 (commit)
      from  c4aa5386fb69822e1b131fb95cc11682ed1f5219 (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=91f83347d35e970896aaa9200cf68cdd0ea413ac
commit 91f83347d35e970896aaa9200cf68cdd0ea413ac
Merge: c4aa538 b803410
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Apr 25 14:04:27 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 25 14:04:27 2012 -0400

    Merge topic 'enhance-include_external_msproject'
    
    b803410 VS: Fix line-too-long style errors
    8787f94 Merge branch 'list-empty-error' into enhance-include_external_msproject
    4a30258 include_external_msproject: Test TYPE, GUID, PLATFORM options (#13120)
    f3191f5 Merge branch 'test-RunCMake-check' into enhance-include_external_msproject
    5913903 include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)


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

Summary of changes:
 Source/cmGlobalVisualStudio71Generator.cxx         |   14 ++-
 Source/cmGlobalVisualStudio71Generator.h           |    4 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |   28 ++++--
 Source/cmGlobalVisualStudio7Generator.h            |    4 +-
 Source/cmGlobalVisualStudio8Generator.cxx          |   13 ++-
 Source/cmGlobalVisualStudio8Generator.h            |    3 +-
 Source/cmIncludeExternalMSProjectCommand.cxx       |   67 +++++++++++-
 Source/cmIncludeExternalMSProjectCommand.h         |   12 ++-
 Source/cmLocalVisualStudio10Generator.cxx          |    8 ++
 Tests/RunCMake/CMakeLists.txt                      |    4 +
 .../CMakeLists.txt                                 |    0
 .../CustomGuid-check.cmake                         |    1 +
 .../include_external_msproject/CustomGuid.cmake    |    2 +
 .../CustomGuidTypePlatform-check.cmake             |    1 +
 .../CustomGuidTypePlatform.cmake                   |    5 +
 .../CustomTypePlatform-check.cmake                 |    1 +
 .../CustomTypePlatform.cmake                       |    3 +
 .../include_external_msproject/RunCMakeTest.cmake  |    6 +
 .../include_external_msproject/check_utils.cmake   |  109 ++++++++++++++++++++
 Tests/RunCMake/include_external_msproject/main.cpp |    3 +
 20 files changed, 262 insertions(+), 26 deletions(-)
 copy Tests/RunCMake/{find_package => include_external_msproject}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/include_external_msproject/CustomGuid-check.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/CustomGuid.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/CustomGuidTypePlatform-check.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/CustomGuidTypePlatform.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/CustomTypePlatform-check.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/CustomTypePlatform.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/check_utils.cmake
 create mode 100644 Tests/RunCMake/include_external_msproject/main.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list