Re: [cmake-developers] Virtual folders in Visual studio get expanded on reload

2015-06-02 Thread Klaim - Joël Lamotte
I did notice it quite a lot but I don't think CMake can do anything about it. I might be wrong though. On Tue, Jun 2, 2015 at 1:00 AM, Roman Wüger roman.wue...@gmx.at wrote: Hi, I noticed that sometimes when a target is reloaded, that the virtual folders and targets for the complete visual

[cmake-developers] [CMake 0015600]: CTest output redirection doesn't respect the order

2015-06-02 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15600 == Reported By:Christophe Dumeunier Assigned To:

Re: [cmake-developers] CMake 3.3 feature freeze on 2015-06-01

2015-06-02 Thread Brad King
On 05/26/2015 11:38 AM, Brad King wrote: In preparation for this freeze to 'master' next week, I'm now freezing 'next' to new features. We should work to get topics already in 'next' through to 'master' within the next week. Documentation and bug fix topics may still of course be added to

Re: [cmake-developers] [PATCH] DEFINES_FILE feature for FindBISON module

2015-06-02 Thread Brad King
On 05/31/2015 01:37 AM, 정언 wrote: I made a slight change on FindBISON module, adding a new feature DEFINES_FILE that corresponds to bison command line option `--defines`. Thanks! Please re-order the patches to do the refactoring of argument parsing first and the functional changes second.

Re: [cmake-developers] Compact dependency graph

2015-06-02 Thread Brad King
On 06/01/2015 06:20 PM, Richard Ulrich wrote: Using a callback I now feed the error information back. Here's the latest change: https://github.com/ulrichard/CMake/commit/adf1cf5184d5a13702a03a090c501f1a6d0e39f4 The following line is still commented out: this-Makefile-StoreMatches(re);

Re: [cmake-developers] Startup Project Configuration [mantis 15578]

2015-06-02 Thread Brad King
On 06/01/2015 07:35 PM, Davy Durham wrote: My plan is for it to simply pull a directory property called, VS_STARTUP_PROJECT. However, I don't see how to access directory properties from cmGlobalVisualStudioGenerator. They seem to be available from a cmLocalGenerator but not