summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/console-pool.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-17 14:40:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-17 14:40:56 (GMT)
commit444f61e044bb2943ccde07e42972d9b2720acd4f (patch)
treeb258e19b457d7dd92bbf4d849ae3de4db2903aee /Help/release/dev/console-pool.rst
parent033ed9a5942e789c11130c325db487831dc417a9 (diff)
parent2d75d7e56bc00c9abe51d39c4306084b24fe8cd5 (diff)
downloadCMake-444f61e044bb2943ccde07e42972d9b2720acd4f.zip
CMake-444f61e044bb2943ccde07e42972d9b2720acd4f.tar.gz
CMake-444f61e044bb2943ccde07e42972d9b2720acd4f.tar.bz2
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
Diffstat (limited to 'Help/release/dev/console-pool.rst')
-rw-r--r--Help/release/dev/console-pool.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/console-pool.rst b/Help/release/dev/console-pool.rst
new file mode 100644
index 0000000..19c2f19
--- /dev/null
+++ b/Help/release/dev/console-pool.rst
@@ -0,0 +1,8 @@
+console-pool
+------------
+
+* The :command:`add_custom_command` and :command:`add_custom_target`
+ commands learned a new ``USES_TERMINAL`` option to request that
+ the command be given direct access to the terminal if possible.
+ The :generator:`Ninja` generator will places such commands in the
+ ``console`` pool.