[Cmake-commits] CMake branch, master, updated. v2.8.12.1-706-g46ec48c

Brad King brad.king at kitware.com
Tue Nov 19 12:42:00 EST 2013


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  46ec48c93d2d84cf79c8704c370e24d47a7536a5 (commit)
       via  7cd65c97fabd9f3249739a81dd1260a1e0b59ee1 (commit)
       via  5096967ecd443f3d7477d823e7ffdffcc15a8ed1 (commit)
       via  76552d595db509d47e9bf179aac7a00e2f1fcfae (commit)
       via  f41ecd1db4341a9ab6087e6959993f4384eb6c53 (commit)
      from  1da77bf1ee4f3ba315ebb00da2eaeac474614cad (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=46ec48c93d2d84cf79c8704c370e24d47a7536a5
commit 46ec48c93d2d84cf79c8704c370e24d47a7536a5
Merge: 1da77bf 7cd65c9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 19 12:41:57 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 19 12:41:57 2013 -0500

    Merge topic 'cross-compiling-toolchain-variables'
    
    7cd65c9 Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.
    5096967 Allow toolchain files to specify an external toolchain.
    76552d5 Add compiler target compile options.
    f41ecd1 CMakeDetermineCompilerId: Look for internal file only on host


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

Summary of changes:
 Help/command/FIND_XXX_ROOT.txt                     |   11 ++++-
 Help/manual/cmake-variables.7.rst                  |    3 +
 .../CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst     |   13 +++++
 Help/variable/CMAKE_LANG_COMPILER_TARGET.rst       |   11 ++++
 Help/variable/CMAKE_SYSROOT.rst                    |   12 +++++
 Modules/CMakeDetermineCCompiler.cmake              |    6 ++
 Modules/CMakeDetermineCXXCompiler.cmake            |    6 ++
 Modules/CMakeDetermineCompilerId.cmake             |    2 +-
 Modules/CMakeFindBinUtils.cmake                    |    7 ++-
 Modules/Compiler/Clang.cmake                       |    2 +
 Modules/Compiler/GNU.cmake                         |    1 +
 Modules/Platform/QNX.cmake                         |    3 +
 Source/cmComputeLinkInformation.cxx                |   20 ++++++--
 Source/cmCoreTryCompile.cxx                        |   35 +++++++++++++
 Source/cmFindCommon.cxx                            |   15 +++++-
 Source/cmLocalGenerator.cxx                        |   51 +++++++++++++++++++-
 16 files changed, 187 insertions(+), 11 deletions(-)
 create mode 100644 Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
 create mode 100644 Help/variable/CMAKE_LANG_COMPILER_TARGET.rst
 create mode 100644 Help/variable/CMAKE_SYSROOT.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list