Re: [cmake-developers] [Qt-creator] CMake daemon for user tools

2016-03-28 Thread Nikolaus Demmel
Hi Stephen, > On 03/25/2016 09:25 AM, Tobias Hunger wrote: >> I am personally rather unsure about how to proceed. I can help make >> this branch production/merge ready, but I do not want to maintain it >> indefinitely after it is merged. It touches to many CMake internals >> for me to be comfortab

Re: [cmake-developers] Patch for 0016029: GHS Generator does not support LINK_FLAGS property

2016-03-28 Thread Brad King
On 03/28/2016 11:33 AM, Geoffrey Viola wrote: > Here is a patch for issue 16029: https://cmake.org/Bug/view.php?id=16029. Thanks, applied: GHS: Factor out compiler information shared among languages https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=230d50ed GHS: Implement link flags and dir

Re: [cmake-developers] CPackRPM not dealing correctly with symlinks

2016-03-28 Thread Domen Vrankar
Attached is CPackRPM.cmake that fixes cases where symlink points to locations outside packaging directory. Please confirm that it fixes your problem. Patched CPackRPM.cmake is from master branch so please replace the file in your 3.5.0 version of CMake. Thanks, Domen 2016-03-24 9:48 GMT+01:00 At

[cmake-developers] [CMake 0016035]: Would like support for --remote option with git submodules

2016-03-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16035 == Reported By:Clinton Stimpson Assigned To:

[cmake-developers] Patch for 0016029: GHS Generator does not support LINK_FLAGS property

2016-03-28 Thread Geoffrey Viola
Here is a patch for issue 16029: https://cmake.org/Bug/view.php?id=16029. It adds LINK_FLAGS, LINK_FLAGS_, and link_dirs functionality to the Green Hills MULTI generator. This message contains confidential information and is intended only for the recipient. If you are not the named addressee yo

Re: [cmake-developers] [PATCH SET] Support of Clang/C2 compiler

2016-03-28 Thread Brad King
On 03/27/2016 08:31 PM, Mariusz Pluciński wrote: >>> 8. Tests: fix Module.WriteCompilerDetectionHeader >>> 15. Tests: disable VSMidl on Clang/C2 >> I'm going to let these fail for now until someone has time to investigate > I see. I didn't know, how do you handle that situations in CMake project. [

Re: [cmake-developers] CMake API for warnings

2016-03-28 Thread Brad King
On 03/28/2016 01:49 AM, Geoffrey Viola wrote: > Thanks for the feedback. I’ll have to look more in-depth at Xcode specific > issues. >> Take a look at this approach: >> * https://github.com/ruslo/sugar/wiki/Cross-platform-warning-suppression > > I took a look at your repository. It’s very sophist

Re: [cmake-developers] [CMake 0016030]: CMAKE_ASM_NASM_COMPILE_OBJECT lacks

2016-03-28 Thread Brad King
On 03/25/2016 06:27 PM, Gregor Jasny wrote: > I pushed a first commit to asm-includes topic but did not merge to next, > yet. Looking at your quoted patch I wonder if is missing as well? Yes, but that would have been missing before was split out too. The were split out long before. You'll hav

Re: [cmake-developers] [CMake] add_custom_command() OUTPUT does not accept generator expressions, why?

2016-03-28 Thread Brad King
On 03/27/2016 06:11 AM, Dan Liew wrote: > OUTPUT does not accept generator expressions, why? It hasn't been implemented. At least at one time it would have been very hard to implement. I'm not sure now because there has been a lot of refactoring since I last looked at it. There is some discussi

Re: [cmake-developers] CMake daemon for user tools

2016-03-28 Thread Stephen Kelly
On 03/25/2016 09:25 AM, Tobias Hunger wrote: > I am personally rather unsure about how to proceed. I can help make > this branch production/merge ready, but I do not want to maintain it > indefinitely after it is merged. It touches to many CMake internals > for me to be comfortable hacking on that