summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioGeneratorOptions.cxx
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Move VS CudaRuntime selection to be with rest of CUDA optionsBrad King2020-05-221-21/+0
* CUDA: Factor runtime library lookup into helper methodBrad King2020-05-221-15/+8
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-3/+2
* CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-14/+24
* cmVisualStudio10TargetGenerator: use std::string for tagVitaly Stakhovsky2019-11-101-3/+3
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-2/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+3
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-2/+2
* VS: Fix Fortran runtime library flag map special case for '-' optionsBrad King2019-04-101-4/+4
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+3
* VS: Add Visual Studio 16 2019 generatorBrad King2019-01-111-0/+1
* Source: Fix various compiler warnings in Visual Studio 2017Bruno Manganelli2019-01-091-1/+1
* cmVisualStudioGeneratorOptions::Parse(): const std::string& argumentVitaly Stakhovsky2018-08-131-3/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+2
* cmVisualStudioGeneratorOptions: specify indentation with integerVitaly Stakhovsky2018-04-251-5/+5
* Cleanup: Fix typos and grammar in docs and codeCraig Scott2018-04-231-2/+2
* VS: Simplify XML codeVitaly Stakhovsky2018-03-271-7/+2
* cmVisualStudioGeneratorOptions: Move XML code to subclassesVitaly Stakhovsky2018-03-261-50/+3
* cmVisualStudioGeneratorOptions: Factor out an OutputFlag helperVitaly Stakhovsky2018-03-201-72/+61
* cmIDEOptions: use std::stringVitaly Stakhovsky2018-02-261-7/+7
* VS: Convert loops to C++11, other C++ improvementsVitaly Stakhovsky2018-02-211-27/+21
* VisualStudio generators: refactoringMarc Chevrier2018-01-231-16/+67
* Merge topic 'cuda_msvc_support_complex_gencode_signatures'Brad King2018-01-111-8/+20
|\
| * CUDA: gencode signature that list multiple code types now supported.Robert Maynard2018-01-101-8/+20
* | Various typo fixesLuz Paz2018-01-041-1/+1
|/
* cmIDEOptions: use std::string instead of const char*Vitaly Stakhovsky2017-12-081-4/+3
* VS: Fix MANIFESTUAC link flag map to .vcxproj elementscomicfans2017-09-181-0/+68
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-3/+0
* cmGlobalVisualStudioGenerator: Drop VS7 enumeration valueBrad King2017-04-191-1/+0
* Merge topic 'vs-rc-defines'Brad King2017-03-291-1/+4
|\
| * cmVisualStudio10TargetGenerator: De-duplicate preprocessor defsBrad King2017-03-281-1/+4
* | VS: Select CUDA code generation architecturesBrad King2017-03-101-0/+51
* | VS: Select the CUDA runtime libraryBrad King2017-03-101-0/+36
* | VS: Add basic infrastructure for CUDA generationBrad King2017-03-101-0/+3
* | VS: Add method to take a value out of the option parser flag mapBrad King2017-03-101-0/+12
* | VS: Add method to re-parse specific option parser fieldsBrad King2017-03-101-1/+17
* | VS: Add method to clear flag tables of option parserBrad King2017-03-101-0/+7
* | VS: Refactor AdditionalOptions generationBrad King2017-02-151-25/+2
* | cmVisualStudioGeneratorOptions: Add PrependInerhitedString methodBrad King2017-02-151-0/+11
* | VS: De-duplicate PreprocessorDefinitions tag nameBrad King2017-02-141-5/+5
|/
* VS: Teach option map IsDebug() method about C# projectsMichael Stürmer2016-12-071-1/+11
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+1
* VS: Place source-specific AdditionalOptions after target-wide flagsBrad King2016-11-021-2/+3
* VS: Add internal API for detecting "managed" projectsMichael Stürmer2016-10-191-0/+5
* VS15: Add Visual Studio 15 generatorBrad King2016-09-071-0/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-182/+112
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-15/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-3/+3