Re: [cmake-developers] ninja status

2012-04-08 Thread Peter Kümmel
On 08.04.2012 01:53, Bill Hoffman wrote: On 4/7/2012 5:03 PM, Peter Collingbourne wrote: On Sat, Apr 07, 2012 at 10:00:41PM +0200, Peter Kümmel wrote: On 07.04.2012 21:56, Peter Kümmel wrote: By default Ninja support is not enabled on Windows and Mac, somehow it was build the last times but

Re: [cmake-developers] ninja status

2012-04-08 Thread Óscar Fuentes
Peter Kümmel syntheti...@gmx.net writes: I know ninja should not be enabled on other platforms than Linux, and it wasn't, even with my patch. This was not a try the enable ninja through the backdoor! I've fixed it and changed the message so it could not happen again:

Re: [cmake-developers] ninja status

2012-04-08 Thread Peter Kümmel
On 08.04.2012 14:12, Óscar Fuentes wrote: Peter Kümmelsyntheti...@gmx.net writes: I know ninja should not be enabled on other platforms than Linux, and it wasn't, even with my patch. This was not a try the enable ninja through the backdoor! I've fixed it and changed the message so it could

Re: [cmake-developers] ninja status

2012-04-08 Thread Richard Wackerbarth
FYI: Intentionally, Chameleon-00.NFSNet forces the building of CMake to allow, and subsequently use, Ninja. It does so by placing the following line in the configuration set(dashboard_cache CMAKE_ENABLE_NINJA:BOOL=TRUE) As you can see from the recent dashboards, enabling this option does not

Re: [cmake-developers] ninja status

2012-04-07 Thread Peter Kümmel
On 07.04.2012 20:46, David Cole wrote: On Fri, Apr 6, 2012 at 3:49 PM, David Coledavid.c...@kitware.com wrote: On Fri, Apr 6, 2012 at 3:10 PM, Peter Kümmelsyntheti...@gmx.net wrote: One nitpick with the patch, the KWStyle test fails because lines 58 63 exceed our max line length limit (79

Re: [cmake-developers] ninja status

2012-04-07 Thread Peter Kümmel
On 07.04.2012 21:56, Peter Kümmel wrote: By default Ninja support is not enabled on Windows and Mac, somehow it was build the last times but I touched the cmake code there and introduced a FORCE: http://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=f93e81858b5e1243714ed7f26aadfc791a7b0ff0

Re: [cmake-developers] ninja status

2012-04-07 Thread Peter Collingbourne
On Sat, Apr 07, 2012 at 10:00:41PM +0200, Peter Kümmel wrote: On 07.04.2012 21:56, Peter Kümmel wrote: By default Ninja support is not enabled on Windows and Mac, somehow it was build the last times but I touched the cmake code there and introduced a FORCE:

Re: [cmake-developers] ninja status

2012-04-07 Thread Bill Hoffman
On 4/7/2012 5:03 PM, Peter Collingbourne wrote: On Sat, Apr 07, 2012 at 10:00:41PM +0200, Peter Kümmel wrote: On 07.04.2012 21:56, Peter Kümmel wrote: By default Ninja support is not enabled on Windows and Mac, somehow it was build the last times but I touched the cmake code there and

Re: [cmake-developers] ninja status

2012-04-06 Thread Peter Kümmel
Explanations of failing tests: - The Plugin test is failing on Windows because the ENABLE_EXPORTS target flag is not being processed: Attached a patch which fixes this test. It was not an unprocessed flag but a not existing directory. I don't know where to commit this patch.

Re: [cmake-developers] ninja status

2012-04-06 Thread David Cole
On Fri, Apr 6, 2012 at 1:35 PM, Peter Kümmel syntheti...@gmx.net wrote: On 06.04.2012 19:24, David Cole wrote: The ninja-generator stuff has all been merged into 'master' already. Just start a new topic branch and push it to the stage: # first get up to date w.r.t. origin/master: git

Re: [cmake-developers] ninja status

2012-04-06 Thread David Cole
On Fri, Apr 6, 2012 at 3:10 PM, Peter Kümmel syntheti...@gmx.net wrote: One nitpick with the patch, the KWStyle test fails because lines 58 63 exceed our max line length limit (79 characters is the max). Could you please put another commit on top of that one, fixing the lines that are too

Re: [cmake-developers] ninja status

2012-04-05 Thread Bill Hoffman
On 4/3/2012 7:53 PM, Nicolas Desprès wrote: On next 68160664982d8f42ccfa8d68de778df823b52979 and on master 5e9c7731e16fc077a3637a02cb983d397329a23a with Ninja: The following tests FAILED: 1 - CMake.Install (Failed) 54 - ExportImport (Failed) 61 - Qt4Deploy (Failed)

Re: [cmake-developers] ninja status

2012-04-03 Thread Nicolas Desprès
On Tue, Apr 3, 2012 at 6:48 PM, Bill Hoffman bill.hoff...@kitware.com wrote: Hi,  I just wanted to get an update on the ninja generator status. Right now all linux tests are passing, and that platform seems to be done. Hi Bill, Thanks for the status. Windows:  - No file level depend

Re: [cmake-developers] [Ninja] Status and roadmap

2011-04-19 Thread Nicolas Desprès
2011/4/12 Nicolas Desprès nicolas.desp...@gmail.com: 2011/4/11 Brad King brad.k...@kitware.com: On 04/11/2011 05:16 AM, Nicolas Desprès wrote: I have continued my work on the Ninja generator this weekend and I Great!  Thanks for working on this. Here my roadmap: 1/ Configure and build an

Re: [cmake-developers] [Ninja] Status and roadmap

2011-04-11 Thread Brad King
On 04/11/2011 05:16 AM, Nicolas Desprès wrote: I have continued my work on the Ninja generator this weekend and I Great! Thanks for working on this. Here my roadmap: 1/ Configure and build an helloworld program with a shared library. 2/ Configure and build an helloworld program with a