summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio12Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-3/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+2
* VS: Clarify global generator constructor interfaceBrad King2019-01-101-2/+4
* 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
* VS: Convert GetToolsVersion to non-virtual table lookupBrad King2019-01-101-5/+0
* cmGlobalVisualStudioGenerator::GetIDEVersion(): const addedVitaly Stakhovsky2019-01-021-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+2
* VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-151-9/+9
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: Refactor generator toolset parsingBrad King2017-02-151-2/+2
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+9
* VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+5
* 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-3/+0
* VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-141-2/+8
* 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
* VS: Generate ToolsVersion matching each VS versionRobert Maynard2013-08-261-0/+5
* VS12: Remove duplicated overload of UseFolderProperty()Patrick Gansterer2013-08-051-1/+0
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+1
* VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-281-0/+40