[cmake-developers] [CMake 0014779]: CMAKE_TOOLCHAIN_FILE broken when used with child CMake process

2014-02-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14779 == Reported By:Domagoj Saric Assigned To:

Re: [cmake-developers] Watcom import library fails if no symbols in the DLL

2014-02-28 Thread Brad King
On 02/27/2014 03:39 PM, J Decker wrote: the correct way is to build the import library during the wlink step using 'option implib[=libname]' Wonderful, thanks! Watcom: Fix creation of DLLs without any exported symbols http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=00503d38 -Brad --

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread Brad King
On 02/28/2014 12:57 PM, Jiri Malak wrote: I would like contribute to CMake for Open Watcom Toolchain. Thanks! I've integrated the first change for testing here: Watcom: Fix static library name quoting for wlib http://cmake.org/gitweb?p=cmake.git;a=commitdiff;hb=5c5be193 with one tweak:

[cmake-developers] CMake 3.0-rc1 now ready for testing!

2014-02-28 Thread Robert Maynard
I am proud to announce that CMake 3.0 has entered the release candidate stage. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread Jiri Malak
Thanks! I've integrated the first change for testing here: Watcom: Fix static library name quoting for wlib http://cmake.org/gitweb?p=cmake.git;a=commitdiff;hb=5c5be193 with one tweak: -set(CMAKE_CXX_CREATE_STATIC_LIBRARY wlib ${CMAKE_LIB_QUIET} -c -n -b 'TARGET_UNQUOTED'

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread Brad King
On 02/28/2014 02:38 PM, Jiri Malak wrote: The LINK_FLAGS placeholder is still needed. It gets the STATIC_LIBRARY_FLAGS: It is confusing to mix Librarian flags with Linker flags. The LINK_FLAGS placeholder is just an implementation detail whose name does not matter. For actual linker calls it

Re: [cmake-developers] [Generator] Android.mk

2014-02-28 Thread Vince Harron
Thanks for your response Brad. There is also a Visual Studio plugin developed by NVidia (NSight Tegra) that can build (and debug) Android source from within Visual Studio. I would also like to see a generator for NSight Tegra sln/vcproj files. Do you foresee any problems with that? Thanks,

Re: [cmake-developers] [Generator] Android.mk

2014-02-28 Thread Brad King
On 02/28/2014 03:17 PM, Vince Harron wrote: I would also like to see a generator for NSight Tegra sln/vcproj files. Do you foresee any problems with that? Not currently, though I'm not familiar with those tools. The VS generators have a factory mechanism to compute the set of available

[cmake-developers] [Review request] Topic FeatureSummary_combine_WHAT_values

2014-02-28 Thread Daniele E. Domenichelli
Dear CMake developers, Please review the topic FeatureSummary_combine_WHAT_values. This patch allows to combine and reorder values for the WHAT option in FeatureSummary. For example it is now possible to do feature_summary(WHAT ENABLED_FEATURES DISABLED_FEATURES)

[cmake-developers] [CMake 0014780]: Install bash completions properly

2014-02-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14780 == Reported By:Orion Poplawski Assigned To:

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread J Decker
That continues to be broken for what we talked about in the newsgroup; The wlib should be removed *???* On Fri, Feb 28, 2014 at 9:57 AM, Jiri Malak malak.j...@gmail.com wrote: Hi, I would like contribute to CMake for Open Watcom Toolchain. Now only WIN32 host and target is supported. I

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread J Decker
THere is 'toolchain' support sort-of in cmake, for selecting targets Something else that cmake building is lacking is a working RC compiler default... SET( CMAKE_RC_COMPILER rc ) # I dunno; something about floating point, not sure if it's required it's from long ago... probably because I

[cmake-developers] [Patch] Remove hard coded version of RTDLL for Open Watcom

2014-02-28 Thread Jiri Malak
Hi, I enclosed next patch for Open Watcom toolchain, which remove hardcoded version number for RTDLL. It is derived from compiler version now that it will be working with OW version above 1.9. Regards Jiri From d00ad6f72f48575e36a06949cead524f35f56de4 Mon Sep 17 00:00:00 2001 From: Jiri

Re: [cmake-developers] [Patch] Remove hard coded version of RTDLL for Open Watcom

2014-02-28 Thread J Decker
and a fix for 'option implib[=...]' as part of the wlink since it's a one step anyway and not a dependant step On Fri, Feb 28, 2014 at 6:47 PM, Jiri Malak malak.j...@gmail.com wrote: Hi, I enclosed next patch for Open Watcom toolchain, which remove hardcoded version number for RTDLL. It is

[CMake] How to merge dependencies of a static lib with itself?

2014-02-28 Thread Shobhit Shrivastava
I am working on creating an SDK from an existing product's code base and use it as an independent static library. The issue I am facing is that the older product, let's say MM, used to link with all the dependencies in the executable but I have to provide one monolith SDK lib that contains all its

[CMake] CMake build for gnustep/libobjc2 on Ubuntu Touch

2014-02-28 Thread Mathias Bauer
Hi dear list members, I have built libobjc2 using CMake with clang on several systems with X86 or ARM without a problem, but on Ubuntu Touch my build fails and I can't figure out what goes wrong. CMake complains when trying to configure the libobjc2 build: No C++ runtime library found

[CMake] CPack installation directory

2014-02-28 Thread Lars
Hello, Using CMake version 2.8.12.1 on Windows 7 Here is a test project which produces a MSI which by default installs files to C:\Program Files (x86)\Product\ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11) PROJECT(TBD) SET(CPACK_PACKAGE_NAME TBD) SET(CPACK_INSTALL_PREFIX C:/TBD)

Re: [CMake] CPack installation directory

2014-02-28 Thread Nils Gladitz
On 02/28/2014 02:29 PM, Lars wrote: How can I configure the wix generator to produce a msi which by default install files to c:\tbd ? This is currently not possible. You can customize below the architecture specific Program Files directory with CPACK_PACKAGE_INSTALL_DIRECTORY but you can

Re: [CMake] How to merge dependencies of a static lib with itself?

2014-02-28 Thread Matthew Woehlke
On 2014-02-28 05:47, Shobhit Shrivastava wrote: I am working on creating an SDK from an existing product's code base and use it as an independent static library. The issue I am facing is that the older product, let's say MM, used to link with all the dependencies in the executable but I have to

[CMake] What folders does CHECK_INCLUDE_FILES look into?

2014-02-28 Thread Mathias Bauer
Hi list, I'm wandering why a particular header file (pthread.h) is found by CMake on one platform, but not on another, though the header file is present in the same folder on both of them. There is no visible difference in how CMake is called, so how can this difference be explained? I had

[CMake] CMake 3.0-rc1 now ready for testing!

2014-02-28 Thread Robert Maynard
I am proud to announce that CMake 3.0 has entered the release candidate stage. Sources and binaries are available at: http://www.cmake.org/files/v3.0/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.0 Release notes appear below and are also published at

Re: [CMake] Evaluating CMake for My Project, some questions

2014-02-28 Thread Alexander Neundorf
On Wednesday, February 26, 2014 22:16:34 peter.wri...@microchip.com wrote: I'm trying to see if CMake would be right for a project I'm working on. We're in need of a configuration tool but there are a few things that I'm not sure if CMake can do for us. 1. The first deals with the GUI for

[CMake] PROTECTED_AT: double encoding in CPack?

2014-02-28 Thread Ian Monroe
I'm getting errors like: error: File not found: /home/ian/atlassian/quipchat-installer/build64/quipchat-prefix/src/quipchat-build/_CPack_Packages/Linux/RPM/hipchat-2.1.60090-Linux/opt/HipChat/lib/QtQuick/Controls/Styles/Base/images/arrow-up@PROTECTED_AT @2x.png When generating an RPM with CPack.

[CMake] CTest internally run tests in debugger

2014-02-28 Thread George
Hi! I have a bit of an odd request, but here goes. I have a situation where I get an intermittent failure in one of my nightly tests and it would be great if CTest could run the test in a debugger for me and I could attach to the process it ran to see what was going on. Is there anything existing

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1830-g9c9c50c

2014-02-28 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 9c9c50c27112726a50cafc69b6ac83541981bc55 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1832-g2889815

2014-02-28 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 28898157851e68f13dc4267164c1815d0a28bab8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1835-ge996c49

2014-02-28 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 e996c49106589dc090a399b382cc3b034e146141 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1837-g2904bdd

2014-02-28 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 2904bdd55dd3014afea894caa91cca89e8c4bfee (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1843-gde436a9

2014-02-28 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 de436a9ba7fc380c15c0828db1f2469640e4a6e4 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1845-g2de024b

2014-02-28 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 2de024b9abfa2a646fe9acd2ebe17badfe291b76 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1556-g244b769

2014-02-28 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 244b7696ed8d6860b7524de79032becbf1568950 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1579-g937714c

2014-02-28 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 937714c0370ab3d8f3aae1578c7e9f0329f56024 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1558-g2a93843

2014-02-28 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 2a93843f3f0d48278405f6a398dde3d4d280df44 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1577-ga465698

2014-02-28 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 a4656986e10b1e01ead2c416cc712a2581775636 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1582-g451b55f

2014-02-28 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 451b55f3ae25baa0230a4806bb02de270801bfd0 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1569-gf23cc1d

2014-02-28 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 f23cc1d3d8a75b4406f61e24940d42758d3d663d (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1567-g18646dd

2014-02-28 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 18646dd397d2c86b51118e16c62a89549bc1087d (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1563-g27defbd

2014-02-28 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 27defbd6d4547016a00a28098dab63bb95274c39 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1565-g4789618

2014-02-28 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 47896189aafc011b4a726716a9c5bc433b13edd6 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1575-geafd2a8

2014-02-28 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 eafd2a8511cc6e88db1c3f868d86a1cd57d47e9a (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1572-ge62102b

2014-02-28 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 e62102bef1c24c843e81e7c7da7a65c360afc7e3 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1560-ga221519

2014-02-28 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 a2215197ff2358d1f8f6c803c04904993ccd5e56 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1859-g7d525d2

2014-02-28 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 7d525d27da34d4cc2b601c92b470b354941fa108 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1869-gab463b4

2014-02-28 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 ab463b4341377f38d9b9dee39386535b6f0b7d9a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1878-ge71cffd

2014-02-28 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 e71cffd131ec556fdb695ff32698a86fa0289dfb (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1882-g276f1c3

2014-02-28 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 276f1c3e1a318769321e4997b00b0b2817bcac38 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-397-ga377ba7

2014-02-28 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 a377ba7bb9c90ec0e811175842c3c69991647849 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-401-g882f27a

2014-02-28 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 882f27a57b2b069925790ec2228cffb8307268c5 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-89-gc0afb88

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