| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Test VS_SETTINGS and VS_SOURCE_SETTINGS_<tool> properties. | Matt Davies | 2020-03-26 | 7 | -0/+71 |
|
|
* | Merge topic 'csharp-out-of-source-groups' | Brad King | 2020-02-28 | 7 | -1/+60 |
|\ |
|
| * | CSharp: Add support for source groups with out-of-source builds | Kinan Mahdi | 2020-02-28 | 7 | -1/+60 |
|
|
* | | VS: Add target property to explicitly control solution deployment | Alexander Boczar | 2020-02-25 | 3 | -0/+71 |
|/ |
|
* | Merge topic 'csharp-no-valued-macros' | Brad King | 2020-01-27 | 1 | -4/+4 |
|\ |
|
| * | CSharp: Do not pass definitions with values | Sumit Bhardwaj | 2020-01-24 | 1 | -4/+4 |
|
|
* | | Merge topic 'vs-dotnet-standard-core' | Brad King | 2020-01-24 | 5 | -0/+104 |
|\ \ |
|
| * | | VS: Add support for .NET Standard and .NET Core | Joerg Bornemann | 2020-01-24 | 5 | -0/+104 |
| |/ |
|
* | | Multi-Ninja: Add precompile headers support | Cristian Adam | 2020-01-17 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'unity-lang-filename' | Brad King | 2020-01-15 | 2 | -4/+4 |
|\ |
|
| * | Unity Build: include language in generated source file name | Cristian Adam | 2020-01-14 | 2 | -4/+4 |
|
|
* | | Merge topic 'fix-vs-winrt-by-default' | Brad King | 2019-12-17 | 3 | -0/+86 |
|\ \ |
|
| * | | VS: Change CMAKE_VS_WINRT_BY_DEFAULT to not implicitly enable WinRT | Petr Polezhaev | 2019-12-16 | 1 | -3/+3 |
|
|
| * | | Vs: Add test for VS_WINRT_BY_DEFAULT | Petr Polezhaev | 2019-12-16 | 3 | -0/+86 |
|
|
* | | | Merge topic 'pch-force-include' | Brad King | 2019-12-16 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | PCH: Append pch header file to list of forced include files | Cristian Adam | 2019-12-13 | 1 | -1/+1 |
|
|
* | | Merge topic 'source_group-tree' | Brad King | 2019-11-05 | 2 | -2/+32 |
|\ \
| |/ |
|
| * | source_group: ensure that passed file is not a directory | Mateusz Janek | 2019-11-04 | 2 | -2/+32 |
|
|
* | | Merge topic 'vs-vctargetspath' | Brad King | 2019-10-18 | 5 | -39/+100 |
|\ \ |
|
| * | | VS: Propagate CMAKE_VS_GLOBALS into compiler id projects | Alexander Boczar | 2019-10-17 | 2 | -39/+61 |
|
|
| * | | VS: Add support to override VCTargetsPath through toolset | Alexander Boczar | 2019-10-15 | 3 | -0/+39 |
| |/ |
|
* | | VS: Add VS_DOTNET_DOCUMENTATION_FILE property | Charly Mourglia | 2019-10-15 | 3 | -0/+35 |
|/ |
|
* | PCH: Report error when setting COMPILE_PDB_NAME property | Cristian Adam | 2019-10-01 | 4 | -0/+18 |
|
|
* | Merge topic 'unity-build' | Brad King | 2019-09-05 | 5 | -0/+126 |
|\ |
|
| * | Unity build: Add unit tests | Cristian Adam | 2019-08-30 | 5 | -0/+126 |
|
|
* | | Precompile Headers: Fix Visual Studio 10 unit test | Cristian Adam | 2019-09-03 | 1 | -11/+8 |
|/ |
|
* | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 3 | -0/+74 |
|\ |
|
| * | Precompile headers: Add unit tests | Cristian Adam | 2019-08-28 | 3 | -0/+74 |
|
|
* | | VS: Add support for generator expressions to VS_CONFIGURATION_TYPE | Daniel Eiband | 2019-08-26 | 2 | -2/+2 |
|/ |
|
* | source_group: Improved generated filters tests | Mateusz Janek | 2019-08-16 | 9 | -26/+93 |
|
|
* | Merge topic 'vs-spectre-off' | Brad King | 2019-07-31 | 3 | -0/+42 |
|\ |
|
| * | VS: Fix mapping of `-Qspectre-` flag | Brad King | 2019-07-30 | 3 | -0/+42 |
|
|
* | | Fix elseif() in place of else() | Artalus | 2019-07-03 | 1 | -1/+1 |
|
|
* | | VS: Add VS_DPI_AWARE target property | Matt Weir | 2019-06-26 | 6 | -0/+74 |
|/ |
|
* | VS: Added support for VS package references for nuget | Kinan Mahdi | 2019-05-30 | 3 | -0/+44 |
|
|
* | MSVC: Add support for /JMC (Just My Code) | Luca Cappa | 2019-05-14 | 3 | -0/+67 |
|
|
* | MSVC: Document and test behavior of empty MSVC_RUNTIME_LIBRARY | Brad King | 2019-04-22 | 2 | -1/+7 |
|
|
* | Merge topic 'msvc-runtime-library' | Brad King | 2019-04-17 | 5 | -0/+51 |
|\ |
|
| * | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 5 | -0/+51 |
|
|
* | | VS: add target property VS_PROJECT_IMPORT_<propspath> | Leonid Pospelov | 2019-04-15 | 3 | -0/+40 |
|/ |
|
* | VS: Fix nowarn compiler option to accept warning numbers. | Wil Stark | 2019-02-07 | 3 | -0/+79 |
|
|
* | Merge topic 'vs-debug-utility-targets' | Brad King | 2019-01-17 | 8 | -72/+84 |
|\ |
|
| * | VS: Add support for VS_DEBUGGER_* properties on custom targets | Nils Gladitz | 2019-01-16 | 8 | -72/+84 |
|
|
* | | VS: Honor target_compile_definitions for C# projects | Wil Stark | 2019-01-16 | 3 | -0/+83 |
|/ |
|
* | Restore support for a custom source group for CMakeLists.txt | Brad King | 2019-01-14 | 3 | -0/+37 |
|
|
* | VS: Fix Deploy content in .csproj files | Wil Stark | 2018-12-07 | 3 | -0/+95 |
|
|
* | VS: Add test for CMAKE_VS_GLOBALS | Mikhail Korolev | 2018-09-28 | 3 | -0/+53 |
|
|
* | VS10Project: Expand VS_DEBUGGER_* capabilities | Jon Chronopoulos | 2018-06-17 | 9 | -4/+60 |
|
|
* | cmVisualStudio10TargetGenerator: issue warning when adding static C# lib | Michael Stürmer | 2018-05-07 | 2 | -0/+11 |
|
|
* | Merge topic 'vs-sdk-dirs' | Brad King | 2018-04-20 | 3 | -0/+100 |
|\ |
|