[CMake] Transitive library dependencies with parallel builds

2012-02-29 Thread Number Cruncher
Do transitive dependencies reduce number of jobs that can be compiled in parallel? If I have two libraries A and B, with an executable C, whose dependencies are described by: add_library(A ${A_SRC}) add_library(B ${B_SRC}) target_link_libraries(B A) add_executable(C ${C_SRC}) targ

Re: [CMake] Parallel build with ctest 2.8.2

2010-07-22 Thread Number Cruncher
I'd just like to confirm that I've seen exactly the same bug since upgrading from 2.8.0 to 2.8.1. I've submitted a bug at: http://public.kitware.com/Bug/view.php?id=11026 On 21/07/10 16:06, Bill Hoffman wrote: On 7/21/2010 10:41 AM, Emmanuel Christophe wrote: Hi Dave, Thanks for the informati

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
Please see submitted report and patch at http://www.cmake.org/Bug/view.php?id=8168 Bill Hoffman wrote: Number Cruncher wrote: Thanks for getting back to me. I'm working on a patch right now (with my best guess as to what was originally intended). Hopefully I'll have patch in the n

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
Thanks for getting back to me. I'm working on a patch right now (with my best guess as to what was originally intended). Hopefully I'll have patch in the next day or so. Should I just post it here? Simon. OK, so I am going to be brutally honest here... The person that wrote the CVS/SVN upd

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
Okay, I *think* I get that "svn log" is called for "U ", i.e. updated, but not for "M|C|G why is "svn status" called when the file is updated to an older copy? Number Cruncher wrote: The more I look at the CVS logs for this, the more convinced I am that ther

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
The more I look at the CVS logs for this, the more convinced I am that there's a major bug in the retrieval of log information for modified files. Apologies if my last post was a bit blunt. I'm just a bit disappointed at not having any response to my bug submissions or patches. I'm trying to do

[CMake] CTest Subversion support and update handler

2008-11-24 Thread Number Cruncher
I'm trying to patch CTest (CMake 2.6.2) so that it can handle spaces in usernames, but am having real difficulty understand the cmCTestUpdateHandler::ProcessHandler() source and believe there may be fundamental bugs in the code. The lack of *any* comments doesn't help and makes me worry about