[cmake-developers] [CMake 0014465]: Under windows, the filename of the file currently compiled is echoed

2013-10-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14465 == Reported By:ycollet Assigned To:

[cmake-developers] [CMake 0014467]: WiX Generator: Move the TARGETDIR directory from directories.wxs to the main template

2013-10-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14467 == Reported By:Ådne Hovda Assigned To:

[cmake-developers] [CMake 0014468]: WiX: Include extra .wxs and/or .wixlib files

2013-10-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14468 == Reported By:Ådne Hovda Assigned To:

Re: [cmake-developers] FLAGS on Darwin and custom languages

2013-10-09 Thread Brad King
On 10/08/2013 07:12 PM, Vittorio Giovara wrote: I noticed that in 2.8.11 under OSX CMake adds -F/Library/Frameworks in every kind of FLAGS rule, for any language. The flag is hard-coded in the C++-implemented generator code under the assumption that all compilers on APPLE support -F. The -F

[cmake-developers] WiX generator and generic file IDs

2013-10-09 Thread Ådne Hovda
Hi I've taken the CPack WiX generator for a spin and it covers most of our requirements, but I have a few suggestions for improvement: 1. Make it possible to specify a list of extra .wxs files to be included when building the installer. 2. Automatically generated IDs for File /, Directory

[cmake-developers] [CMake 0014470]: CPACK_ZIP_COMPONENT_INSTALL does not work

2013-10-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14470 == Reported By:Bjoern Thiel Assigned To:

Re: [cmake-developers] WiX generator and generic file IDs

2013-10-09 Thread Brad King
On 10/09/2013 05:03 AM, Ådne Hovda wrote: I've taken the CPack WiX generator for a spin and it covers most of our requirements, but I have a few suggestions for improvement: FYI, the WiX generator is a contributed feature: git log -- Source/CPack/WiX Modules/CPackWIX.cmake

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-09 Thread Stephen Kelly
Brad King wrote: Steve, please explain your proposal in more detail. How does the list of requested features get mapped to the proper -std=cxx11 or equivalent flag? In my branch that is determined by which list the feature appears in. Eg, from GNU-CXX.cmake: if(NOT

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-09 Thread Stephen Kelly
Brad King wrote: Steve, Eike, Now that 2.8.12 is tagged I'd like to revive the work to support C++11 features. I met Eike in person today at Qt DevDays and talked about this topic a bit. The way forward is for me to get the infrastructure in place by cleaning up my branch. I'll aim for

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-09 Thread Brad King
On 10/09/2013 10:51 AM, Stephen Kelly wrote: I met Eike in person today at Qt DevDays and talked about this topic a bit. The way forward is for me to get the infrastructure in place by cleaning up my branch. I'll aim for handling a single feature. Then Eike will help with encoding the

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-09 Thread Brad King
On 10/09/2013 10:44 AM, Stephen Kelly wrote: if(NOT needs17 EQUAL -1) set(standard 17) elseif(NOT needs14 EQUAL -1) set(standard 14) elseif(NOT needs11 EQUAL -1) set(standard 11) endif() # ... set_property(TARGET ${TARGET_NAME} PROPERTY CXX_STANDARD ${standard}) This

[cmake-developers] [CMake 0014471]: -T switch with Intel Compiler does not set CMAKE_CXX_COMPILER properly

2013-10-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14471 == Reported By:Christian Weigel Assigned To:

Re: [cmake-developers] WiX generator and generic file IDs

2013-10-09 Thread Nils Gladitz
I think I'd like to sign up as maintainer for the WiX generator unless someone else wants to volunteer. I probably won't put as much time into it as it would deserve so if there is someone else who wants to work on it instead I would not mind either. Nils On 09.10.2013 16:40, Brad King

Re: [cmake-developers] WiX generator and generic file IDs

2013-10-09 Thread Brad King
On 10/09/2013 12:56 PM, Nils Gladitz wrote: I think I'd like to sign up as maintainer for the WiX generator Wonderful, thanks! unless someone else wants to volunteer. I probably won't put as much time into it as it would deserve so if there is someone else who wants to work on it instead I

[cmake-developers] [CMake 0014472]: RPM Generator w/ component install and all comps in one package - name property has ALL_COMPONENTS_IN_ONE

2013-10-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14472 == Reported By:Lee Graber Assigned To:

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-09 Thread Rolf Eike Beer
Am Mittwoch, 9. Oktober 2013, 16:51:42 schrieb Stephen Kelly: Brad King wrote: Steve, Eike, Now that 2.8.12 is tagged I'd like to revive the work to support C++11 features. I met Eike in person today at Qt DevDays and talked about this topic a bit. The way forward is for me to get

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-09 Thread Rolf Eike Beer
Am Mittwoch, 9. Oktober 2013, 15:54:18 schrieb Brad King: On 10/09/2013 12:21 PM, Rolf Eike Beer wrote: One thing that is currently unclear if the simulated compiler id stuff from Brad solves the problem of the Clang plugin running with gcc where one would get the gcc version as compiler

Re: [cmake-developers] FLAGS on Darwin and custom languages

2013-10-09 Thread Vittorio Giovara
On Wed, Oct 9, 2013 at 2:18 PM, Brad King brad.k...@kitware.com wrote: On 10/08/2013 07:12 PM, Vittorio Giovara wrote: I noticed that in 2.8.11 under OSX CMake adds -F/Library/Frameworks in every kind of FLAGS rule, for any language. The flag is hard-coded in the C++-implemented generator

[cmake-developers] Cmake configure unicode?

2013-10-09 Thread J Decker
Should cmake be able to configure unicode, if the unicode file has appropriate byte order indicators maybe? I know it doesn't... for windows (and a bad test for if windows at that) macro( DO_CONFIGURE_FILE input output ) if( $ENV{COMSPEC} MATCHES cmd ) STRING( REPLACE / \\ s1