[cmake-developers] Ninja: files per second

2012-07-28 Thread Peter Kümmel
I've added a nice feature to ninja which is now upstream: By setting the environment variable NINJA_STATUS bash: export NINJA_STATUS=[%s/%t %o(%c)/s] cmd.exe (with space at the end): set NINJA_STATUS=[%s/%t %o(%c)/s] Ninja prints the overall processed files per second and

Re: [cmake-developers] Ninja: files per second

2012-07-28 Thread Shlomi Fish
Hi Peter, thanks for your work on Ninja. On Sat, 28 Jul 2012 10:57:44 +0200 Peter Kümmel syntheti...@gmx.net wrote: I've added a nice feature to ninja which is now upstream: By setting the environment variable NINJA_STATUS bash: export NINJA_STATUS=[%s/%t %o(%c)/s] cmd.exe

Re: [cmake-developers] Use OBJECT_DEPENDS in qt4_generate_moc() ?

2012-07-28 Thread Alexander Neundorf
On Friday 27 July 2012, David Cole wrote: On Fri, Jul 27, 2012 at 4:27 PM, Alexander Neundorf neund...@kde.org wrote: On Thursday 05 July 2012, David Cole wrote: On Thu, Jul 5, 2012 at 12:29 PM, Clinton Stimpson clin...@elemtech.com wrote: On Thursday, July 05, 2012 06:20:56 PM

Re: [cmake-developers] Ninja: files per second

2012-07-28 Thread Peter Kümmel
On 28.07.2012 11:43, Shlomi Fish wrote: Nice. I was now able to get the Freecell Solver test suite to pass with ninja test, but there is one problem: when I run ninja -vv test, then ninja displays the line [1/1] cd /home/shlomif/progs/freecell/git/fc-solve/fc-solve/source/n perl

Re: [cmake-developers] [CMake] Ninja: files per second

2012-07-28 Thread Nicolas Desprès
On Sat, Jul 28, 2012 at 11:43 AM, Shlomi Fish shlo...@shlomifish.orgwrote: [...] I was now able to get the Freecell Solver test suite to pass with ninja test, but there is one problem: when I run ninja -vv test, then ninja displays the line [1/1] cd