summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio11Generator.h
Commit message (Expand)AuthorAgeFilesLines
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-0/+3
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-2/+3
* VS: Add support for add_custom_command DEPFILEBrad King2021-06-091-0/+7
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+2
* VS: support suppressing deployment of selected targetsWil Stark2019-02-251-2/+2
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+3
* VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-101-2/+0
* VS: Convert GetIDEVersion to non-virtual table lookupBrad King2019-01-101-1/+0
* cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+1
* Add missing overrideVitaly Stakhovsky2018-12-301-1/+1
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-8/+8
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+11
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+3
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* VS: Find Desktop SDK for current VS version (#15662)Gilles Khouzam2015-09-021-1/+4
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-3/+0
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* VS: Drop reload macros for VS >= 10 (#11258,#14680)Brad King2015-04-151-2/+0
* VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-141-2/+9
* VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binariesGilles Khouzam2014-07-311-0/+3
* VS: Select WindowsPhone and WindowsStore default toolsetsBrad King2014-07-311-0/+4
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-2/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+4
* VS: Add version year to generator namesBrad King2013-10-281-0/+2
* VS11: Add support for Windows CE SDKsPatrick Gansterer2013-08-071-0/+2
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+1
* VS11: Allow using folders with the VS11 Express Edition (#13770)David Cole2012-12-031-0/+1
* VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-12/+5
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-1/+0
* Enumerate VS11 version explicitly in local generatorsBrad King2011-11-141-0/+3
* Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-231-0/+43