summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs-toolset-version' into release-3.20Brad 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
|\ \
| * | Factor out generator checks for filtering out interface librariesBrad King2020-07-231-1/+1
* | | Merge branch 'backport-vs-lang-flags' into vs-lang-flagsBrad King2020-07-231-0/+6
|\ \ \ | |/ / |/| / | |/
| * VS: Restore toleration of target-wide -TP flag with MSVCBrad King2020-07-231-0/+6
* | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* | cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-3/+3
* | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-1/+2
* | configure_file: Add option to control file permissions transfer to copyRahul Gottipati2020-06-301-1/+1
* | Merge topic 'visual-studio-android'Brad King2020-06-261-11/+53
|\ \
| * | Visual Studio: Add Android supportKyle Edwards2020-06-241-8/+51
| * | Refactor: Add IsAndroidGuiExecutable() method to cmTargetKyle Edwards2020-06-181-3/+2
| |/
* | cmVisualStudio10TargetGenerator: Do not segfault on empty configRobert Maynard2020-06-241-2/+3
|/
* VS: Restore compilation of '.C' sources as C++Brad King2020-06-111-3/+6
* VS: Use StdOutEncoding for VS 16.7 Preview 3 and aboveJustin Goshi2020-06-031-5/+5
* VS: Drop StdOutEncoding with VS 16.6 pending investigationBrad King2020-05-291-2/+5
* CUDA: Move VS CudaRuntime selection to be with rest of CUDA optionsBrad King2020-05-221-4/+11
* VS: Simplify logic adding source file C/C++ language flag to MSVCBrad King2020-05-181-21/+7
* VS: Compute managed type from an existing configurationBrad King2020-05-181-1/+2
* VS: Write custom commands for sources from all configurationsBrad King2020-05-181-8/+14
* cmVisualStudio10TargetGenerator: Adopt Windows Store and Phone infrastructureBrad King2020-05-181-66/+94
* Merge topic 'vs-pch-compile-opts'Brad King2020-05-121-1/+1
|\
| * VS: Fix using PCH from source with COMPILE_OPTIONSBrad King2020-05-111-1/+1
* | GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-1/+1
* | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-130/+120
* | VS: Add option for per-target PlatformToolsetJulien Jemine2020-04-291-2/+8