summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-1/+1
* Merge topic 'vs-config-specific-csproj'Brad King2021-05-041-1/+15
|\
| * VS: Add support for per-config C# sourcesThomas Vaughan2021-05-031-1/+15
* | VS: Fix CSharp sources inside build directoryKinan Mahdi2021-05-031-2/+5
|/
* VS: switch to new folder structure while keeping the old one workingMarcel Ritzschke2021-03-181-5/+7
* Merge topic 'vs-toolset-version'Brad King2021-03-151-6/+6
|\
| * VS: Fix '-T version=14.28' under VS 16.9Brad King2021-03-121-6/+6
* | VS: Restore support for PCH in CXX but not C within once targetBrad King2021-02-191-1/+5
* | cmVisualStudio10TargetGenerator: Refactor per-source PCH logicBrad King2021-02-191-6/+6
* | VS: Add genex support to VS_SHADER_FLAGSJeremiah van Oosten2021-01-051-1/+8
* | Merge topic 'policy-cmp0111-iface'Brad King2020-11-241-1/+2
|\ \ | |/
| * cmVisualStudio10TargetGenerator: Avoid GetFullPath on INTERFACE libraryBrad King2020-11-231-1/+2
| * Merge topic 'cuda_vs_skip_computation' into release-3.19Brad King2020-10-271-2/+4
| |\
* | | Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-8/+7
* | | Merge topic 'cuda_vs_skip_computation'Brad King2020-10-271-2/+4
|\ \ \ | | |/ | |/|
| * | VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-271-2/+4
* | | configure_file: Add option for user defined permissionsAsit Dhal2020-10-241-1/+1
* | | VisualStudio: move PCH rules to projects when possible.Robert Maynard2020-10-201-19/+47
| |/ |/|
* | Merge topic 'csharp-source_group-bugfix'Brad King2020-10-061-1/+8
|\ \ | |/
| * VS: Fix regression in C# source linksKinan Mahdi2020-10-051-1/+8
* | Merge topic 'genexpr-for-mfc-flag'Brad King2020-10-011-1/+2
|\ \
| * | VS: Teach CMAKE_MFC_FLAG to support generator expressionsAndrey Starodubtsev2020-09-301-1/+2
* | | VS: Make ImportLibary generation optionalMark Jansen2020-09-301-5/+7
* | | VS: Fix C language standard in target with C++ sourcesBrad King2020-09-291-0/+17
|/ /
* | Merge topic 'generate-target-order'Brad King2020-09-081-4/+0
|\ \
| * | cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-041-4/+0
* | | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-1/+1
|/ /
* | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-18/+18
* | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-5/+15
* | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-6/+5
* | Merge topic 'cleanup-target-types'Brad King2020-07-281-1/+1
|\ \