[cmake-developers] [PATCH] fixed msvc 64 bit build

2015-06-15 Thread Stuermer, Michael SP/HZA-ZSEP
This is just a one-char-bugfix, WIN32 instead of _WIN32 macro was used. Sorry if I should have opened up a ticket in mantis before posting here. Just didn't know what would be correct order. Are there any regular Win64 builds done actually? I'm just curious if there is anyone else using 64bit

[cmake-developers] [CMake 0015617]: When assembler is enabled TI Compiler might end up with wrong archiver

2015-06-15 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15617 == Reported By:Florian Reinhard Assigned To:

Re: [cmake-developers] Add command line options for deprecation message control

2015-06-15 Thread Brad King
On 06/13/2015 01:41 PM, Michael Scott wrote: I've implemented some changes to cmake.cxx and cmake.h, to implement setting the CMAKE_ERROR_DEPRECATED and CMAKE_WARN_DEPRECATED variables via command line options, for the Mantis issue 0014669, in a generic GCC style pattern. I've attached the

Re: [cmake-developers] Problems when creating config files and add_dependencies

2015-06-15 Thread Brad King
On 06/12/2015 07:19 AM, Roman Wüger wrote: It would be great if generator expressions can be used with configure_file to avoid such overhead. Does anyone have an idea on how to solve that? See file(GENERATE). -Brad -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [cmake-developers] Custom commands with Ninja on Windows

2015-06-15 Thread Brad King
On 06/12/2015 06:01 AM, Florent Castelli wrote: So I've been thinking that on Windows, instead of concatenating everything, we should be a script that is run using a response file that just runs all the command with error checking. Eventually, we could reuse

Re: [cmake-developers] [PATCH] fixed msvc 64 bit build

2015-06-15 Thread Brad King
On 06/15/2015 07:58 AM, Stuermer, Michael SP/HZA-ZSEP wrote: This is just a one-char-bugfix, WIN32 instead of _WIN32 macro was used. Thanks. There are several instances of this in Source/*. I've fixed the one you pointed out and more: Fix preprocessor checks WIN32 = _WIN32

Re: [cmake-developers] Generator expressions for output directory/name (and install?)

2015-06-15 Thread Brad King
On 06/12/2015 10:19 AM, Robert Goulet wrote: Here's the updated patch file with tests added. Thanks. Please also update Tests/ExportImport/Import to verify that the files are installed correctly. The test case needs to fail if it were run without the rest of your changes. Also please extend

Re: [cmake-developers] Generator expressions for output directory/name (and install?)

2015-06-15 Thread Robert Goulet
Updated with improved tests and added docs. -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Monday, June 15, 2015 10:17 AM To: Robert Goulet Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Generator expressions for output directory/name (and

Re: [cmake-developers] Custom commands with Ninja on Windows

2015-06-15 Thread Florent Castelli
Alright, I'll see what I can do when I find some free time to work on this then! /Florent On Mon, Jun 15, 2015 at 3:14 PM, Brad King brad.k...@kitware.com wrote: On 06/12/2015 06:01 AM, Florent Castelli wrote: So I've been thinking that on Windows, instead of concatenating everything, we

Re: [cmake-developers] Compact dependency graph

2015-06-15 Thread Richard Ulrich
So here is the patch with tests and passing the git hooks. Rgds Richard Am Dienstag, den 02.06.2015, 16:46 -0400 schrieb Brad King: On 06/02/2015 04:09 PM, Richard Ulrich wrote: thanks for looking into it. The revised version is on github and in the attachement. Thanks. Please rebase -i

Re: [cmake-developers] [CMake] Virtual folders in Visual studio get expanded on reload

2015-06-15 Thread David Cole via cmake-developers
I think I have seen this behavior in pure (non-CMake-generated) VS projects... Perhaps it's simply a Visual Studio issue, and has nothing to do with CMake. D On Fri, Jun 12, 2015 at 7:55 AM, Roman Wüger roman.wue...@gmx.at wrote: @kgt: Thank you for this great hint. :-) I had overlooked this

[cmake-developers] CMake Build RPM for Centos/RHEL

2015-06-15 Thread Jean Audibert
Hi, On my Continuous Integration (Jenkins), I'm creating a job to build (and provide) the latest version of CMake. Bill Hoffman kindly answered to my email and helped me to build the RPM. Here is my script: $ VERSION=3.2.2 $ RPM_RELEASE=0.el6 $ # $ wget