[Cmake-commits] CMake branch, master, updated. v3.5.2-621-gd95fbdb

Brad King brad.king at kitware.com
Mon May 9 09:01:13 EDT 2016


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  d95fbdb70944a8f9a7e6ac11bc51f410a99aafcd (commit)
       via  8c2cedc6243b281a0814b284abbcd1c45c42b085 (commit)
      from  7ecd9648a166ecf500badfd0c4eab77a15101c35 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d95fbdb70944a8f9a7e6ac11bc51f410a99aafcd
commit d95fbdb70944a8f9a7e6ac11bc51f410a99aafcd
Merge: 7ecd964 8c2cedc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 9 09:01:10 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 9 09:01:10 2016 -0400

    Merge topic 'custom-command-CROSSCOMPILING_EMULATOR'
    
    8c2cedc6 CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR


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

Summary of changes:
 Help/command/add_custom_command.rst                |    7 ++--
 Help/command/add_custom_target.rst                 |    7 ++--
 Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst          |    7 ++--
 .../dev/custom-command-CROSSCOMPILING_EMULATOR.rst |    6 ++++
 Source/cmCustomCommandGenerator.cxx                |   34 ++++++++++++++++--
 Source/cmCustomCommandGenerator.h                  |    1 +
 Tests/RunCMake/CMakeLists.txt                      |    8 ++++-
 .../AddCustomCommand-build-check.cmake             |    5 +++
 .../CrosscompilingEmulator/AddCustomCommand.cmake  |   38 ++++++++++++++++++++
 .../AddCustomTarget-build-check.cmake              |    1 +
 .../CrosscompilingEmulator/AddCustomTarget.cmake   |   30 ++++++++++++++++
 .../CrosscompilingEmulator/RunCMakeTest.cmake      |   15 ++++++++
 .../simple_src_exitsuccess.cxx}                    |    1 -
 Tests/RunCMake/pseudo_emulator_custom_command.c    |   34 ++++++++++++++++++
 14 files changed, 183 insertions(+), 11 deletions(-)
 create mode 100644 Help/release/dev/custom-command-CROSSCOMPILING_EMULATOR.rst
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/AddCustomCommand-build-check.cmake
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/AddCustomCommand.cmake
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/AddCustomTarget-build-check.cmake
 create mode 100644 Tests/RunCMake/CrosscompilingEmulator/AddCustomTarget.cmake
 copy Tests/{StagingPrefix/main.cpp => RunCMake/CrosscompilingEmulator/simple_src_exitsuccess.cxx} (97%)
 create mode 100644 Tests/RunCMake/pseudo_emulator_custom_command.c


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list