Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'csharp_fix_initial_flags' | Brad King | 2017-09-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | a3388900 VS: Initialize CSharp flags consistently Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1232 | ||||
| * | VS: Initialize CSharp flags consistently | Michael Stürmer | 2017-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Use the same environment variable for the initial flags that we use for the compiler id. Fixes: #17250 | ||||
* | | Vs: remove /nowin32manifest from C# flags to enable default VS behavior | Michael Stürmer | 2017-06-16 | 1 | -1/+1 |
|/ | | | | | | | if /nowin32manifest is specified, it will be preferred over any occurring /win32manifest:<file> parameter Fixes: #16969, #16970 | ||||
* | VS: Fix debugging of C++ executables if CSharp is enabled | Michael Stürmer | 2017-05-15 | 1 | -11/+11 |
| | | | | Fixes: #16867 | ||||
* | C# support: add compiler detection for MSVC | Michael Stürmer | 2016-12-15 | 1 | -0/+119 |