[cmake-developers] Ninja leaking localized /showIncludes(?)

Nils Gladitz nilsgladitz at gmail.com
Tue Nov 26 04:16:07 EST 2013


On 11/26/2013 09:41 AM, Nils Gladitz wrote:
> On 11/26/2013 09:33 AM, Peter Kümmel wrote:
>>
>> Seems the launcher breaks the ninja parser. Why are launcher needed? 
>> I never used them.
>>
> The CTest launchers collect the output of each command (compiler call, 
> linker call, custom command).
> That way CTest knows which command produced which output (e.g. which 
> compiler call produced which diagnostics).
> The collated information is more useful on the dashboard than a single 
> stream of potentially interleaved output.
>
> Nils

I found some random CMake Dashboard examples that might show off the 
potential.

With launchers:
http://open.cdash.org/viewBuildError.php?type=1&buildid=3115409

Without launchers:
http://open.cdash.org/viewBuildError.php?type=1&buildid=3114915

Nils



More information about the cmake-developers mailing list