[cmake-developers] [CMake 0013892]: Don't abort if current working directory is deleted

2013-02-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13892 == Reported By:Orion E. Poplawski Assigned To:

Re: [cmake-developers] Setting includes, defines and other usage requirements with one command

2013-02-04 Thread Brad King
On 02/04/2013 04:41 AM, Stephen Kelly wrote: > My patches don't seem to have had any effect. > > Can you pick a unit test (eg RunCMake.TargetPropertyGeneratorExpressions) > and find out exactly which commit is causing the slowdown from 1m55s to > 4m28s on the affected machine? > > I think I've

Re: [cmake-developers] Fwd: Bug#699657: cmake: cmake -E touch truncates time

2013-02-04 Thread Eric Noulard
2013/2/4 Brad King : > On 02/04/2013 08:52 AM, Bill Hoffman wrote: >> # Touch the two files again >> $ touch file1 ; cmake -E touch file2 ; ls -l --full-time >> -rw-r- 1 0 2013-02-03 02:01:01.595819478 +0100 file1 >> -rw-r- 1 0 2013-02-03 02:01:01.0 +0100 file2 >

[cmake-developers] Fwd: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed

2013-02-04 Thread Bill Hoffman
FYI Original Message Subject: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed Date: Thu, 31 Jan 2013 19:30:37 - From: Launchpad Bug Tracker <894...@bugs.launchpad.net> Reply-To: Bug 894805 <894...@bugs.launchpad.net> To: cm...@packages.qa.

Re: [cmake-developers] Fwd: Bug#699657: cmake: cmake -E touch truncates time

2013-02-04 Thread Brad King
On 02/04/2013 08:52 AM, Bill Hoffman wrote: > # Touch the two files again > $ touch file1 ; cmake -E touch file2 ; ls -l --full-time > -rw-r- 1 0 2013-02-03 02:01:01.595819478 +0100 file1 > -rw-r- 1 0 2013-02-03 02:01:01.0 +0100 file2 You introduced this here:

[cmake-developers] Fwd: Bug#699657: cmake: cmake -E touch truncates time

2013-02-04 Thread Bill Hoffman
FYI Original Message Subject: Bug#699657: cmake: cmake -E touch truncates time Resent-Date: Sun, 03 Feb 2013 01:21:01 + Resent-From: Arnaud Giersch Resent-To: debian-bugs-d...@lists.debian.org Resent-CC: arnaud.gier...@iut-bm.univ-fcomte.fr, Modestas Vainius Date: Sun,

[cmake-developers] [CMake 0013889]: Multiple add_custom_command for the same output file lead to multiple rules being generated for the same file

2013-02-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13889 == Reported By:Micha Hergarden Assigned To:

Re: [cmake-developers] Setting includes, defines and other usage requirements with one command

2013-02-04 Thread Stephen Kelly
Stephen Kelly wrote: > Brad King wrote: >> Meanwhile, I've noticed the test run times on some dashboard machines >> have doubled since two weeks ago. Can you please run some timing >> tests comparing current 'next' to 2.8.10.2 for some existing projects? > > Actually they seem to have doubled ov