summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGeneratorFactory.h
Commit message (Expand)AuthorAgeFilesLines
* 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