Re: [cmake-developers] Extracting target metadata, IDE integration

2015-03-07 Thread Tobias Hunger
Hi Aleix, thank you for the ping:-) Since I am not fully fluent with cmake (have not really used it in a couple of years) and sometimes have a bit of trouble following the discussion about the details of this patch, I took the liberty to copy/paste (and part of) one of the example files you put

Re: [cmake-developers] Extracting target metadata, IDE integration

2015-03-07 Thread Aleix Pol
On Fri, Aug 29, 2014 at 4:20 AM, Aleix Pol aleix...@kde.org wrote: Dear cmake'rs, I'm rewriting the KDevelop plugin from scratch to fetch the information from the build directory. Now in the first implementation I'm using the compile_commands.json file that cmake already can generate for

[cmake-developers] [CMake 0015436]: ninja generator fails to produce include statement for rules

2015-03-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15436 == Reported By:Benjamin Schindler Assigned To:

[cmake-developers] [PATCH 1/2] Fix deprecation warning about non-writeable strings

2015-03-07 Thread Gregor Jasny
Signed-off-by: Gregor Jasny gja...@googlemail.com --- Tests/Environment/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Environment/main.cxx b/Tests/Environment/main.cxx index 2e1bf4c..b54a664 100644 --- a/Tests/Environment/main.cxx +++

[cmake-developers] [PATCH 2/2] Add test for generater expressions in test properties

2015-03-07 Thread Gregor Jasny
Suprisingly new-style tests support generater expressions also within all test properties. Add a test for that. Signed-off-by: Gregor Jasny gja...@googlemail.com --- Tests/Environment/CMakeLists.txt | 12 1 file changed, 12 insertions(+) diff --git

Re: [cmake-developers] [PATCH 2/2] Add test for generater expressions in test properties

2015-03-07 Thread Gregor Jasny
On 07/03/15 22:20, Gregor Jasny wrote: Surprisingly new-style tests support generator expressions also within all test properties. Add a test for that. This still lacks documentation. The question is what would be the proper place(s) for this. I'd add extend the genex note here: