| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'remove-vs10-generator' | Brad King | 2022-09-27 | 1 | -27/+2 |
|\ |
|
| * | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -27/+2 |
|
|
* | | VS: Fix target output paths in SDK-style projects | elksson | 2022-09-23 | 1 | -0/+1 |
|/ |
|
* | VS: Fix PACKAGE target build with SDK-style projects | elksson | 2022-09-22 | 1 | -2/+2 |
|
|
* | Merge topic 'cuda_add_lto_support' | Brad King | 2022-08-03 | 1 | -4/+7 |
|\ |
|
| * | CUDA: Add Device LTO support for nvcc | Robert Maynard | 2022-07-22 | 1 | -4/+7 |
|
|
* | | MSVC: Recognize -XYZ as well as /XYZ when parsing MS tool command lines | Dubach, Joev | 2022-07-27 | 1 | -3/+7 |
|
|
* | | Merge topic 'vs-fuzzer' | Brad King | 2022-07-27 | 1 | -0/+9 |
|\ \ |
|
| * | | VS: Add support for (lib)fuzzer /fsanitize=fuzzer flag | Fredrik Claesson | 2022-07-13 | 1 | -0/+9 |
| |/ |
|
* | | Merge branch 'backport-3.24-revert-vs-ZERO_CHECK-proj' | Brad King | 2022-07-22 | 1 | -221/+34 |
|\ \ |
|
| * | | VS: Revert "Write ZERO_CHECK.proj for VS19 and above" | Brad King | 2022-07-22 | 1 | -221/+34 |
|
|
* | | | VS: Generate IntDir property for INTERFACE libraries | Jonas Fierlings | 2022-07-08 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge topic 'cpp-named-module-file-sets' | Brad King | 2022-06-17 | 1 | -0/+12 |
|\ \ |
|
| * | | cmTarget: add support for C++ module fileset types | Ben Boeckel | 2022-06-16 | 1 | -0/+12 |
| |/ |
|
* | | Merge topic 'msvc_cuda_pass_arch_flags_in_additional_options' | Brad King | 2022-06-17 | 1 | -9/+16 |
|\ \ |
|
| * | | CUDA: MSVC pass all cuda gencode flags via AdditionalOptions | Robert Maynard | 2022-06-16 | 1 | -9/+16 |
| |/ |
|
* | | VS: Add compile properties to .NET Sdk projects | Maxime Raynaud | 2022-06-15 | 1 | -0/+4 |
|/ |
|
* | VS: Add AndroidAPILevel element to generated project files | BenjamÃn de la Fuente Ranea | 2022-06-08 | 1 | -0/+4 |
|
|
* | Merge topic 'vs-system-include' | Brad King | 2022-05-20 | 1 | -6/+37 |
|\ |
|
| * | VS: Add support for SYSTEM include directories | Josiah Bills | 2022-05-18 | 1 | -6/+37 |
|
|
* | | CUDA: Use cmLinkLineDeviceComputer in VS generator | Robert Maynard | 2022-05-03 | 1 | -55/+7 |
|/ |
|
* | VS: Add StartupObject property for managed .NET projects | Florian Schweiger | 2022-04-12 | 1 | -0/+14 |
|
|
* | VS: Write ZERO_CHECK.proj for VS19 and above | Sumit Bhardwaj | 2022-02-21 | 1 | -34/+221 |
|
|
* | VS: Revert "Write ZERO_CHECK.proj for VS19 and above" | Brad King | 2022-02-17 | 1 | -214/+31 |
|
|
* | VS: Write ZERO_CHECK.proj for VS19 and above | Sumit Bhardwaj | 2022-02-12 | 1 | -31/+214 |
|
|
* | VS: Add proj as a project type to VsProjectType | Sumit Bhardwaj | 2022-02-12 | 1 | -0/+15 |
|
|
* | Merge topic 'genex-LINK_LIBRARY-to-decorate-library' | Brad King | 2022-02-09 | 1 | -2/+4 |
|\ |
|
| * | Genex: Add $<LINK_LIBRARY:...> | Marc Chevrier | 2022-02-07 | 1 | -2/+4 |
|
|
* | | Merge topic 'vs_buildcache_support' | Brad King | 2022-02-09 | 1 | -1/+3 |
|\ \ |
|
| * | | VS: Add property to turn off Visual Studio compile batching | Kaloyan Donev | 2022-02-08 | 1 | -1/+3 |
| |/ |
|
* | | Merge topic 'dotnet_sdk' | Brad King | 2022-02-08 | 1 | -0/+11 |
|\ \
| |/
|/| |
|
| * | VS: Allow setting output directory in .NET SDK style projects | Florian Schweiger | 2022-02-07 | 1 | -0/+11 |
|
|
* | | VS: Simplify generation of per-source PCH settings | Brad King | 2022-02-03 | 1 | -9/+16 |
|
|
* | | VS: .Net SDK Style projects can add Reference to dlls | Sumit Bhardwaj | 2022-02-01 | 1 | -0/+1 |
|/ |
|
* | Make cmGlobalVisualStudioGenerator::VSVersion enum class | Sumit Bhardwaj | 2022-01-25 | 1 | -9/+9 |
|
|
* | Merge topic 'vs-package-restore' | Brad King | 2022-01-24 | 1 | -5/+35 |
|\ |
|
| * | cmGlobalVisualStudio10Generator: Auto restore NuGet packages. | Carsten Rudolph | 2022-01-22 | 1 | -5/+35 |
|
|
* | | VS: Add support for ASAN -fsanitize=address flag | Hanaa Elghobashi | 2022-01-20 | 1 | -0/+9 |
|/ |
|
* | Consolidate usage of VsProjectType | Sumit Bhardwaj | 2021-12-23 | 1 | -31/+33 |
|
|
* | Merge topic 'vs-csharp-dotnet-sdk' | Brad King | 2021-12-22 | 1 | -52/+192 |
|\ |
|
| * | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -2/+117 |
|
|
| * | VS: Set ResolveNugetPackages to false for ALL_BUILD and ZERO_CHECK | Sumit Bhardwaj | 2021-12-15 | 1 | -0/+14 |
|
|
| * | cmVisualStudio10TargetGenerator: Factor out helper for classic MSBuild project | Sumit Bhardwaj | 2021-12-15 | 1 | -52/+63 |
|
|
* | | VS: Add custom VCEnd labels only in C# projects | Sumit Bhardwaj | 2021-12-16 | 1 | -8/+10 |
|
|
* | | Merge topic 'vs-csproj-scripts' | Brad King | 2021-12-16 | 1 | -0/+10 |
|\ \ |
|
| * | | VS: add missing label in C# project-build events | Steven Boswell | 2021-12-15 | 1 | -0/+10 |
| |/ |
|
* | | Merge topic 'msvc_cuda_propagate_defines_to_ptx' | Brad King | 2021-12-16 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | CUDA: Visual Studio Generator propagates definitions for PTX files | unknown | 2021-12-14 | 1 | -0/+17 |
|
|
* | | Merge topic 'msbuild-target-inputs-object-depends' | Brad King | 2021-12-10 | 1 | -0/+16 |
|\ \ |
|
| * | | VS: Add OBJECT_DEPENDS as AdditionalDependencies | Dietmar Scheidl | 2021-12-09 | 1 | -0/+16 |
| |/ |
|