Re: [cmake-developers] Targets for FindGTK2.cmake

2013-08-06 Thread Daniele E. Domenichelli
Hello Philip, Thanks for your comments. On 06/08/13 05:43, Philip Lowman wrote: I'm not sure if there is a way to develop automated unit tests and mark them to not run by default. That would be useful for regression testing of modules even if it the tests had to be run manually. I added a

Re: [cmake-developers] Suspicious Clang versions

2013-08-06 Thread Brad King
On 08/05/2013 03:45 PM, Brad King wrote: One of the main purposes of the compiler id is to load platform modules like Platform/os-id-lang and Compiler/id-lang. Most of the information in these files will be identical across the upstream and vendor-specific Clang distributions so having a

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Nicolas Desprès
Hi Brad, I have force-pushed all the fixes you've asked for: * I taught cmMakefile copy-ctor * I re-write the test so that it is part of CMakeOnly sub-test suite. I also make it more robust to machine load by increasing the number of targets. This way the performance gap between the logarithmic

[cmake-developers] Module.GenerateExportHeader test is sloooow

2013-08-06 Thread Bill Hoffman
Anyone know why Module.GenerateExportHeader is so slow: http://open.cdash.org/testSummary.php?project=1name=Module.GenerateExportHeaderdate=2013-08-06 On the slowest build it takes 14 minutes to run. The kwsys test which builds a whole library and does a dashboard submission is faster...

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Brad King
On 08/06/2013 09:40 AM, Nicolas Desprès wrote: I have force-pushed all the fixes you've asked for: Great, thanks! * I taught cmMakefile copy-ctor Good. * I re-write the test so that it is part of CMakeOnly sub-test suite. I also make it more robust to machine load by increasing the number

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Nicolas Desprès
On Tue, Aug 6, 2013 at 4:31 PM, Brad King brad.k...@kitware.com wrote: On 08/06/2013 09:40 AM, Nicolas Desprès wrote: I have force-pushed all the fixes you've asked for: Great, thanks! * I taught cmMakefile copy-ctor Good. * I re-write the test so that it is part of CMakeOnly

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Brad King
On 08/06/2013 12:18 PM, Nicolas Desprès wrote: The test suite passes on my computer. I have force-pushed again. Great. In this hunk: + // If the queried path is not absolute we use the backward compatible + // version. The search algorithm is linear. + if (cname[0] != '/') Use

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Brad King
On 08/06/2013 12:44 PM, Brad King wrote: On 08/06/2013 12:18 PM, Nicolas Desprès wrote: The test suite passes on my computer. I have force-pushed again. Great. I had to modify the test like this: -DEPENDS bottle_neck +DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/bottle_neck in order to

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Brad King
On 08/06/2013 01:30 PM, Brad King wrote: IMO it is not worth the effort to establish this test. I've applied a patch based on yours to implement the optimization and merged to 'next' for testing tonight: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2268c41a -Brad -- Powered by

Re: [cmake-developers] CMake is slow for project with hundred target and one command with large number of dependencies

2013-08-06 Thread Nicolas Desprès
On Tue, Aug 6, 2013 at 10:19 PM, Brad King brad.k...@kitware.com wrote: On 08/06/2013 01:30 PM, Brad King wrote: IMO it is not worth the effort to establish this test. I've applied a patch based on yours to implement the optimization and merged to 'next' for testing tonight:

[cmake-developers] [CMake 0014342]: CMAKE_SYSTEM_PROCESS behaviour changed

2013-08-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14342 == Reported By:Craig Scott Assigned To: