Re: [cmake-developers] How to use JOB_POOLS?

2016-11-21 Thread Dave Abrahams
on Mon Nov 21 2016, Brad King wrote: > On 11/21/2016 11:06 AM, Dave Abrahams wrote: >> the documentation for JOB_POOLS is sparse > > Yes, it is bare-bones reference documentation for someone that already > knows how Ninja job pools work. I know perfectly well how Ninja job pools work. The do

Re: [cmake-developers] Docs for CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT

2016-11-21 Thread Brad King
On 11/19/2016 06:06 AM, Craig Scott wrote: > can documentation be added for it Yes, it was simply missing the docs: https://gitlab.kitware.com/cmake/cmake/merge_requests/271 Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmak

Re: [cmake-developers] How to use JOB_POOLS?

2016-11-21 Thread Brad King
On 11/21/2016 11:06 AM, Dave Abrahams wrote: > the documentation for JOB_POOLS is sparse Yes, it is bare-bones reference documentation for someone that already knows how Ninja job pools work. A sufficiently motivated contributor could add more to the `Help/generator/Ninja.rst` document in a new "

[cmake-developers] How to use JOB_POOLS?

2016-11-21 Thread Dave Abrahams
Hi all, I'm finding that the documentation for JOB_POOLS is... sparse, to say the least. I understand the principle at work, but it's really unclear how JOB_POOL_LINK and JOB_POOL_COMPILE are supposed to work when set per-target. When set globally, it's clear that JOB_POOL_COMPILE is supposed t

Re: [cmake-developers] improved CodeBlocks group support

2016-11-21 Thread Daniel Pfeifer
On Mon, Nov 21, 2016 at 4:21 PM, Tobias Hunger wrote: > Hi Tim, > > Am 21.11.2016 01:19 schrieb "tim cotter" : > > > > i've patched my local cmake to automatically add a virtual folder group > option for every file in a code blocks project. > > > > it's not proper support for cmake source groups.

Re: [cmake-developers] improved CodeBlocks group support

2016-11-21 Thread Tobias Hunger
Hi Tim, Am 21.11.2016 01:19 schrieb "tim cotter" : > > i've patched my local cmake to automatically add a virtual folder group option for every file in a code blocks project. > > it's not proper support for cmake source groups. > but it does what i want it to do. > > the patch is small. > > would