[cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-18 Thread James Bigler
I make heavy use of the add_custom_command feature for compiling CUDA code with FindCUDA.cmake. Lately when doing more and more developement with VS 2010, I've experiences several issues with the Custom Build Tool as implemented by MSbuild. I've filed three bugs with Microsoft, and all but one so

Re: [cmake-developers] [PATCH] fix matching output of "bison --version"

2011-11-18 Thread David Cole
Thanks. Applied and pushed to 'next': http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=20cb5edbcaaf89c35638911c27e6aec1c7fc022f On Fri, Nov 18, 2011 at 10:18 AM, Rolf Eike Beer wrote: > This patch against next (because the offending patch is not in master yet) > fixes one cause of the val

[cmake-developers] [PATCH] fix matching output of "bison --version"

2011-11-18 Thread Rolf Eike Beer
This patch against next (because the offending patch is not in master yet) fixes one cause of the valgrind warnings Bill reported recently. It doesn't fix the C++ code, it only fixes the module that accidentially spotted this by a bug in itself. Eike>From d52761d236cf7cfee7743ac283df52af0ac64ac

Re: [cmake-developers] valgrind errors

2011-11-18 Thread Rolf Eike Beer
> We seems to have some valgrind errors on the dashboard: > > http://www.cdash.org/CDash/viewDynamicAnalysisFile.php?id=2554459 > > Seems to have started with this day: > http://www.cdash.org/CDash/viewChanges.php?project=CMake&date=2011-11-12 > > http://www.cdash.org/CDash/viewUpdate.php?buildid=1

Re: [cmake-developers] rpaths on Mac

2011-11-18 Thread Clinton Stimpson
On Friday, November 18, 2011 04:59:36 am David Cole wrote: > On Thu, Nov 17, 2011 at 5:26 PM, Clinton Stimpson wrote: > > On Thursday, November 17, 2011 02:03:15 pm Brad King wrote: > >> On 11/17/2011 11:49 AM, Clinton Stimpson wrote: > >> > I'm experimenting with using @rpath instead of @executa

[cmake-developers] valgrind errors

2011-11-18 Thread Bill Hoffman
We seems to have some valgrind errors on the dashboard: http://www.cdash.org/CDash/viewDynamicAnalysisFile.php?id=2554459 Seems to have started with this day: http://www.cdash.org/CDash/viewChanges.php?project=CMake&date=2011-11-12 http://www.cdash.org/CDash/viewUpdate.php?buildid=1717708 I th

Re: [cmake-developers] rpaths on Mac

2011-11-18 Thread David Cole
On Thu, Nov 17, 2011 at 5:26 PM, Clinton Stimpson wrote: > On Thursday, November 17, 2011 02:03:15 pm Brad King wrote: >> On 11/17/2011 11:49 AM, Clinton Stimpson wrote: >> > I'm experimenting with using @rpath instead of @executable_path and >> > @loader_path, because @rpath is useful in some sit

Re: [cmake-developers] [PATCH 0/3] The CMake Ninja generator.

2011-11-18 Thread Nicolas Desprès
On Wed, Nov 16, 2011 at 6:06 PM, Bill Hoffman wrote: > On 11/16/2011 9:05 AM, OKUMURA Yuki wrote: > >> (Sorry Bill, i repost here..) >> >> 2011/11/16 Bill Hoffman >> >: >> - snip - >> >>> What type of evolution will Ninja need? I suppose it could use cmake >>> scripts and exectue_process which c

Re: [cmake-developers] [PATCH 0/3] The CMake Ninja generator.

2011-11-18 Thread Nicolas Desprès
On Wed, Nov 16, 2011 at 3:05 PM, OKUMURA Yuki wrote: > (Sorry Bill, i repost here..) > > 2011/11/16 Bill Hoffman : > - snip - > > What type of evolution will Ninja need? I suppose it could use cmake > > scripts and exectue_process which can do && type things pretty easy. > > Why not insert "cmd

Re: [cmake-developers] [PATCH 0/3] The CMake Ninja generator.

2011-11-18 Thread Nicolas Desprès
2011/11/15 Bill Hoffman > On 11/15/2011 1:11 PM, Nicolas Desprès wrote: > >> >> >> 2011/11/15 Bill Hoffman > > >> >> >>On 11/15/2011 12:54 PM, Nicolas Desprès wrote: >> >>Too much in my opinion. Specially the && operator of the shell. >>Usin