Re: [CMake] Is there any ongoing work to support toolset Clang 3.7 with Microsoft CodeGen (v140_clang_3_7)

2016-04-18 Thread forumer
Hi, I have tested a nightly build and I have noticed that when compiling in debug mode, debug symbols are not generated and we cannot debug. When I compare vcxproj files when I enable manually Full Debug Information from project properties it seems that the GenerateDebugInformation is set to

[CMake] Is there any ongoing work to support toolset Clang 3.7 with Microsoft CodeGen (v140_clang_3_7)

2016-04-01 Thread forumer
Hi, Microsoft has released a new toolset using clang for the code analysis and with VS2015 code generator. https://blogs.msdn.microsoft.com/vcblog/2015/12/04/clang-with-microsoft-codegen-in-vs-2015-update-1/ https://blogs.msdn.microsoft.com/vcblog/2016/01/20/clang-with-microsoft-codegen-januar

[CMake] Add suppport for new IDE

2015-10-31 Thread forumer
Hi, I would like to add some support for generating makefiles/IDE solutions for the D language (http://dlang.org). Especially I would like to be able to generate VisualD and monoD projects. The language is hold inside files with a .d extension and that can be compiled by 3 differents compilers