summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmGlobalGenerator: Optimize FindMakefile method with an indexBrad King2016-09-261-6/+17
* Ninja: Refactor Fortran rejection logicBrad King2016-09-221-0/+10
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1
* Merge topic 'find-package-mode-fixes'Brad King2016-09-191-0/+1
|\
| * cmGlobalGenerator: Fix use of uninitialized value in --find-package modeBrad King2016-09-161-0/+1
* | cmGlobalGenerator: Refactor global target constructionBrad King2016-09-151-109/+95
* | cmGlobalGenerator: Split CreateDefaultGlobalTargets implementationBrad King2016-09-151-35/+51
|/
* cmTarget: Construct with basic information up frontBrad King2016-09-141-2/+2
* Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-141-32/+52
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-6/+14
* Convert: Replace trivial conversion with new methodStephen Kelly2016-08-271-2/+2
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-9/+12
* use CM_NULLPTRDaniel Pfeifer2016-06-281-26/+28
* Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-141-1/+1
* cmGlobalGenerator: Don't use cmMakefile::IssueMessage after configureStephen Kelly2016-06-121-3/+4
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-2/+1
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Merge topic 'standard-include-directories'Brad King2016-05-251-0/+20
|\
| * Add a variable to specify language-wide system include directoriesBrad King2016-05-251-0/+20
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-1/+1
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1193/+825
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-44/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+14
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-13/+13
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-1/+1
* Diagnose recursive project/enable_language without crashing (#15999)Brad King2016-03-071-0/+21
* Merge topic 'cmake-gui-reset-generator'Brad King2016-02-161-0/+7
|\
| * cmake-gui: Fix cmState initialization when changing generators (#15959)Brad King2016-02-121-0/+7
* | Improve internal generator target structure lookupBrad King2016-02-081-35/+14
* | Fix internal target lookup performance regressionBrad King2016-02-081-33/+13
|/
* Merge topic 'reduce-allocations'Brad King2016-01-211-6/+6
|\
| * Remove temporary allocations by extending the lifetime of the retval.Milian Wolff2016-01-201-6/+6
* | cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purposeBrad King2016-01-191-1/+1
|/
* Alias: Fix access at generate-time (#15832)Stephen Kelly2015-11-081-0/+6
* cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-271-23/+3
* cmLocalGenerator: Port Find method away from GetGeneratorTargetStephen Kelly2015-10-271-11/+28
* cmGlobalGenerator: Add FindGeneratorTarget APIStephen Kelly2015-10-271-0/+48
* cmLocalGenerator: Store imported targets in a separate container.Stephen Kelly2015-10-271-0/+1
* cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-4/+6
* cmGlobalGenerator: Remove unneeded GetGeneratorTargetStephen Kelly2015-10-271-2/+1
* cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-31/+49
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-24/+23
* cmGlobalGenerator: Move GeneratorTargetsType to usage site.Stephen Kelly2015-10-241-0/+12
* cmLocalGenerator: Store a vector of generator targets.Stephen Kelly2015-10-211-1/+1
* Merge topic 'use-generator-target'Brad King2015-10-211-3/+3
|\
| * cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget.Stephen Kelly2015-10-211-3/+3
* | cmLocalGenerator: Remove cmGeneratorTargetsType from setter API.Stephen Kelly2015-10-211-3/+1
* | cmLocalGenerator: Don't store imported generator targetsStephen Kelly2015-10-201-1/+0
|/