summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-1/+3
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-4/+5
* cmGlobalGenerator: Rename member to avoid shadowingBrad King2017-06-141-3/+9
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-031-2/+4
* cmGlobalGenerator::DirectoryContent: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
* cmGlobalGenerator: Add method to check if object file location is knownBrad King2017-04-181-0/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-0/+2
|\
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+2
* | Apple: Fix Resources location for all generatorsGregor Jasny2017-03-231-0/+4
|/
* Add policy CMP0068 separate install_name and RPATH settings on macOSClinton Stimpson2017-02-141-0/+3
* Xcode: Control emission of EFFECTIVE_PLATFORM_NAMEGregor Jasny2017-01-201-0/+4
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-11/+11
* Introduce CM_UNORDERED_MAPDaniel Pfeifer2016-10-241-21/+4
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-1/+2
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-2/+2
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-2/+2
* Factor IDE folder name retrieval out into helper methodGregor Jasny2016-10-171-1/+2
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-2/+3
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-0/+7
* Merge topic 'nmake-encoding'Brad King2016-10-071-0/+7
|\
| * NMake: Use ANSI encoding for NMake MakefilesDāvis Mosāns2016-10-061-0/+7
* | cmGlobalGenerator: Add API to get settings from top-level cmMakefileStephen Kelly2016-10-061-0/+4
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* cmGlobalGenerator: Optimize FindMakefile method with an indexBrad King2016-09-261-0/+10
* Ninja: Refactor Fortran rejection logicBrad King2016-09-221-0/+2
* cmGlobalGenerator: Refactor global target constructionBrad King2016-09-151-11/+24
* cmGlobalGenerator: Split CreateDefaultGlobalTargets implementationBrad King2016-09-151-0/+6
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-15/+17
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-8/+8
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-2/+2
* cmGlobalGenerator: Make IsMultiConfig() constTobias Hunger2016-06-011-1/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-95/+109
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Drop Visual Studio 6 generatorBrad King2016-03-091-5/+0
* Diagnose recursive project/enable_language without crashing (#15999)Brad King2016-03-071-0/+1
* Improve internal generator target structure lookupBrad King2016-02-081-0/+6
* Fix internal target lookup performance regressionBrad King2016-02-081-1/+17
* cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-271-14/+0
* cmLocalGenerator: Port Find method away from GetGeneratorTargetStephen Kelly2015-10-271-1/+3
* cmGlobalGenerator: Add FindGeneratorTarget APIStephen Kelly2015-10-271-0/+6
* cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-12/+2
* cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-4/+3
* cmGlobalGenerator: Move GeneratorTargetsType to usage site.Stephen Kelly2015-10-241-0/+4