[Cmake-commits] CMake branch, master, updated. v2.8.12-551-gd182a55
Brad King
brad.king at kitware.com
Thu Oct 31 09:40:03 EDT 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 d182a55adb63639d3a4f497c877c9904f3314945 (commit)
via 4fcb97eaac5de1cdd4adc86ac757ce68b37c9858 (commit)
via 05c70424f6fb3aac890f50aec067b60e997113b1 (commit)
from c247f1e175212ea42f65f1ffa8cb85612a5af17c (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=d182a55adb63639d3a4f497c877c9904f3314945
commit d182a55adb63639d3a4f497c877c9904f3314945
Merge: c247f1e 4fcb97e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 31 09:39:54 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 31 09:39:54 2013 -0400
Merge topic 'fix-ninja-launcher-errors-from-custom'
4fcb97e Tests: Add test for CTEST_USE_LAUNCHERS capture of custom commands
05c7042 Ninja: run custom commands through launcher if available
-----------------------------------------------------------------------
Summary of changes:
Source/cmLocalNinjaGenerator.cxx | 44 +++++++++++++++++++-
Source/cmLocalNinjaGenerator.h | 1 +
Tests/CMakeLists.txt | 11 +++++
.../launcher_test_project/CMakeLists.txt | 19 ++++++++
.../launcher_test_project}/CTestConfig.cmake | 3 +-
.../launcher_test_project/command.cmake | 5 ++
Tests/CTestTestLaunchers/test.cmake.in | 39 +++++++++++++++++
7 files changed, 119 insertions(+), 3 deletions(-)
create mode 100644 Tests/CTestTestLaunchers/launcher_test_project/CMakeLists.txt
copy Tests/{CTestTestScheduler => CTestTestLaunchers/launcher_test_project}/CTestConfig.cmake (77%)
create mode 100644 Tests/CTestTestLaunchers/launcher_test_project/command.cmake
create mode 100644 Tests/CTestTestLaunchers/test.cmake.in
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list