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

2015-02-26 Thread Raffi Enficiaud
Quick question: Is it possible to redirect the input stream of execute_process from /dev/null on OSX and Linux ? Right now on these platforms, I need to reset my shell. If I run the ctest command with /dev/null, everything is fine. So my guess is that Matlab is manipulating the console

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

2015-02-26 Thread Raffi Enficiaud
Hi Brad, Please find the patch addressing the issues you raised. My local tests are clear on the 3 platforms. I removed the RunCMake test on Linux as now the Matlab_MAIN_PROGRAM is required if MATLAB_USER_ROOT is not specified. In the previous implementation, I used temporary variables to

Re: [cmake-developers] [PATCH] Pass CMAKE_VERBOSE_MAKEFILE value to Ninja Generator

2015-02-26 Thread Brad King
On 02/26/2015 05:32 AM, Gregor Jasny wrote: Ninja build system does not support a in-Makefile verbositiy switch. So we use cmake --build as a fall back to extract the CMAKE_VERBOSE_MAKEFILE property and pass it as an optional -v argument to Ninja. Applied and test case added: cmake: Teach

Re: [cmake-developers] [PATCH v6 0/2] Add XCTest Bundle Support

2015-02-26 Thread Brad King
On 02/25/2015 03:07 PM, Gregor Jasny wrote: Changes since v5: * Rebased against master (could drop two applied patches) * kept help modules list sorted * indirected xctest wiring Great. The tests pass on my machine with no special configuration. The basic functionality is in good shape. My

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-759-ge101aa7

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e101aa7d114e7e398b2bae3fd082857babc47a87 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-751-ga4cba1f

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via a4cba1faafe427a465ec9d78b7e6f770e11e6b54 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.0-rc2-319-ge4419c9

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via e4419c9f88213432da4563a5107a0bf8c0130fda (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.0-rc2-323-g4817d28

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 4817d2814a6d82e35590f9bfff2b088c95d45395 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-753-g3f52c32

2015-02-26 Thread Zack Galbreath
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 3f52c32ebb037d504c4ebc6797d318fe85747dde (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-756-g96c192e

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 96c192e36385a92ac6e614831fcfffd68c13976a (commit) via

[cmake-developers] [CMake 0015421]: FindOpenMP always re-run

2015-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15421 == Reported By:Mathieu Malaterre Assigned To:

[CMake] Problems with the cuda_link_separable_compilation_objects defined in FindCUDA.cmake module

2015-02-26 Thread Omar Valerio
Hello list, Normally I use dynamic compilation in all my CMake projects with CUDA. But recently I found about CUFFT callbacks, and in order to use them I'm forced to compile against the cufft_static library, which means that I have to use the separate compilation functionality. After several

[cmake-developers] [CMake 0015422]: cmake --help should be explicit about how to specify architecture.

2015-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15422 == Reported By:Stephen Kelly Assigned To:

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-761-gef05bdf

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via ef05bdfa0c161137c9028e69f821b05aa6cb4581 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-763-gee27398

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via ee27398822ff58d00ee45899128354b27ddf56af (commit) via

Re: [cmake-developers] cmake install command expected performance?

2015-02-26 Thread Brad King
On 02/26/2015 02:18 PM, Robert Goulet wrote: turns out to be 5000+ file open/close Good catch! It looks like it's been that way since manifest generation was first added here: ENH: When installing project, write manifest http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=99feab35 I've

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-766-gd476ca2

2015-02-26 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via d476ca2703ac95d271d0f5834714a34e5e5dc243 (commit) via

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

2015-02-26 Thread Raffi Enficiaud
Thanks! here is the patch then, replacing the previous one, rebased on 1416d214b3. Best, Raffi 0001-Simplified-workflow.patch Description: Binary data On 26 Feb 2015, at 18:52, Brad King brad.k...@kitware.com wrote: On 02/26/2015 12:06 PM, Raffi Enficiaud wrote: Is it possible to

Re: [cmake-developers] cmake install command expected performance?

2015-02-26 Thread Robert Goulet
Great, let us know if the test is clean! Cheers! -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Thursday, February 26, 2015 3:13 PM To: Robert Goulet; Joshua Clayton Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] cmake install command expected

Re: [cmake-developers] cmake install command expected performance?

2015-02-26 Thread Robert Goulet
Here is what we discovered. It looks like that when cmake write the install manifest file, it does it in a for_loop for each file, which in the end turns out to be 5000+ file open/close, and then our administrator controlled anti-virus checks the file each time, considerably slowing everything

[cmake-developers] [PATCH v7 2/4] Add XCTest Utilities

2015-02-26 Thread Gregor Jasny
Signed-off-by: Gregor Jasny gja...@googlemail.com --- Help/manual/cmake-modules.7.rst | 1 + Help/module/XCTestUtilities.rst | 1 + Modules/XCTestUtilities.cmake | 139 3 files changed, 141 insertions(+) create mode 100644

[cmake-developers] [PATCH v7 3/4] Add XCTest example to test Frameworks and Cocoa App Bundles

2015-02-26 Thread Gregor Jasny
Signed-off-by: Gregor Jasny gja...@googlemail.com --- Tests/CMakeLists.txt | 13 + Tests/XCTest/CMakeLists.txt| 59 ++ Tests/XCTest/CocoaExample/AppDelegate.h| 7 + Tests/XCTest/CocoaExample/AppDelegate.m| 18 +

[cmake-developers] [PATCH v7 4/4] Also test XCTest on command line

2015-02-26 Thread Gregor Jasny
Signed-off-by: Gregor Jasny gja...@googlemail.com --- Tests/CMakeLists.txt | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 6afedf2..a2e2e24 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@

Re: [cmake-developers] [PATCH v6 0/2] Add XCTest Bundle Support

2015-02-26 Thread Gregor Jasny
Hello Brad, thank you for the review. In addition to the last series I added a test case also for the Makefile generator. On 26/02/15 15:50, Brad King wrote: The basic functionality is in good shape. My remaining comments are on the XCTestUtilities module that I hadn't fully reviewed before:

[cmake-developers] [PATCH] Pass CMAKE_VERBOSE_MAKEFILE value to Ninja Generator

2015-02-26 Thread Gregor Jasny
Ninja build system does not support a in-Makefile verbositiy switch. So we use cmake --build as a fall back to extract the CMAKE_VERBOSE_MAKEFILE property and pass it as an optional -v argument to Ninja. Signed-off-by: Gregor Jasny gja...@googlemail.com --- Source/CPack/cmCPackGenerator.cxx

[Cmake-commits] CMake branch, next, updated. v3.2.0-rc2-769-g0770323

2015-02-26 Thread Domen Vrankar
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 07703234998b0d9bc1adf0c3db79711ccf51f0a7 (commit) via

[CMake] find_library/find_path not working on mingw

2015-02-26 Thread Karolin Varner
Hi, I am in the process of refactoring some build configuration for windows/mingw; the application I am working on heavily relies on find_library/find_path on linux and I am adding that for windows too. Neither of those functions seems to do anything when I am compiling with mingw though. Here is

[Cmake-commits] CMake branch, master, updated. v3.2.0-rc2-324-g4bef659

2015-02-26 Thread Kitware Robot
20150226) +set(CMake_VERSION_PATCH 20150227) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake

Re: [cmake-developers] [ANNOUNCE] CMake 3.2.0-rc1 now ready for testing!

2015-02-26 Thread Orion Poplawski
On 02/17/2015 12:41 AM, Stephen Kelly wrote: Orion Poplawski wrote: On 02/13/2015 01:12 PM, Robert Maynard wrote: I am proud to announce that CMake 3.2 has entered the release candidate stage. We're getting a fair number of test failures on Fedora Rawhide (with gcc 5 c++11): This is a bug