[cmake-developers] [CMake 0016091]: RelWithDebInfo links Boost debug libraries

2016-05-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16091 == Reported By:LCID Fire Assigned To:

[cmake-developers] [CMake 0016090]: FindwxWidgets looks in /usr/include/wx-2.8/ for wxWidgets 3.0

2016-05-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16090 == Reported By:Jason Yundt Assigned To: ===

Re: [cmake-developers] toolset Clang 3.7 with Microsoft CodeGen (v140_clang_3_7) debug is broken

2016-05-02 Thread forumer
Le 2016-05-02 20:41, Brad King a écrit : On 05/02/2016 02:17 PM, foru...@smartmobili.com wrote: Don't know if it's the best place to report it but I am testing nightly builds(3.5.20160429) to generate some projects for Visual Studio 2015 and the clang toolset now provided by Microsoft. Yes,

Re: [cmake-developers] toolset Clang 3.7 with Microsoft CodeGen (v140_clang_3_7) debug is broken

2016-05-02 Thread Brad King
On 05/02/2016 02:17 PM, foru...@smartmobili.com wrote: > Don't know if it's the best place to report it but I am testing nightly > builds(3.5.20160429) to generate some projects > for Visual Studio 2015 and the clang toolset now provided by Microsoft. Yes, this is the right place to report it, es

[cmake-developers] toolset Clang 3.7 with Microsoft CodeGen (v140_clang_3_7) debug is broken

2016-05-02 Thread forumer
Hi, Don't know if it's the best place to report it but I am testing nightly builds(3.5.20160429) to generate some projects for Visual Studio 2015 and the clang toolset now provided by Microsoft. There is one problem when using debug configurations because we cannot debug generated executables.

[cmake-developers] [CMake 0016089]: Overriding subdir options no longer works

2016-05-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16089 == Reported By:LCID Fire Assigned To:

[cmake-developers] [CMake 0016088]: How to add CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS for cuda files ?

2016-05-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16088 == Reported By:hevy Assigned To: ==

Re: [cmake-developers] Multiple files support for touch and touch_nocreate

2016-05-02 Thread Brad King
On 05/02/2016 06:37 AM, Bartosz Kosiorek wrote: > I implemented multiple files support for touch and touch_nocreate. > > It seems that partially it was implemented but: > 1. Documentation didn't mention about multi file support for touch command > 2. When some unspecified error will occur, the tou

Re: [cmake-developers] Code style auto-formatting

2016-05-02 Thread Brad King
On 04/28/2016 10:26 AM, Brad King wrote: > Thanks! I'll try that out myself when I get a chance. > > Meanwhile I've applied these cleanups I decided to get the include ordering and block organization worked out so that we don't need the special case for cmStandardIncludes.h ordering. Also I've

Re: [cmake-developers] [CMake 0016082]: Support alternative download URL in ExternalProject_Add

2016-05-02 Thread Brad King
On 04/29/2016 03:40 PM, A. Klitzing wrote: > I APPEND the log of every failed download and print that only if no > URL works now. So we reserve the detailed error log of a single > download attempt. Thanks. I added the test case with the patch below and it causes the ExternalProjectLocal test to

[cmake-developers] Multiple files support for touch and touch_nocreate

2016-05-02 Thread Bartosz Kosiorek
Hello. I implemented multiple files support for touch and touch_nocreate. It seems that partially it was implemented but: 1. Documentation didn't mention about multi file support for touch command 2. When some unspecified error will occur, the touching multiple files was interrupted. `i fixed tha