[Cmake-commits] CMake branch, master, updated. v2.8.9-206-g0d094e3

Brad King brad.king at kitware.com
Thu Aug 30 11:06:35 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  0d094e3a77b52b0f5f462a1d397d410bccbd303a (commit)
       via  32b7c72623a52331e2a965c3b1569143606afffc (commit)
       via  f3ddfef137f56c9660a7ad65807387987bcb2996 (commit)
       via  485a940e4c2b07f08e70b6e04733feb724bb6f3f (commit)
       via  32db033b2713d40899865a06f03d83373078eaa3 (commit)
      from  a4c47fe0c7d518e180aef3d130c4d57e105d94ba (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=0d094e3a77b52b0f5f462a1d397d410bccbd303a
commit 0d094e3a77b52b0f5f462a1d397d410bccbd303a
Merge: a4c47fe 32b7c72
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 30 11:06:30 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 30 11:06:30 2012 -0400

    Merge topic 'msvc-compiler-info'
    
    32b7c72 Merge branch 'cmake-platform-info-version' into msvc-compiler-info
    f3ddfef Modernize MSVC compiler information files
    485a940 VS: Simplify MSVC version reporting
    32db033 VS: Remove support for "free" version 2003 tools


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

Summary of changes:
 Modules/CMakeTestCCompiler.cmake           |    5 -
 Modules/CMakeTestCXXCompiler.cmake         |    5 -
 Modules/CMakeTestForFreeVC.cxx             |    3 -
 Modules/CMakeTestNMakeCLVersion.c          |    2 -
 Modules/Platform/Windows-MSVC-C.cmake      |    2 +
 Modules/Platform/Windows-MSVC-CXX.cmake    |    3 +
 Modules/Platform/Windows-MSVC.cmake        |  204 ++++++++++++++++++++++
 Modules/Platform/Windows-cl.cmake          |  253 ----------------------------
 Modules/Platform/Windows-cl.cmake.in       |   14 --
 Modules/Platform/cl.cmake                  |   62 -------
 Source/cmDocumentVariables.cxx             |    6 -
 Source/cmGlobalVisualStudio10Generator.cxx |    1 -
 Source/cmGlobalVisualStudio11Generator.cxx |    1 -
 Source/cmGlobalVisualStudio6Generator.cxx  |    1 -
 Source/cmGlobalVisualStudio71Generator.cxx |    1 -
 Source/cmGlobalVisualStudio7Generator.cxx  |    1 -
 Source/cmGlobalVisualStudio8Generator.cxx  |    1 -
 Source/cmGlobalVisualStudio9Generator.cxx  |    1 -
 Source/cmGlobalVisualStudioGenerator.cxx   |    6 -
 Source/cmGlobalVisualStudioGenerator.h     |    1 -
 20 files changed, 209 insertions(+), 364 deletions(-)
 delete mode 100644 Modules/CMakeTestForFreeVC.cxx
 delete mode 100644 Modules/CMakeTestNMakeCLVersion.c
 create mode 100644 Modules/Platform/Windows-MSVC-C.cmake
 create mode 100644 Modules/Platform/Windows-MSVC-CXX.cmake
 create mode 100644 Modules/Platform/Windows-MSVC.cmake
 delete mode 100644 Modules/Platform/Windows-cl.cmake
 delete mode 100644 Modules/Platform/Windows-cl.cmake.in
 delete mode 100644 Modules/Platform/cl.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list