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
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
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