Re: [CMake] CMake Tools for Visual Studio 1.1 Released!

2014-02-26 Thread Nagy-Egri Máté Ferenc
Excellent job. I have littlie knowledge of how syntax highlight additions can be implemented in VS, but what was the design idea behind using so few colors? Other than this, it is very useful and will be installed on all my machines.  Cheers, Máté Feladó: David Golub Elküldve: ‎kedd‎,

Re: [CMake] QT4_CREATE_TRANSLATION delete source ts files during clean

2014-02-26 Thread Stephen Kelly
Anatoly Shirokov wrote: Guys! I have fixed bug related to delete translation (ts) file during clean (someone meet the same problem here http://cmake.3232098.n2.nabble.com/How-to-not-delete-generated-files-on-make-clean-td4425991.html) I agree with the point that Hendrik Sattler makes that

Re: [CMake] QT4_CREATE_TRANSLATION delete source ts files during clean

2014-02-26 Thread Anatoly Shirokov
The translation file is usual source file, it is not binary artifact. The only difference is that I have to support them in up to date state with the lupdate utility. I want to invoke lupdate automatically during build and after that commit updated translation files to use them by translator

Re: [CMake] QT4_CREATE_TRANSLATION delete source ts files during clean

2014-02-26 Thread Stephen Kelly
Anatoly Shirokov wrote: The translation file is usual source file, it is not binary artifact. I didn't say it was a binary artifact. It's a buildsystem artifact created by your buildsystem. The only difference is that I have to support them in up to date state with the lupdate utility.

[CMake] Evaluating CMake for My Project, some questions

2014-02-26 Thread Peter.Wright
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 configuration. I'm wanting a fully nestable tree for the various sections.

Re: [CMake] CMake Tools for Visual Studio 1.1 Released!

2014-02-26 Thread David Golub
I generally stuck with the same syntax highlighting color conventions used by Visual Studio itself. Are there other language constructs that you feel would benefit from getting a color? David Golub From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Nagy-Egri Máté Ferenc Sent:

Re: [CMake] QT4_CREATE_TRANSLATION delete source ts files during clean

2014-02-26 Thread Anatoly Shirokov
Please see my comments below 27.02.2014 1:08, Stephen Kelly ?: Anatoly Shirokov wrote: The translation file is usual source file, it is not binary artifact. I didn't say it was a binary artifact. It's a buildsystem artifact created by your buildsystem. This is source which can be

Re: [CMake] QT4_CREATE_TRANSLATION delete source ts files during clean

2014-02-26 Thread Jean-Christophe Fillion-Robin
Hi Anatoly, Within Slicer [1], we addressed the creation / updates of the translation files by introducing a variable named Slicer_UPDATE_TRANSLATION [2] Then, within a macro named 'SlicerMacroTranslation.cmake' [3], depending on the value of Slicer_UPDATE_TRANSLATION, we either call (1)

Re: [CMake] QT4_CREATE_TRANSLATION delete source ts files during clean

2014-02-26 Thread Anatoly Shirokov
Dear Jean-Christophe Fillion-Robin! Thank you very much for your attention. But I do not have a problem with CREATE. I have problem with UPDATE, actually with QTx_CREATE_TRANSLATION. QTx_CREATE_TRANSLATION uses add_custom_command which forces to delete the original updated SOURCE ts file

[cmake-developers] [CMake 0014772]: WIX create empty folder

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

[cmake-developers] [CMake 0014773]: Fix bug Boost_FOUND could be false when version specified and using -GNinja

2014-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14773 == Reported By:Derek Chow Assigned To:

[cmake-developers] [CMake 0014774]: FindFreetype cannot find version 2.5

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

[cmake-developers] [CMake 0014775]: GTEST_ADD_TESTS from FindGTest may find sources automatically

2014-02-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14775 == Reported By:Nikolay Orliuk Assigned To:

Re: [cmake-developers] [New Module] FindOpenCL, FindHg

2014-02-26 Thread Brad King
On 02/25/2014 04:17 PM, Matthäus G. Chajdas wrote: thanks for splitting the patches the review. I've just pushed the requested changes to the add-FindOpenCL topic. Thanks. I made some minor tweaks and merged to 'next' for testing: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=041485bc

[cmake-developers] [PATCH] Fix find_dependency macro version argument

2014-02-26 Thread Alex Merry
Recent commits broke the version argument handling, as the set variable name is different to the used variable name. First attached patch fixes this. The second one clears the variable again at the end of the macro, to match the other variables. Alex From

Re: [cmake-developers] [PATCH] Fix find_dependency macro version argument

2014-02-26 Thread Brad King
On 02/26/2014 10:09 AM, Alex Merry wrote: Recent commits broke the version argument handling, as the set variable name is different to the used variable name. First attached patch fixes this. The second one clears the variable again at the end of the macro, to match the other variables.

Re: [cmake-developers] Recommendations for reducing spurious link dependencies?

2014-02-26 Thread Dave Abrahams
Oops; I just got it through my thick head that this is an LLVM patch! OK, much more helpful than I thought, thanks. On Wed, Feb 26, 2014 at 3:12 PM, Dave Abrahams d...@boostpro.com wrote: Yes, thanks, Brad. I hope one day we'll be able to use those features, but I was hoping someone could

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1747-g2c2ddad

2014-02-26 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 2c2ddadbe0fdb2779ca0ece2fc92d66f3609e22a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1755-gf8eccc4

2014-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 f8eccc4f354cae5fc95f8575490f6efb269febf6 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1757-g4d137ee

2014-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 4d137ee1fae3288f3a87baa19332fdaf7abcc56a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1762-g4f8deba

2014-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 4f8deba4cfdb6055a60d124f1658a8a830d856e7 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1764-gae4182b

2014-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 ae4182b32b08f077b6b5ffc8c624c2c92c5d8e88 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1539-gf3ae507

2014-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 f3ae507070694b61b9dd732110f3a93da51b5cfe (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1541-g0736dad

2014-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 0736dad395f775be37055e61f2cb1fa3f8ec31cc (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1535-g6223621

2014-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 6223621e9a4bfc7bbf91037183c725c4300db397 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1529-g5cad466

2014-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 5cad466daefa64578d4e4ca0394db983ab40bba4 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1543-g041ba1e

2014-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 041ba1eefde146a6eb239a9f837dd5e0ef7b3d84 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1537-g75428cd

2014-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 75428cdfb9685c7e58270cae1f487b51fa0cc351 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1771-g037124a

2014-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 037124a532bea03d22ac519eb67a70da7cfc278b (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1545-g1417027

2014-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 14170273fe9df493fa3d0867d980889d6d08e089 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1773-g3a00cac

2014-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 3a00cac030b7ffb93e1b89d81e4952f94a1b4830 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1775-g336cca1

2014-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 336cca152b3ffe685f4962a5efd8c8d4691848d6 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1777-g184447b

2014-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 184447b6e04996a63abe9d71eb75908c14fdb137 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1780-g072d606

2014-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 072d6061135cdacec16690d0a19cb42988354c04 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1548-g6391b32

2014-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 6391b32a32c27e136eb629f633893f9a69e98182 (commit) via

[Cmake-commits] CMake branch, release, updated. v2.8.12.2-1494-g948d5d1

2014-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, release has been updated via 948d5d18fd6deed24ede54cb0e3b017511f99559 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1552-g6e6fbb0

2014-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 6e6fbb0e436889c93bb64930fda51a1ef32326ae (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1786-g8d71c7e

2014-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 8d71c7efd29d606ad11078df7e7d74de4558955e (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1788-gd0bf34f

2014-02-26 Thread Clinton Stimpson
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 d0bf34f9b275f621f0b7db537aebeebce00b9494 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1790-g5745be7

2014-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 5745be7e2b813a81f0c4c36b2d6865dba26c8a56 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1792-g87aad47

2014-02-26 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 87aad47f293ccb7358e5e9e8cd854e9bd710d26f (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1553-g0f9dbc1

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