Re: [cmake-developers] CMake daemon-mode

2016-06-06 Thread Stephen Kelly
On 06/06/2016 05:39 PM, Tobias Hunger wrote: > Hi everybody, > > I want the cmake daemon mode Stephen Kelly proposed a while back. In my > opinion > this could become a game changer. Unfortunately Stephen told me that he did > not > have the resources to push this forward at this time. It is alm

Re: [cmake-developers] Developer tasks - Refactoring

2016-06-06 Thread Stephen Kelly
On 06/06/2016 11:14 PM, Daniel Pfeifer wrote: > Here is what I found. > > * SetLinkScriptShell is called from two places: > cmMakefileExecutableTargetGenerator::WriteExecutableRule and > cmMakefileLibraryTargetGenerator::WriteLibraryRules. > * We can instantiate a cmOutputConverter in those places

Re: [cmake-developers] Developer tasks - Refactoring

2016-06-06 Thread Daniel Pfeifer
On Sun, Jun 5, 2016 at 2:15 PM, Stephen Kelly wrote: > On 05/19/2016 11:27 PM, Daniel Pfeifer wrote: >> On Wed, Feb 10, 2016 at 12:12 AM, Stephen Kelly wrote: >>> 1) Make cmLocalGenerator not inherit cmOutputConverter >>> * Change enums like cmLocalGenerator::START_OUTPUT with sed. See >>> >>>

Re: [cmake-developers] CMake daemon-mode

2016-06-06 Thread Brad King
On 06/06/2016 11:39 AM, Tobias Hunger wrote: > This is why I started working on making Stephen's code merge-able and more > robust. I will also volunteer to help maintain this code going forward. Great, thanks! Hopefully I will have time to look at this in more detail soon. For now here are a fe

[cmake-developers] CMake daemon-mode

2016-06-06 Thread Tobias Hunger
Hi everybody, I want the cmake daemon mode Stephen Kelly proposed a while back. In my opinion this could become a game changer. Unfortunately Stephen told me that he did not have the resources to push this forward at this time. This is why I started working on making Stephen's code merge-able and

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Matthäus G . Chajdas
Thanks a lot! I've pushed a squashed commit which does everything in one go, and merged it into next. Cheers, Matthäus Am 06.06.2016 um 17:22 schrieb Brad King: > On 06/06/2016 11:09 AM, Matthäus G. Chajdas wrote: >> thanks a lot. Is this make test or is there something special needed to >> get

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Brad King
On 06/06/2016 11:09 AM, Matthäus G. Chajdas wrote: > thanks a lot. Is this make test or is there something special needed to > get the ModuleNotices? make test is super-slow, I wonder if there's a > faster way to get to the relevant test. Just run: ctest -R ModuleNotices To run the whole test

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Matthäus G . Chajdas
Hi Brad, thanks a lot. Is this make test or is there something special needed to get the ModuleNotices? make test is super-slow, I wonder if there's a faster way to get to the relevant test. Cheers, Matthäus Am 06.06.2016 um 15:36 schrieb Brad King: > On 06/04/2016 02:54 PM, Matthäus G. Chajda

Re: [cmake-developers] Bug in CMake: Generated Ninja files do not work on Windows

2016-06-06 Thread Brad King
On 06/06/2016 10:11 AM, "Michael Jäntsch" wrote: > I would like to report a bug which I found in CMake 3.6.0-rc1. However, > it is also present in release 3.5.2 and probably earlier releases as well. > > Description: > The generated rule in rules.ninja for linking static libraries contains > the

[cmake-developers] Bug in CMake 3.6.0-rc1: Generated Ninja files do not work on Windows

2016-06-06 Thread Michael Jäntsch
Hi all,   I would like to report a bug which I found in CMake 3.6.0-rc1. However, it is also present in release 3.5.2 and probably earlier releases as well.   Description: The generated rule in rules.ninja for linking static libraries contains the command for actual linking and an additional c

Re: [cmake-developers] Productbuild CPack generator

2016-06-06 Thread clinton
On Jun 6, 2016 7:28 AM, Brad King wrote: > > On 06/02/2016 12:03 PM, clin...@elemtech.com wrote: > > I have submitted a productbuild generator this morning. > > Clinton, I see you followed up with some fixups to the topic and have > now squashed it down.  I've extended the revised topic with r

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Brad King
On 06/04/2016 02:54 PM, Matthäus G. Chajdas wrote: > I've pushed an add-FindVulkan topic branch which adds a module to search > for the Vulkan graphics API (https://www.khronos.org/vulkan/). > > I'm also happy to maintain this going forward. Thanks. Please run the CMake test suite and fix the Mo

Re: [cmake-developers] Productbuild CPack generator

2016-06-06 Thread Brad King
On 06/05/2016 04:20 PM, Roman Wüger wrote: > Is it in CMake 3.6.x? No, this is brand new post-3.6 development. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMa

Re: [cmake-developers] Productbuild CPack generator

2016-06-06 Thread Brad King
On 06/02/2016 12:03 PM, clin...@elemtech.com wrote: > I have submitted a productbuild generator this morning. Clinton, I see you followed up with some fixups to the topic and have now squashed it down. I've extended the revised topic with release notes: Help: Add notes for 'productbuild' topic

[cmake-developers] [CMake 0016136]: cmake --build can not build several targets

2016-06-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16136 == Reported By:Tobias Hunger Assigned To: