[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-272-g444f61e
Brad King
brad.king at kitware.com
Mon Nov 17 09:40:57 EST 2014
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 444f61e044bb2943ccde07e42972d9b2720acd4f (commit)
via 2d75d7e56bc00c9abe51d39c4306084b24fe8cd5 (commit)
via f42d86f0b834c73b28a919ef1b4279753a6ec1bd (commit)
via f281ae01a2b89d8a7d327b3f6e73b727195d8dfd (commit)
via d5eae5563f99fb28c99695fb4886f1bd40d98414 (commit)
via 4d1fedf46e9cbdb388728c9a986cbf89db810c73 (commit)
via fe5d6e8c0f2e37bac0621a3b976d95c471891f38 (commit)
via ad6ee426278ebaa9518af4573362a96b0544f4f7 (commit)
from 033ed9a5942e789c11130c325db487831dc417a9 (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=444f61e044bb2943ccde07e42972d9b2720acd4f
commit 444f61e044bb2943ccde07e42972d9b2720acd4f
Merge: 033ed9a 2d75d7e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 09:40:56 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 17 09:40:56 2014 -0500
Merge topic 'console-pool'
2d75d7e5 Help: Add notes for topic 'console-pool'
f42d86f0 Ninja: Implement USES_TERMINAL using the console pool if available
f281ae01 Ninja: Remove unused declaration
d5eae556 Ninja: factor out the test for console pool support
4d1fedf4 Give the interactive cache editor the USES_TERMINAL property
fe5d6e8c Add USES_TERMINAL option for custom commands
ad6ee426 Rename doing_verbatim to doing_nothing
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_custom_command.rst | 11 +++++++--
Help/command/add_custom_target.rst | 8 +++++-
Help/release/dev/console-pool.rst | 8 ++++++
Source/cmAddCustomCommandCommand.cxx | 14 +++++++++--
Source/cmAddCustomTargetCommand.cxx | 20 ++++++++++++---
Source/cmCustomCommand.cxx | 17 ++++++++++++-
Source/cmCustomCommand.h | 6 +++++
Source/cmGlobalGenerator.cxx | 26 +++++++++++---------
Source/cmGlobalGenerator.h | 3 ++-
Source/cmGlobalNinjaGenerator.cxx | 16 +++++++++---
Source/cmGlobalNinjaGenerator.h | 4 +++
Source/cmLocalNinjaGenerator.cxx | 1 +
Source/cmMakefile.cxx | 19 +++++++++-----
Source/cmMakefile.h | 12 ++++++---
Source/cmNinjaTargetGenerator.h | 1 -
Source/cmNinjaUtilityTargetGenerator.cxx | 5 ++++
Tests/CustomCommand/CMakeLists.txt | 23 +++++++++++++++++
.../RunCMake/add_custom_command/RunCMakeTest.cmake | 1 +
.../SourceUsesTerminal-result.txt} | 0
.../SourceUsesTerminal-stderr.txt | 4 +++
.../add_custom_command/SourceUsesTerminal.cmake | 1 +
.../RunCMake/add_custom_target/RunCMakeTest.cmake | 1 +
.../UsesTerminalNoCommand-result.txt} | 0
.../UsesTerminalNoCommand-stderr.txt | 4 +++
.../add_custom_target/UsesTerminalNoCommand.cmake | 1 +
25 files changed, 170 insertions(+), 36 deletions(-)
create mode 100644 Help/release/dev/console-pool.rst
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_custom_command/SourceUsesTerminal-result.txt} (100%)
create mode 100644 Tests/RunCMake/add_custom_command/SourceUsesTerminal-stderr.txt
create mode 100644 Tests/RunCMake/add_custom_command/SourceUsesTerminal.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => add_custom_target/UsesTerminalNoCommand-result.txt} (100%)
create mode 100644 Tests/RunCMake/add_custom_target/UsesTerminalNoCommand-stderr.txt
create mode 100644 Tests/RunCMake/add_custom_target/UsesTerminalNoCommand.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list