summaryrefslogtreecommitdiffstats
path: root/Help/prop_gbl/JOB_POOLS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Support job pools in custom commands and targetsRosen Matev2019-05-141-0/+5
| | | | | | | | | | Provide a way for custom commands and targets to set the pool variable of the ninja build statement. Setting `JOB_POOL` is not compatible with `USES_TERMINAL`, which implies the `console` pool. The option is silently ignored with other generators. Closes: #18483
* Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLSMatt McCormick2017-11-291-0/+3
| | | | | | | | | | | This enables configuration of build parallelism with the Ninja generator by passing arguments on the command line to CMake. For example, cmake \ '-DCMAKE_JOB_POOLS:STRING=compile=5;link=2' \ -DCMAKE_JOB_POOL_COMPILE:STRING=compile \ -DCMAKE_JOB_POOL_LINK:STRING=link \ ~/src/MyProject
* Help: Document build targets automatically added to console pool.Stephen Kelly2015-02-041-0/+3
|
* Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-251-0/+20
Could be tested by setting the environment variable NINJA_STATUS=[%r]