[cmake-developers] [PATCH] Fix CMAKE_Fortran_PLATFORM_ID on mingw-w64

2016-04-05 Thread Melven.Roehrig-Zoellner
Requested changes from Ben Boeckel, also adjusted the similar if("${...}" MATCHES ...) statements in the section above. Regards Melven -- Deutsches Zentrum für Luft- und Raumfahrt e.V. (DLR) German Aerospace Center Simulation and Software Technology | Linder Hoehe | 51147

Re: [cmake-developers] ninja/make compilation response file

2016-04-05 Thread Dmitry Ivanov
Just checked the size that we are getting, it's 20 Mb for all Makefile and *.make combined, and 84 mb build.ninja From: Nils Gladitz [mailto:nilsglad...@gmail.com] Sent: Monday, April 4, 2016 18:57 To: Dmitry Ivanov ; cmake-developers@cmake.org Subject: Re: [cmake-developers] ninja/make compilati

Re: [cmake-developers] ninja/make compilation response file

2016-04-05 Thread Dmitry Ivanov
>Teaching the Ninja generator about response files for object file compilation >would be the way to go (and support for RC as well would be good since the >logic is likely the same). I will time box it and see if I can do it in few days, if not we need to figure out if it can be done like a spo

Re: [cmake-developers] CMake API for warnings

2016-04-05 Thread Brad King
On 03/31/2016 12:47 PM, Ruslan Baratov wrote: > What about 3 properties containing list of 's (groups > unexpanded): > > * COMPILE_WARNINGS_DISABLE # e.g. "shift-sign-overflow;unused" > * COMPILE_WARNINGS_ENABLE # e.g. "ALL" > * COMPILE_WARNINGS_TREAT_AS_ERROR # e.g. group + specific: "inline;und

Re: [cmake-developers] [PATCH] Fix CMAKE_Fortran_PLATFORM_ID on mingw-w64

2016-04-05 Thread Brad King
On 04/05/2016 04:48 AM, melven.roehrig-zoell...@dlr.de wrote: > Requested changes from Ben Boeckel, > also adjusted the similar if("${...}" MATCHES ...) statements in the section > above. Thanks. Applied: CMakeDetermineFortranCompiler: Modernize conventions https://cmake.org/gitweb?p=cmake.gi

Re: [cmake-developers] [PATCH v2] language detection in FindBLAS and FindLAPACK (#0016039)

2016-04-05 Thread Brad King
On 04/03/2016 05:21 PM, melven.roehrig-zoell...@dlr.de wrote: > Updated patch for a problem with find_package(BLAS/LAPACK) > on Windows for pure Fortran projects. > Now simply uses CMAKE__COMPILER_LOADED... Thanks! Applied: Find{BLAS,LAPACK}: Fix when used in pure Fortran projects (#16039) htt

Re: [cmake-developers] for C# language support

2016-04-05 Thread Brad King
On 04/04/2016 04:08 PM, Adam Treat via cmake-developers wrote: > I have been working on improving the cmake language module for C# found here: Thanks for working on this. I'm adding Michael Stuermer to Cc who has been working on support in the VS IDE generators: http://thread.gmane.org/gmane.c

Re: [cmake-developers] CMake API for warnings

2016-04-05 Thread Ruslan Baratov via cmake-developers
On 05-Apr-16 21:03, Brad King wrote: On 03/31/2016 12:47 PM, Ruslan Baratov wrote: What about 3 properties containing list of 's (groups unexpanded): * COMPILE_WARNINGS_DISABLE # e.g. "shift-sign-overflow;unused" * COMPILE_WARNINGS_ENABLE # e.g. "ALL" * COMPILE_WARNINGS_TREAT_AS_ERROR # e.g. gr

[cmake-developers] [CMake 0016049]: Resources generated with autorcc are always rebuilt using ninja

2016-04-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16049 == Reported By:Vidar Meland Ødegård Assigned To: