summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGeneratorFactory.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-2/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-6/+8
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Add global generator factory method to get default platform nameBrad King2019-01-181-0/+5
* Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+10
* Split global generator factory list with and without platformsBrad King2019-01-181-2/+9
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+4
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+5
* Add missing braces around statements in header filesDaniel Pfeifer2016-06-111-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-11/+18
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+6
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-4/+5
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-3/+5
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Allow a GeneratorFactory handling of more than one generatorPatrick Gansterer2012-11-191-2/+3
* Add cmGlobalGeneratorFactory::GetGenerators()Patrick Gansterer2012-11-191-0/+7
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-0/+51