summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio12Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* VS: ARM64 as default toolset architecture for ARM64 hostNiyas Sait2022-05-191-1/+2
* Make cmGlobalVisualStudioGenerator::VSVersion enum classSumit Bhardwaj2022-01-251-1/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-2/+10
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-2/+2
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-10/+14
* VS: Add support for explicit 32-bit toolset selection via host=x86Brad King2019-01-281-2/+2
* 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/+9
* Split global generator factory list with and without platformsBrad King2019-01-181-1/+9
* 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
* Replace header flag tables with json readingStephan Szabo2018-11-281-12/+6
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+6
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* VS: Refactor generator toolset parsingBrad King2017-02-151-10/+6
* 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
* VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+15
* 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-111/+77
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-10/+7
* 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/+97
* 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-7/+5
* VS: Refactor internal generator factory logicBrad King2014-06-091-3/+5
* VS: Split user- and generator-provided PlatformToolsetBrad King2014-06-041-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-11/+13
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+0
* VS: Add version year to generator namesBrad King2013-10-281-16/+51
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-5/+0