Re: [cmake-developers] [PATCH] Help: fix FindMatlab section headers

2015-06-29 Thread Brad King
On 06/29/2015 07:43 AM, Tamás Kenéz wrote: FindMatlab used dash for its internal headers. This commit replaces caret-headers with double-quote-headers and replaces dash-headers with caret-headers. Applied, thanks: FindMatlab: Fix documentation section header underline style

[cmake-developers] [CMake 0015634]: Support for pkgconfig --define-variable

2015-06-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15634 == Reported By:Heinrich Fink Assigned To:

[cmake-developers] [PATCH] Help: fix FindMatlab section headers

2015-06-29 Thread Tamás Kenéz
Hi, FindMatlab used dash for its internal headers. This commit replaces caret-headers with double-quote-headers and replaces dash-headers with caret-headers. On top of release. Tamas 0001-Help-fix-FindMatlab-section-headers.patch Description: Binary data -- Powered by www.kitware.com

Re: [cmake-developers] C# support?

2015-06-29 Thread Brad King
On 06/26/2015 10:47 AM, Stuermer, Michael SP/HZA-ZSEP wrote: Does it have a realistic chance to be accepted for upstream Yes, so long as it comes with proper tests and is not too intrusive on the overall design/implementation of CMake. In order to enable use of C# sources we should get

Re: [cmake-developers] C# support?

2015-06-29 Thread David Cole via cmake-developers
The C# compiler, csc.exe, takes all its arguments at once in one call to build a library or executable. Listing all the sources, and its references (other libraries it depends on) all at once. You can do it as command line arguments, or as contents of a response file, or a combination or arguments

Re: [cmake-developers] C# support?

2015-06-29 Thread J Decker
On Mon, Jun 29, 2015 at 10:05 AM, Brad King brad.k...@kitware.com wrote: On 06/26/2015 10:47 AM, Stuermer, Michael SP/HZA-ZSEP wrote: Does it have a realistic chance to be accepted for upstream Yes, so long as it comes with proper tests and is not too intrusive on the overall

Re: [cmake-developers] C# support?

2015-06-29 Thread James Johnston
-Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On Behalf Of David Cole via cmake-developers Sent: Monday, June 29, 2015 17:31 To: Brad King Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] C# support? The C# compiler, csc.exe,

Re: [cmake-developers] Adding Swift support to CMake

2015-06-29 Thread Brad King
On 06/25/2015 09:24 AM, Eric Wing wrote: I pushed up a couple of repos for everybody to try. Thanks. From that I was able to make some progress with getting CMakeDetermineSwiftCompiler to work. I've made two tweaks to CMakeDetermineCompilerId to make it easier to use from a new

Re: [cmake-developers] [ANNOUNCE] CMake 3.3.0-rc3 is now ready!

2015-06-29 Thread Konstantin Podsvirov
Hi, Robert! Dear CMake developers Hello! 26.06.2015, 21:36, Robert Maynard robert.mayn...@kitware.com: I am proud to announce the third CMake 3.3 release candidate. ... CPack - * The cpack(1) IFW generator and the CPackIFW module learned to support Qt Framework Installer 2.0 tools. I

[cmake-developers] [CMake 0015636]: alias libraries and and --graphviz

2015-06-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15636 == Reported By:tim blechmann Assigned To: