Re: [cmake-developers] Natvis support in Visual Studio

2016-07-15 Thread Brad King
On 07/15/2016 10:23 AM, Robert Dailey wrote: > Nice, I wasn't aware that there was already a feature in place to > support this. Given that this exists, is there any point to adding an > explicit code change to support natvis files? The VS_TOOL_OVERRIDE option is nice to allow projects a path

Re: [cmake-developers] Natvis support in Visual Studio

2016-07-15 Thread Robert Dailey
On Fri, Jul 15, 2016 at 9:05 AM, Brad King wrote: > VS: Add a VS_TOOL_OVERRIDE source file property > https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ed05f11d Nice, I wasn't aware that there was already a feature in place to support this. Given that this exists, is

Re: [cmake-developers] Natvis support in Visual Studio

2016-07-15 Thread Brad King
On 07/15/2016 09:47 AM, Robert Dailey wrote: > is Kitware officially using github or gitlab? CMake exists on both The GitLab repo is used as the issue tracker (recently migrated from Mantis). The GitHub repo is offered as a convenience for the community but is not the official path for

[cmake-developers] Natvis support in Visual Studio

2016-07-15 Thread Robert Dailey
Hello CMake devs, I'm writing code to support Natvis files in Visual Studio 2015 (earlier versions support this as well, I think). I found an issue regarding this here (is Kitware officially using github or gitlab? CMake exists on both): https://gitlab.kitware.com/cmake/cmake/issues/16043