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  34a0284603e3f4c746140d4c94eab98f9e513a8d (commit)
       via  403ead65947751697dc17021b639caa12c6ac74a (commit)
       via  8be51f6694184fb9044389fb1e18ad1765f6476c (commit)
       via  ec22a9b5217c2110db9af1791a61a7552144f028 (commit)
       via  66cb3356f508da309d599f6148763f7afe3802e1 (commit)
       via  89595d6bceb25ecfa221342f03d1c3dce70c8484 (commit)
       via  965a69dcaa0b67c730f45487abeee97ef652d545 (commit)
       via  9a9e1ee98d59ba1ed2a89a2858224a7f8a92bbf6 (commit)
       via  b8b5c8342a2a2de5f57f9dd83435060b4eb825a8 (commit)
      from  db78df744f71cada436c21499cc22a86554a6de4 (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=34a0284603e3f4c746140d4c94eab98f9e513a8d
commit 34a0284603e3f4c746140d4c94eab98f9e513a8d
Merge: db78df7 403ead6
Author:     David Cole <david.c...@kitware.com>
AuthorDate: Fri Aug 24 14:25:40 2012 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Aug 24 14:25:40 2012 -0400

    Merge topic 'ide-compiler-id'
    
    403ead6 Document CMAKE_<LANG>_COMPILER_(ID|VERSION) values
    8be51f6 Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION)
    ec22a9b Cleanly enable a language in multiple subdirectories
    66cb335 VS: Detect the compiler id and tool location
    89595d6 VS10: Define CMAKE_VS_PLATFORM_TOOLSET variable
    965a69d Xcode: Detect the compiler id and tool location
    9a9e1ee CMakeDetermineCompilerId: Prepare to detect IDE compiler id
    b8b5c83 Re-order C/C++/Fortran compiler determination logic


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

Summary of changes:
 Modules/CMakeDetermineCCompiler.cmake            |  115 +++++++-------
 Modules/CMakeDetermineCXXCompiler.cmake          |  128 +++++++---------
 Modules/CMakeDetermineCompilerId.cmake           |  151 ++++++++++++++++---
 Modules/CMakeDetermineFortranCompiler.cmake      |  178 +++++++++++-----------
 Modules/CompilerId/VS-10.vcxproj.in              |   53 +++++++
 Modules/CompilerId/VS-6.dsp.in                   |   48 ++++++
 Modules/CompilerId/VS-7.vcproj.in                |   60 ++++++++
 Modules/CompilerId/Xcode-1.pbxproj.in            |  120 +++++++++++++++
 Modules/CompilerId/Xcode-2.pbxproj.in            |  119 +++++++++++++++
 Modules/CompilerId/Xcode-3.pbxproj.in            |  107 +++++++++++++
 Source/cmDocumentVariables.cxx                   |   42 +++++-
 Source/cmGlobalGenerator.cxx                     |   24 ++--
 Source/cmGlobalVisualStudio10Generator.cxx       |   11 ++
 Source/cmGlobalVisualStudio10Generator.h         |    1 +
 Tests/CMakeOnly/CMakeLists.txt                   |    6 +
 Tests/CMakeOnly/CompilerIdC/CMakeLists.txt       |   14 ++
 Tests/CMakeOnly/CompilerIdCXX/CMakeLists.txt     |   14 ++
 Tests/CMakeOnly/CompilerIdFortran/CMakeLists.txt |   22 +++
 18 files changed, 961 insertions(+), 252 deletions(-)
 create mode 100644 Modules/CompilerId/VS-10.vcxproj.in
 create mode 100644 Modules/CompilerId/VS-6.dsp.in
 create mode 100644 Modules/CompilerId/VS-7.vcproj.in
 create mode 100644 Modules/CompilerId/Xcode-1.pbxproj.in
 create mode 100644 Modules/CompilerId/Xcode-2.pbxproj.in
 create mode 100644 Modules/CompilerId/Xcode-3.pbxproj.in
 create mode 100644 Tests/CMakeOnly/CompilerIdC/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/CompilerIdCXX/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/CompilerIdFortran/CMakeLists.txt


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to