summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cuda_vs_skip_computation' into release-3.19Brad King2020-10-271-2/+4
|\
| * VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-271-2/+4
* | 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
* | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-6/+16
* | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-4/+4
* | Merge topic 'cmprop-source'Brad King2020-04-151-56/+58
|\ \
| * | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-56/+58
* | | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-0/+14
|/ /
* | cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case configBrad King2020-04-011-3/+2
* | cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-7/+7
* | Merge topic 'vs-non-built-file-item-metadata'Brad King2020-03-301-93/+146
|\ \
| * | VS: Add VS_SOURCE_SETTINGS_<tool> target propertyMatt Davies2020-03-201-0/+16
| * | VS: Add VS_SETTINGS source file propertyMatt Davies2020-03-201-2/+32
| * | VS: Use unordered_map to write HLSL settings.Matt Davies2020-03-201-93/+100