[Cmake-commits] CMake branch, master, updated. v3.2.1-675-g977796e

Brad King brad.king at kitware.com
Wed Apr 8 09:07:05 EDT 2015


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  977796e3077b390b72c32315138ca15ae3339fb7 (commit)
       via  1975d53ae19c46ee4f7384cc96be355f7e94df61 (commit)
       via  9160d6c241adaeacc106d5b2ce4530f223345f22 (commit)
       via  e942526b3d9e886da4ce832d9d3adb99cc5ede2f (commit)
       via  579c4bec6e2352448f78d9333f7382ff34a08e5a (commit)
      from  37ce091345f6e9ad57aff7a768cc3dc35ebc3913 (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=977796e3077b390b72c32315138ca15ae3339fb7
commit 977796e3077b390b72c32315138ca15ae3339fb7
Merge: 37ce091 1975d53
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 8 09:07:03 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 8 09:07:03 2015 -0400

    Merge topic 'emulator-property'
    
    1975d53a Help: Add notes for topic 'emulator-property'
    9160d6c2 TestGenerator: Add CROSSCOMPILING_EMULATOR support.
    e942526b try_run: Use CMAKE_CROSSCOMPILING_EMULATOR.
    579c4bec Properties: Add CROSSCOMPILING_EMULATOR target property.


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

Summary of changes:
 Help/command/try_run.rst                           |    3 ++-
 Help/manual/cmake-properties.7.rst                 |    1 +
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst          |    6 +++++
 Help/release/dev/emulator-property.rst             |    7 +++++
 Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst    |   12 +++++++++
 Source/cmTarget.cxx                                |    1 +
 Source/cmTestGenerator.cxx                         |   21 ++++++++++++++-
 Source/cmTryRunCommand.cxx                         |   26 ++++++++++++++++--
 Tests/RunCMake/CMakeLists.txt                      |    4 +++
 .../CrosscompilingEmulator/AddTest-check.cmake     |   12 +++++++++
 .../RunCMake/CrosscompilingEmulator/AddTest.cmake  |    8 ++++++
 .../CMakeLists.txt                                 |    2 +-
 .../CrosscompilingEmulatorProperty.cmake           |   28 ++++++++++++++++++++
 .../CrosscompilingEmulator/InitialCache.txt.in     |    1 +
 .../CrosscompilingEmulator/RunCMakeTest.cmake      |    8 ++++++
 .../CrosscompilingEmulator/TryRun-stdout.txt       |    1 +
 Tests/RunCMake/CrosscompilingEmulator/TryRun.cmake |   18 +++++++++++++
 .../CrosscompilingEmulator/simple_src.cxx}         |    3 +--
 Tests/RunCMake/pseudo_emulator.c                   |   15 +++++++++++
 20 files changed, 171 insertions(+), 7 deletions(-)
 create mode 100644 Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
 create mode 100644 Help/release/dev/emulator-property.rst
 create mode 100644 Help/variable/CMAKE_CROSSCOMPILING_EMULATOR.rst
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/AddTest-check.cmake
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/AddTest.cmake
 copy Tests/RunCMake/{CMP0059 => CrosscompilingEmulator}/CMakeLists.txt (68%)
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/CrosscompilingEmulatorProperty.cmake
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/InitialCache.txt.in
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/TryRun-stdout.txt
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/TryRun.cmake
 copy Tests/{InterfaceLibrary/dummy.cpp => RunCMake/CrosscompilingEmulator/simple_src.cxx} (67%)
 create mode 100644 Tests/RunCMake/pseudo_emulator.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list