summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio11Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `bugprone-parent-virtual-call` lintsBen Boeckel2022-11-291-0/+1
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-291-4/+2
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-1/+1
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-5/+4
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+12
* Deprecate Visual Studio 11 2012 generatorBrad King2022-09-271-1/+1
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-2/+9
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-2/+2
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-13/+19
* VS: support suppressing deployment of selected targetsWil Stark2019-02-251-8/+3
* Add global generator factory method to get default platform nameBrad King2019-01-181-0/+2
* Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+16
* Split global generator factory list with and without platformsBrad King2019-01-181-1/+10
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+3
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-10/+0
* Add missing overrideVitaly Stakhovsky2018-12-301-1/+1
* Replace header flag tables with json readingStephan Szabo2018-11-281-12/+6
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-8/+6
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* VS: Add flag tables for C#Michael Stürmer2016-12-011-0/+2
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+1
* VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-251-0/+10
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+1
* cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classesTobias Hunger2016-07-141-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-139/+93
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-261-4/+4
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-3/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-11/+8
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-7/+0
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-5/+2
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-2/+5
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-141-14/+105
* VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binariesGilles Khouzam2014-07-311-0/+14
* VS: Select WindowsPhone and WindowsStore default toolsetsBrad King2014-07-311-0/+50
* VS: Delay getting platform name in local generatorBrad King2014-07-171-1/+0
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-8/+6
* VS: Refactor internal generator factory logicBrad King2014-06-091-8/+5
* VS: Split user- and generator-provided PlatformToolsetBrad King2014-06-041-1/+1