Boost logo

Boost :

Subject: Re: [boost] [1.58.0] Release candidates available
From: Bjørn Roald (bjorn_at_[hidden])
Date: 2015-04-07 15:17:13


On 07. april 2015 18:34, Steven Watanabe wrote:
> AMDG
>
> On 04/07/2015 02:38 AM, Andrey Semashev wrote:
>> On Tue, Apr 7, 2015 at 11:22 AM, Olaf van der Spek <ml_at_[hidden]> wrote:
>>> On Tue, Apr 7, 2015 at 10:00 AM, Andrey Semashev
>>> <andrey.semashev_at_[hidden]> wrote:
>>>>> Could b2 default to -jX where X is the number of cores?
>>>>
>>>> This would be unexpected
>>>
>>> Why?
>>
>> AFAIK, other build systems do not build in parallel by default.
>>
>
> Ninja does, I believe.

MSBuild as well, thus newer VisualStudio as MSBuild is the commandline
backend to VisualStudio builds nowadays.

BuildInParallel
        
A boolean value that indicates whether project references are built or
cleaned in parallel when Multi-Proc MSBuild is used. The default value
is true, which means that projects will be built in parallel if the
system has multiple cores or processors.

QtCreator uses an nmake drop in replacement for nmake makefiles that is
calld jom. It does the same thing to speed up older builds for
microsoft C++ builds.

--
Bjørn

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk