summaryrefslogtreecommitdiff
path: root/Source/cmVisualStudioGeneratorOptions.h
Commit message (Expand)AuthorAgeFilesLines
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* CUDA: Move VS CudaRuntime selection to be with rest of CUDA optionsBrad King2020-05-221-1/+0
* CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-8/+2
* cmVisualStudio10TargetGenerator: use std::string for tagVitaly Stakhovsky2019-11-101-1/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmVisualStudioGeneratorOptions::Parse(): const std::string& argumentVitaly Stakhovsky2018-08-131-1/+1
* cmVisualStudioGeneratorOptions: specify indentation with integerVitaly Stakhovsky2018-04-251-6/+5
* VS: Simplify XML codeVitaly Stakhovsky2018-03-271-2/+0
* cmVisualStudioGeneratorOptions: Move XML code to subclassesVitaly Stakhovsky2018-03-261-12/+6
* cmVisualStudioGeneratorOptions: Factor out an OutputFlag helperVitaly Stakhovsky2018-03-201-0/+4
* cmIDEOptions: use std::stringVitaly Stakhovsky2018-02-261-1/+1
* VS: Convert loops to C++11, other C++ improvementsVitaly Stakhovsky2018-02-211-1/+1
* VisualStudio generators: refactoringMarc Chevrier2018-01-231-0/+4
* VS: Fix MANIFESTUAC link flag map to .vcxproj elementscomicfans2017-09-181-0/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: Select CUDA code generation architecturesBrad King2017-03-101-0/+2
* VS: Select the CUDA runtime libraryBrad King2017-03-101-0/+8
* VS: Add basic infrastructure for CUDA generationBrad King2017-03-101-0/+1
* VS: Add method to take a value out of the option parser flag mapBrad King2017-03-101-0/+2
* VS: Add method to re-parse specific option parser fieldsBrad King2017-03-101-0/+6
* VS: Add method to clear flag tables of option parserBrad King2017-03-101-0/+3
* VS: Refactor AdditionalOptions generationBrad King2017-02-151-2/+0
* cmVisualStudioGeneratorOptions: Add PrependInerhitedString methodBrad King2017-02-151-0/+2
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+1
* VS: Teach option map IsDebug() method about C# projectsMichael Stürmer2016-12-071-1/+2
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-1/+9
* VS: Add internal API for detecting "managed" projectsMichael Stürmer2016-10-191-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+6
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* VS: Move version information to global generator.Stephen Kelly2015-05-191-1/+1
* Fix incremental linking setting for Fortran + VSZack Galbreath2014-11-211-0/+7
* Merge topic 'vs-windows-apps'Brad King2014-09-021-0/+1
|\
| * VS: Add VS_WINRT_COMPONENT property to enable CompileAsWinRTGilles Khouzam2014-08-211-0/+1
* | VS: Populate MASM tool build settings in .vcxproj filesBrad King2014-08-131-0/+1
|/
* VS: Fix handling of non-preprocessor flags in CMAKE_RC_FLAGSMartin Mitas2014-07-101-0/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Improve const-correctness in cmVisualStudioGeneratorOptionsPatrick Gansterer2013-08-051-3/+3
* Visual Studio: Allow setting Single Byte Character Set (#12189)Aaron C. Meadows2012-02-171-0/+1
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-5/+4
* VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-251-1/+2
* Set Intel .vfproj RuntimeLibrary attributeBrad King2010-11-091-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Separate option mapping from VS generatorsBrad King2009-07-291-28/+5
* ENH: Separate VS flag table typeBrad King2009-07-291-25/+4
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+122