[Cmake-commits] CMake branch, master, updated. v2.8.9-403-g021e66a

David Cole david.cole at kitware.com
Tue Sep 25 15:18:26 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  021e66a25c86a293fb3ad19650b9fc4a80030875 (commit)
       via  df928646bae077d0b827116f93a64062e8bd1731 (commit)
       via  e7e613efbf1da45a2a9e51d11a4022589d79c642 (commit)
       via  43b74793de80153b9446689adf79c4acf1391969 (commit)
       via  2690738458725f2c52afccd99ee744a9b92e30ed (commit)
       via  7995722e919c66ff3aad7de73d489bf838af5426 (commit)
       via  1786b121b40ca0a50a57f44e5e2edef7b9d270ed (commit)
       via  242f673829d40456bd1bcf3f52e10171bccd6868 (commit)
       via  a1c032b99477b1cd29be0e196187c5b878d00d5f (commit)
       via  230ea218a76df931b31394998f121eb34ba8f5ff (commit)
       via  a0a0877a1eb111d37ac4766a368206e73458489e (commit)
       via  33a60e6bd148479c63734286417f582444bf36b6 (commit)
      from  5549334a99024d98e72a445b3d9487732ebd29c7 (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=021e66a25c86a293fb3ad19650b9fc4a80030875
commit 021e66a25c86a293fb3ad19650b9fc4a80030875
Merge: 5549334 df92864
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Sep 25 15:18:24 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 25 15:18:24 2012 -0400

    Merge topic 'osx-sysroot-cleanup'
    
    df92864 OS X: Ignore MACOSX_DEPLOYMENT_TARGET during Xcode compiler id
    e7e613e OS X: Teach deployment target sanity check about SDK names
    43b7479 OS X: Further improve default CMAKE_OSX_SYSROOT selection
    2690738 OS X: If CMAKE_OSX_SYSROOT is already set do not compute default
    7995722 OS X: Simplify selection of CMAKE_OSX_ARCHITECTURES
    1786b12 OS X: Allow CMAKE_OSX_SYSROOT to be a logical SDK name
    242f673 Tests/Assembler: Use CMAKE_OSX_SYSROOT to generate .s file
    a1c032b bootstrap: Suppress CMAKE_OSX_SYSROOT if CFLAGS have -isysroot
    230ea21 OS X: Improve default CMAKE_OSX_SYSROOT selection
    a0a0877 OS X: Always generate -isysroot if any SDK is in use
    33a60e6 Xcode: Remove unused code reading CMAKE_OSX_SYSROOT_DEFAULT


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

Summary of changes:
 Modules/CMakeCCompiler.cmake.in        |    2 +-
 Modules/CMakeCXXCompiler.cmake.in      |    2 +-
 Modules/CMakeDetermineCompilerId.cmake |    8 ++
 Modules/CMakeFindPackageMode.cmake     |    4 +-
 Modules/Platform/Darwin-Clang.cmake    |    2 +-
 Modules/Platform/Darwin-GNU-C.cmake    |    2 +-
 Modules/Platform/Darwin-GNU-CXX.cmake  |    2 +-
 Modules/Platform/Darwin-GNU.cmake      |    9 +-
 Modules/Platform/Darwin.cmake          |  189 ++++++++++++++++++--------------
 Source/cmGlobalXCodeGenerator.cxx      |   10 --
 Source/cmLocalGenerator.cxx            |   46 +++-----
 Tests/Assembler/CMakeLists.txt         |    3 +
 bootstrap                              |    8 ++
 13 files changed, 154 insertions(+), 133 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list