Re: [CMake] Ninja + CMake on a dashboard?

2012-03-14 Thread Marcus D. Hanwell
On Fri, Mar 9, 2012 at 12:34 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 3/9/2012 12:21 PM, Steven Wilson wrote: Where does the Ninja generator currently live?   Ie which branch in the sources, etc?   I am keen to see support for the Ninja generator on Mac/Linux/Windows and would not

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-09 Thread Steven Wilson
Where does the Ninja generator currently live? Ie which branch in the sources, etc? I am keen to see support for the Ninja generator on Mac/Linux/Windows and would not mind working on it. Thanks, Steve 2012/3/8 Peter Collingbourne pe...@pcc.me.uk On Wed, Mar 07, 2012 at 07:14:52AM +0100,

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-09 Thread Bill Hoffman
On 3/9/2012 12:21 PM, Steven Wilson wrote: Where does the Ninja generator currently live? Ie which branch in the sources, etc? I am keen to see support for the Ninja generator on Mac/Linux/Windows and would not mind working on it. Thanks, Steve The ninja support is in the next branch

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-08 Thread Peter Collingbourne
On Wed, Mar 07, 2012 at 07:14:52AM +0100, Nicolas Desprès wrote: On Tue, Mar 6, 2012 at 8:58 PM, Clifford Yapp cliffy...@gmail.com wrote: We *could*, if popular demand is high enough, merge it in anyway and call it experimental to start with, or we could get it right all the way

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread David Cole
2012/2/15 David Cole david.c...@kitware.com: 2012/2/15 Nicolas Desprès nicolas.desp...@gmail.com On Wed, Feb 15, 2012 at 6:09 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 2/15/2012 11:04 AM, Peter Collingbourne wrote: On Wed, Feb 15, 2012 at 10:45:04AM -0500, Bill Hoffman wrote:

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Nicolas Desprès
2012/3/6 David Cole david.c...@kitware.com: 2012/2/15 David Cole david.c...@kitware.com: 2012/2/15 Nicolas Desprès nicolas.desp...@gmail.com On Wed, Feb 15, 2012 at 6:09 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 2/15/2012 11:04 AM, Peter Collingbourne wrote: On Wed, Feb 15,

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Bill Hoffman
On 3/6/2012 10:52 AM, Nicolas Desprès wrote: +1 for publishing I think it will boost up the development, bringing more people to work on it. It would be nice to fix the stuff that we know about, as people will of course start reporting bugs as soon as they find them. I guess as long as we

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Peter Collingbourne
On Tue, Mar 06, 2012 at 10:41:19AM -0500, David Cole wrote: 2 things I'd like to see before we merge: (1) test failures corrected on the Mac Nightly Expected dashboards submitting using the ninja generator (2) reliable dashboard submissions (even if not all tests pass) from a Windows

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Andreas Pakulat
On 06.03.12 17:10:41, Peter Collingbourne wrote: On Tue, Mar 06, 2012 at 10:41:19AM -0500, David Cole wrote: 2 things I'd like to see before we merge: (1) test failures corrected on the Mac Nightly Expected dashboards submitting using the ninja generator (2) reliable dashboard

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Peter Collingbourne
On Tue, Mar 06, 2012 at 07:09:03PM +0100, Andreas Pakulat wrote: On 06.03.12 17:10:41, Peter Collingbourne wrote: On Tue, Mar 06, 2012 at 10:41:19AM -0500, David Cole wrote: 2 things I'd like to see before we merge: (1) test failures corrected on the Mac Nightly Expected dashboards

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Bill Hoffman
On 3/6/2012 1:47 PM, Peter Collingbourne wrote: Obviously things won't work perfectly (if at all) for things like GUI applications or bundles. But there are a number of command line tools (such as LLVM/Clang) which do not use any of the OS X packaging stuff. I myself have used the generator to

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Andreas Pakulat
On 06.03.12 18:47:05, Peter Collingbourne wrote: On Tue, Mar 06, 2012 at 07:09:03PM +0100, Andreas Pakulat wrote: On 06.03.12 17:10:41, Peter Collingbourne wrote: On Tue, Mar 06, 2012 at 10:41:19AM -0500, David Cole wrote: 2 things I'd like to see before we merge: (1) test

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Michael Jackson
On Mar 6, 2012, at 2:41 PM, Andreas Pakulat wrote: On 06.03.12 18:47:05, Peter Collingbourne wrote: On Tue, Mar 06, 2012 at 07:09:03PM +0100, Andreas Pakulat wrote: On 06.03.12 17:10:41, Peter Collingbourne wrote: On Tue, Mar 06, 2012 at 10:41:19AM -0500, David Cole wrote: 2 things I'd like

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-06 Thread Nicolas Desprès
On Tue, Mar 6, 2012 at 8:58 PM, Clifford Yapp cliffy...@gmail.com wrote: We *could*, if popular demand is high enough, merge it in anyway and call it experimental to start with, or we could get it right all the way before we merge to 'master' and put it out in an official CMake release.

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Nicolas Desprès
On Tue, Feb 14, 2012 at 11:00 PM, David Cole david.c...@kitware.com wrote: Does anybody on this list have the capacity to volunteer to run / submit a CMake dashboard using the new experimental Ninja generator? (It's now a topic branch on our stage that has been merged to 'next' -- so

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Bill Hoffman
On 2/15/2012 10:27 AM, Nicolas Desprès wrote: = I may have an Ubuntu box and maybe a OS X 10.7 machine, depending on what is required. What do I have to setup? Is the machine required to be up and running all the time? Cheers, It is required that the machine submit once a day. To submit it

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Peter Collingbourne
On Wed, Feb 15, 2012 at 10:45:04AM -0500, Bill Hoffman wrote: On 2/15/2012 10:27 AM, Nicolas Desprès wrote: = I may have an Ubuntu box and maybe a OS X 10.7 machine, depending on what is required. What do I have to setup? Is the machine required to be up and running all the time? Cheers,

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Nicolas Desprès
On Wed, Feb 15, 2012 at 4:45 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/15/2012 10:27 AM, Nicolas Desprès wrote: = I may have an Ubuntu box and maybe a OS X 10.7 machine, depending on what is required. What do I have to setup? Is the machine required to be up and running all the

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Matt Williams
On 14 February 2012 22:00, David Cole david.c...@kitware.com wrote: Does anybody on this list have the capacity to volunteer to run / submit a CMake dashboard using the new experimental Ninja generator? (It's now a topic branch on our stage that has been merged to 'next' -- so it is included

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Bill Hoffman
On 2/15/2012 11:03 AM, Nicolas Desprès wrote: What's happens if it misses some day because the machine is not running for any reason ? Weekend, maintenance, etc... ? Not a bit deal, unless it is missing more often than not. I would say 95% up would be fine. If it is up and down all the

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Alexander Neundorf
On Wednesday 15 February 2012, Peter Collingbourne wrote: On Wed, Feb 15, 2012 at 10:45:04AM -0500, Bill Hoffman wrote: On 2/15/2012 10:27 AM, Nicolas Desprès wrote: = I may have an Ubuntu box and maybe a OS X 10.7 machine, depending on what is required. What do I have to setup?

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread Nicolas Desprès
On Wed, Feb 15, 2012 at 6:09 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/15/2012 11:04 AM, Peter Collingbourne wrote: On Wed, Feb 15, 2012 at 10:45:04AM -0500, Bill Hoffman wrote: I note that Kitware has machines set up to run dashboards for the Makefile generator. Is there any

Re: [CMake] Ninja + CMake on a dashboard?

2012-02-15 Thread David Cole
2012/2/15 Nicolas Desprès nicolas.desp...@gmail.com On Wed, Feb 15, 2012 at 6:09 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/15/2012 11:04 AM, Peter Collingbourne wrote: On Wed, Feb 15, 2012 at 10:45:04AM -0500, Bill Hoffman wrote: I note that Kitware has machines set up to