summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-01-10 12:15:40 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-01-17 16:23:49 (GMT)
commit79908ae4aec7d02d900e53b21ef195b7bfc94725 (patch)
treecf0d1a50bdf8f7d1582a71e514ab521880fd5bac /Help
parent45ee4979fb7c92502f6015ca3d93128f7c921b51 (diff)
downloadCMake-79908ae4aec7d02d900e53b21ef195b7bfc94725.zip
CMake-79908ae4aec7d02d900e53b21ef195b7bfc94725.tar.gz
CMake-79908ae4aec7d02d900e53b21ef195b7bfc94725.tar.bz2
Autogen: Add release notes for (CMAKE_)AUTOGEN_PARALLEL
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/autogen-parallel.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/autogen-parallel.rst b/Help/release/dev/autogen-parallel.rst
new file mode 100644
index 0000000..50ae9a6
--- /dev/null
+++ b/Help/release/dev/autogen-parallel.rst
@@ -0,0 +1,10 @@
+autogen-parallel
+----------------
+
+* When using :prop_tgt:`AUTOMOC` or :prop_tgt:`AUTOUIC`, CMake starts multiple
+ parallel ``moc`` or ``uic`` processes to reduce the build time.
+ The new :variable:`CMAKE_AUTOGEN_PARALLEL` variable and
+ :prop_tgt:`AUTOGEN_PARALLEL` target property allow to modify the number of
+ parallel ``moc`` or ``uic`` processes to start.
+ By default CMake starts a single ``moc`` or ``uic`` process for each physical
+ CPU on the host system.