[cmake-developers] [CMake 0015792]: Bad escaping of parentheses in POST_BUILD events if Ninja generator used

2015-10-15 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15792 == Reported By:Pavel Solodovnikov Assigned To:

[cmake-developers] [CMake 0015793]: nmake "U1095" too long command line error

2015-10-15 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15793 == Reported By:M.B. Assigned To:

Re: [cmake-developers] Removed unnecessary flags in GHS MULTI Generation

2015-10-15 Thread Brad King
On 10/14/2015 10:18 PM, Geoffrey Viola wrote: > Attached is a diff to stop producing "{optgroup=GhsCommonOptions}" Thanks, applied: GHS: Remove extra flag to GHS MULTI compiler (#15771) https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ce7ccafc -Brad -- Powered by www.kitware.com Please

Re: [cmake-developers] Filesystem timestamp checks

2015-10-15 Thread Ben Boeckel
On Thu, Oct 15, 2015 at 22:58:29 +0300, Ruslan Baratov via cmake-developers wrote: > Test: https://github.com/forexample/date-resolution-test > Log: https://travis-ci.org/forexample/date-resolution-test/builds/85021483 > Any other ideas? I patched make locally to output the mtimes used when it

[cmake-developers] Filesystem timestamp checks

2015-10-15 Thread Ruslan Baratov via cmake-developers
Originally from: https://cmake.org/Bug/view.php?id=15769 Here is the scenario of not triggering rebuild of project while CMakeLists.txt changed: 1. Create CMakeLists.txt (modification time 100 units) 2. Run generate (create project from scratch): `cmake -H. -B_builds`. Takes 5 units, Makefile

[cmake-developers] [CMake 0015794]: The Xcode generator consumes all arguments beginning with "-O" even when they're not optimization flags.

2015-10-15 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15794 == Reported By:Davy Durham Assigned To:

[cmake-developers] cmake Xcode bug clobbering -ObjC/-ObjC++ flags

2015-10-15 Thread Davy Durham
Bug filed here: https://cmake.org/Bug/view.php?id=15794 Patch file against git master HEAD attached to this email. Acceptable? Thanks >From 99ca3254e4886155c20de54761dc9c2ca64fdf89 Mon Sep 17 00:00:00 2001 From: Davy Durham Date: Thu, 15 Oct 2015 12:04:43 -0500 Subject: