Re: [cmake-developers] Perforce Patch for CTest

2013-10-24 Thread Brad King
On 10/24/2013 03:11 AM, Rolf Eike Beer wrote: CMake/Source/CTest/cmCTestP4.cxx: In member function ‘virtual void cmCTestP4::LoadRevisions()’: CMake/Source/CTest/cmCTestP4.cxx:469:32: warning: conversion to ‘int’ from ‘std::vectorstd::basic_stringchar ::size_type {aka long unsigned int}’

[cmake-developers] ExternalProject update target dependencies

2013-10-24 Thread Daniele E. Domenichelli
Hello all, I have another issue with ExternalProject. If I add 2 external projects (A and B), with B DEPENDS=A, and STEP_TARGETS=update, I expect to be able to update B without updating, building and installing A, since just updating the code is obviously not dependent. I tried to look at

Re: [cmake-developers] Perforce Patch for CTest

2013-10-24 Thread Brad King
On 10/24/2013 08:17 AM, Brad King wrote: Also std::size_t does not work on VS 6. Both fixed: Also a couple fixes to the test: CTest.UpdateP4: Fix test when p4 client is not in PATH http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ee51ec64eb CTest.UpdateP4: Run test in directory with space

[cmake-developers] Testing CMake

2013-10-24 Thread Nils Gladitz
Hello, I've been wondering about the test setup in Tests/CMakeLists.txt. Is CMAKE_CTEST_COMMAND in that context the newly build ctest or the old one that performed the build? Does CMAKE_CTEST_COMMAND when invoked with --build-and-test perhaps run that build and test with the new binaries?

Re: [cmake-developers] CTest: Request review of topic ctest-fix-run-serial

2013-10-24 Thread Nils Gladitz
Thanks Bill, I think I can probably fix that by replacing the insert with a manual loop. SSH access is being blocked here so I probably wont get to fix it before I get home but looks like the client only builds nightly anyway :) Nils On 10/24/2013 03:40 PM, Bill Hoffman wrote: On

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-24 Thread Stephen Kelly
Brad King wrote: On 10/23/2013 05:59 PM, Stephen Kelly wrote: CMAKE_CXX_COMPILER is always set to the proper full path these days, even in the IDE generators, so I wonder if we could actually run it against the header file to detect the features available for the current compiler instead of

[cmake-developers] Major.Minor version install directories

2013-10-24 Thread Stephen Kelly
Hello, My install prefix currently looks something like this: l -1 /home/stephen/dev/prefix/qtbase/kde/doc/ cmake-2.8/ cmake-2.8.12.20131023-g07324-dirty/ cmake-2.8.12.20131023-g10e02-dirty/ cmake-2.8.12.20131023-g1bfc2/ cmake-2.8.12.20131023-g3dec3/ cmake-2.8.12.20131023-g5a601/

Re: [cmake-developers] Review request: Qt-auto-generators

2013-10-24 Thread Alexander Neundorf
On Thursday 24 October 2013, Stephen Kelly wrote: Hi, I've pushed the Qt-auto-generators topic to stage. This topic was discussed here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/7936 I have tested it with ports of KDE Frameworks and GammaRay to use the features.

Re: [cmake-developers] Review request: Qt-auto-generators

2013-10-24 Thread Stephen Kelly
Alexander Neundorf wrote: On Thursday 24 October 2013, Stephen Kelly wrote: Hi, I've pushed the Qt-auto-generators topic to stage. This topic was discussed here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/7936 I have tested it with ports of KDE Frameworks and

Re: [cmake-developers] Perforce Patch for CTest

2013-10-24 Thread Brad King
On 10/24/2013 03:57 PM, Pedro Navarro wrote: That's right, p4 usually doesn't create a .p4 file I think it is fine for the test to not place .p4 files since that is representative of real use cases. Ideally each VCS implementation could have a way to tell CTest if a directory it's under that

Re: [CMake] ExternalProject_Add examples

2013-10-24 Thread Witold E Wolski
Would also like to start configuring external dependencies with ExternalProject_Add So some examples would be pretty useful to me. So did you ended up collecting some examples? Sure, you posted in this links to repositories, but finding the ExternalProject_Add in these huge projects with

Re: [CMake] ExternalProject_Add examples

2013-10-24 Thread Fraser Hutchison
There's a StackOverflow answer I did a while back which gives an example of ExternalProject_Add for GTest: http://stackoverflow.com/a/9695234/2556117 It maybe needs updated, and I don't think I ever tried it on OSX, but it should hopefully be an OK starting point. (If not - hack away at my

Re: [CMake] ExternalProject_Add examples

2013-10-24 Thread Pau Garcia i Quiles
Hello, Take a look at winstng: https://elpauer.assembla.com/code/winstng/git/nodes It's being used for the Wt SDKs: http://www.webtoolkit.eu/wt/blog/2013/10/21/binary_packages_for_visual_studio/ On Thu, Oct 24, 2013 at 10:35 AM, Witold E Wolski wewol...@gmail.comwrote: Would also like to

Re: [CMake] ExternalProject_Add examples

2013-10-24 Thread Magnus Therning
On Thu, Oct 24, 2013 at 09:04:25PM +0100, Fraser Hutchison wrote: There's a StackOverflow answer I did a while back which gives an example of ExternalProject_Add for GTest: http://stackoverflow.com/a/9695234/2556117 It maybe needs updated, and I don't think I ever tried it on OSX, but it

[Cmake-commits] CMake branch, next, updated. v2.8.12-4396-gf55f0ff

2013-10-24 Thread Stephen Kelly
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 f55f0ff4a05ed29d55965f7568633b06947c2527 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4402-g7783cbe

2013-10-24 Thread Stephen Kelly
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 7783cbe78f0c635355d4840da59b3aeb8215e90c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4404-g2dc8d71

2013-10-24 Thread Stephen Kelly
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 2dc8d713e71f449e1b3eab1510b2ecd6b88300de (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4440-g3f2d324

2013-10-24 Thread Nils Gladitz
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 3f2d3247b39f09db978ba06944dd20ac63cfeb3a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4442-gb82aacb

2013-10-24 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 b82aacbb1a5cd33410572b5578b7a3df7d913b80 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4445-g467da83

2013-10-24 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 467da8376e1b29a9561a37c44224ab11b0ccec7f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4447-g622faf9

2013-10-24 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 622faf99d0cab33bd607e23f96b5faedc812970c (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12-440-gc10e981

2013-10-24 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 c10e981fd072258a28822a373bf7a270d31ef181 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12-443-g8c0bbd3

2013-10-24 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 8c0bbd37df52900678b3a85b146d7a7f65cba374 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4450-g2bd2ea6

2013-10-24 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 2bd2ea6dff520e4acf9fddfc3676f100de3f8d2b (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4456-gf37de7a

2013-10-24 Thread Stephen Kelly
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 f37de7a02cb1b8d49cb7933b59b5796c70633867 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4465-g38e66d9

2013-10-24 Thread Stephen Kelly
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 38e66d96191064c0d0348b4915fedf09300e898f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4467-g89bc83d

2013-10-24 Thread Stephen Kelly
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 89bc83d8c9e8dad80037c32828dcf5d933a5726f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4476-ge4e57fa

2013-10-24 Thread Peter Kuemmel
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 e4e57fa9339ff3453cf399f97b2d12ac25f7e44b (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12-444-gfd818b2

2013-10-24 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 341a925..2759188 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 12) -set(CMake_VERSION_TWEAK 20131024

[Cmake-commits] CMake branch, next, updated. v2.8.12-4479-gb48afda

2013-10-24 Thread Stephen Kelly
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 b48afdac1b4b512967295302aff10af37db3d8ac (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4481-gb4bc82d

2013-10-24 Thread Stephen Kelly
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 b4bc82d5c7fc124b1df1cc3cb7b1b27314f7f622 (commit) via