Re: [cmake-developers] [Review request] TopicFind GTK2_sigc++_c++11

2015-10-07 Thread Daniele E. Domenichelli
On 06/10/2015 19:25, Brad King wrote: > On 10/06/2015 12:20 PM, Daniele E. Domenichelli wrote: >> I updated the topic according to your comments. The new commit is this: >> >> FindGTK2: Enable c++11 for sigc++ 2.5.1 or later >> https://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=33eb8fa >

[cmake-developers] Moving from Module to Target-based linking

2015-10-07 Thread Daniel Wirtz
Hey all, is there any development going on towards providing FindXXX.cmake wrapper modules that "convert" MODULE-mode results into CONFIG style imported targets to consume? correct me if i'm wrong here, but as more and more projects are being cmake'ified and the config-mode is far more robust

[cmake-developers] [CMake 0015771]: GHS-MULTI Generator Uses Macros in GPJs Uncompatible With Older Versions

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

Re: [cmake-developers] Rename suffix of Mac OS Framework

2015-10-07 Thread Roman Wüger
Hi Brad, A use case for example is when an InDesign plugin should be developed. The InDesign plugin on Mac OS is a framework with the file extension ".InDesignPlugin". It works if the "Xcode" generator is used and the target property "XCODE_ATTRIBUTE_WRAPPER_EXTENSION" is set to "InDesignPlugi

[cmake-developers] [CMake 0015772]: snprintf on msvc14 compiler

2015-10-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=15772 == Reported By:Garcia Sylvain Assigned To:

Re: [cmake-developers] Patch: install universal iOS libraries

2015-10-07 Thread Gregor Jasny via cmake-developers
Hello, thank you for working on this. This is really hairy stuff. On 24/09/15 11:10, Ruslan Baratov via cmake-developers wrote: > Patches help to install universal iOS (device + simulator) libraries by > triggering some extra instructions (build + fuse) after "regular" > library installation fini

[cmake-developers] [Review Request] New module: IncludeUrl

2015-10-07 Thread Daniele E. Domenichelli
Hello all, Please review the "IncludeUrl" topic[1] that adds a new "IncludeUrl" module. This module adds the include_url command that is useful to download and include other CMake modules from a given url. [1]https://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/IncludeUrl The main

[cmake-developers] [CMake 0015773]: Transitive config-specific compile features may be buggy

2015-10-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15773 == Reported By:Stephen Kelly Assigned To:

Re: [cmake-developers] CXX_STANDARD and linking

2015-10-07 Thread Stephen Kelly
Brad King wrote: > On 10/04/2015 10:47 AM, Stephen Kelly wrote: >> So, is this thread really about a bug, or is it a feature request? > > I think it has become a feature request to select link flags for language > standard levels. Not the language standard level, but the standard library to co

Re: [cmake-developers] CXX_STANDARD and linking

2015-10-07 Thread Stephen Kelly
Brad King wrote: > I don't want CMake to generate broken builds by default. We *know* it > goes wrong on Solaris and cannot possibly work without user intervention. Just some more on this: The CMake 3.3 behavior of this is the same as it has always been since introducing compile-features for S

[cmake-developers] Visual Studio 6/7 removal

2015-10-07 Thread Stephen Kelly
Hi, The CMake 3.3 notes deprecation of VS 6/7 generators. https://cmake.org/cmake/help/v3.3/release/3.3.html Can they be removed in the CMake 3.5 cycle, or is that intended for a later release? Thanks, Steve. -- Powered by www.kitware.com Please keep messages on-topic and check the C

[cmake-developers] [CMake 0015774]: CTest result submission over http fails to set Content-Type header which runs afoul of ModSecurity rules

2015-10-07 Thread Mantis Bug Tracker
(using http) Using HTTP submit method Drop site:http:///CDash/submit.php?project= Error when uploading file: /Testing/20151005-0900/Build.xml Error message was: The requested URL returned error: 406 Not Acceptable Problems when submitting via HTTP The same 406 error is seen using cu

[cmake-developers] [PATCH] set Content-Type in ctest http file uploads

2015-10-07 Thread Derek Bruening via cmake-developers
The attached patch fixes https://cmake.org/Bug/view.php?id=15774 From 51c6e48cb1f861c146cdd10d064ac38538f72a55 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Wed, 7 Oct 2015 17:51:26 -0400 Subject: [PATCH] CTest: set Content-Type header for http file upload Sets the Content-Type header for h

[cmake-developers] [CMake 0015775]: Ninja will unnecessarily relink on windows if a library exports no symbols

2015-10-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15775 == Reported By:James Johnston Assigned To:

[cmake-developers] [CMake 0015776]: 3.3.4 RC 1 Asserts when running on ITK 4.8.0

2015-10-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15776 == Reported By:Rick Frank Assigned To:

Re: [cmake-developers] Patch: install universal iOS libraries

2015-10-07 Thread Ruslan Baratov via cmake-developers
On 07-Oct-15 16:57, Gregor Jasny wrote: Hello, thank you for working on this. This is really hairy stuff. On 24/09/15 11:10, Ruslan Baratov via cmake-developers wrote: Patches help to install universal iOS (device + simulator) libraries by triggering some extra instructions (build + fuse) afte