summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'dotnet_sdk' into release-3.23Brad King2022-02-081-0/+11
|\
| * VS: Allow setting output directory in .NET SDK style projectsFlorian Schweiger2022-02-071-0/+11
* | VS: Simplify generation of per-source PCH settingsBrad King2022-02-031-9/+16
* | VS: .Net SDK Style projects can add Reference to dllsSumit Bhardwaj2022-02-011-0/+1
|/
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-9/+9
* Merge topic 'vs-package-restore'Brad King2022-01-241-5/+35
|\
| * cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-5/+35
* | VS: Add support for ASAN -fsanitize=address flagHanaa Elghobashi2022-01-201-0/+9
|/
* Consolidate usage of VsProjectTypeSumit Bhardwaj2021-12-231-31/+33
* Merge topic 'vs-csharp-dotnet-sdk'Brad King2021-12-221-52/+192
|\
| * VS: Add DOTNET_SDK property to generate SDK-style C# projectsSumit Bhardwaj2021-12-211-2/+117
| * VS: Set ResolveNugetPackages to false for ALL_BUILD and ZERO_CHECKSumit Bhardwaj2021-12-151-0/+14
| * cmVisualStudio10TargetGenerator: Factor out helper for classic MSBuild projectSumit Bhardwaj2021-12-151-52/+63
* | VS: Add custom VCEnd labels only in C# projectsSumit Bhardwaj2021-12-161-8/+10
* | Merge topic 'vs-csproj-scripts'Brad King2021-12-161-0/+10
|\ \
| * | VS: add missing label in C# project-build eventsSteven Boswell2021-12-151-0/+10
| |/
* | Merge topic 'msvc_cuda_propagate_defines_to_ptx'Brad King2021-12-161-0/+17
|\ \ | |/ |/|
| * CUDA: Visual Studio Generator propagates definitions for PTX filesunknown2021-12-141-0/+17
* | Merge topic 'msbuild-target-inputs-object-depends'Brad King2021-12-101-0/+16
|\ \
| * | VS: Add OBJECT_DEPENDS as AdditionalDependenciesDietmar Scheidl2021-12-091-0/+16
| |/
* | VS: Move LocalDebugger* settings to the end of their PropertyGroupCedric Martineau2021-12-031-34/+34
* | Merge topic 'vs-csproj-scripts'Brad King2021-12-031-8/+2
|\ \
| * | VS: Revert "Add missing label in C# project-build events"Brad King2021-12-021-8/+2
* | | cmVisualStudio10TargetGenerator: Change VsProjectType to be enum classSumit Bhardwaj2021-12-011-52/+56
| |/ |/|
* | Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-191-1/+24
* | VS: Fix pre-VS15.8 unity build exclusion of per-config sourcesBrad King2021-11-111-1/+1
* | Merge topic 'vs-framework-version'Brad King2021-11-081-35/+54
|\ \ | |/
| * VS: Model a default target frameworkBrad King2021-11-061-10/+11
| * cmVisualStudio10TargetGenerator: Refactor target framework selectionBrad King2021-11-061-35/+53
* | CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATIONRobert Maynard2021-10-201-4/+3
* | VS: Fix compilation of single source with PCH in Unity BuildBrad King2021-10-191-1/+2
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-91/+91
* Merge topic 'vs2022'Brad King2021-09-161-0/+4
|\
| * VS: Fix managed C++ project generation for VS 2022Brad King2021-09-151-0/+4
* | Merge topic 'vs_settings'Brad King2021-09-101-35/+45
|\ \
| * | VS: Honor VS_SETTINGS source file property on all sourcesSteven Boswell2021-09-091-3/+6
| * | cmVisualStudio10TargetGenerator: Factor out helper to write VS_SETTINGSSteven Boswell2021-09-091-32/+39
* | | VS: Add missing label in C# project-build eventsSteven Boswell2021-09-091-2/+8
|/ /
* | Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-3/+3
* | cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-4/+1
* | Merge topic 'vs-iface-include-dirs'Brad King2021-08-021-0/+3
|\ \ | |/
| * VS: Fix assertion failure on INCLUDE_DIRECTORIES in INTERFACE librariesBrad King2021-07-291-0/+3
* | Merge topic 'msvc-isystem'Brad King2021-06-211-2/+0
|\ \ | |/ |/|
| * cmVisualStudio10TargetGenerator: remove unused variableBen Boeckel2021-06-171-2/+0
* | VS: Add support for Utf8Enconding when using VS 16.10+Gustavo Varo2021-06-171-1/+3
|/
* VS: Add support for add_custom_command DEPFILEBrad King2021-06-091-5/+27
* cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-291-3/+4
* Merge topic 'relative-paths'Brad King2021-05-141-12/+6
|\
| * cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-12/+6
* | VS Generator: Properly reference included external C# projectsDario Passet2021-05-131-4/+3
|/