[cmake-developers] [CMake 0015369]: file(STRINGS file VAR) fails to read entire file

2015-01-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15369 == Reported By:Joakim Söderberg Assigned To:

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2015-01-23 Thread Brad King
On 01/22/2015 11:50 AM, Raffi Enficiaud wrote: I can also do a pull request if you prefer, As described in CONTRIBUTING.rst a patch here is preferred. I've fetched your branch from https://github.com/raffienficiaud/CMake Here are some comments. Please wrap text in the documentation blocks of

Re: [cmake-developers] Adding an option for relative compiler invocations

2015-01-23 Thread Brad King
On 01/22/2015 04:46 AM, Michael Enßlin wrote: (1.2) Using compile-time string manipulations to sanitize the filename. Due to limitations of C++, this requires template metaprogramming, leading to unreasonable complexity and compile times. See below. Over the last several decades,

Re: [cmake-developers] Adding an option for relative compiler invocations

2015-01-23 Thread Michael Enßlin
Hi, thanks for your reply. I am using an out-of-source build, and my build system even contains rules to explicitly prohibit in-source builds. To make __FILE__ behave correctly, you'd have to invoke the compiler with a different cwd. A generated line in build.make, which currently looks like

Re: [cmake-developers] FeatureSummary: Fix wrong bracket

2015-01-23 Thread Brad King
On 01/22/2015 05:55 PM, Christoph Grüninger wrote: please find attached a small patch to change a ] to a ). Applied, thanks: FeatureSummary: Fix bracket in documentation. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b79d8f29 -Brad -- Powered by www.kitware.com Please keep messages

[cmake-developers] [CMake 0015370]: find_path MinGW not working while find_library does

2015-01-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15370 == Reported By:Lectem Assigned To: