summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-13/+13
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmMakefile::AddCacheDefinition: avoid conversions between char* and stringRolf Eike Beer2016-04-201-10/+11
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-181-95/+45
* Add call stack to unused/uninitialized variable warningsBrad King2016-04-151-17/+3
* cmMakefile: Move cmMakefileCall to .cxx fileBrad King2016-04-151-13/+20
* cmState: Rename CallStack snapshots to IncludeFileBrad King2016-04-121-1/+1
* Merge topic 'fix-target-alias-in-subdir'Brad King2016-04-051-14/+2
|\
| * Rename local target lookup methods to clarify purposeBrad King2016-04-011-2/+2
| * Fix lookup of an ALIAS target outside aliased target's directory (#16044)Brad King2016-04-011-14/+2
* | Merge topic 'fix-variable_watch-reallocation'Brad King2016-03-241-8/+15
|\ \ | |/
| * Avoid occasional use-after-free when a variable watch is executedYves Frederix2016-03-231-8/+15
* | Avoid depending on CMAKE_ROOT cache entry internally (#16015)Brad King2016-03-161-12/+8
* | Drop Visual Studio 6 generatorBrad King2016-03-091-28/+0
|/
* Fix internal target lookup performance regressionBrad King2016-02-081-0/+2
* add_custom_command: Clarify error when TARGET is out of scope (#15681)Brad King2016-01-281-1/+18
* Optimize cmMakefile::ExpandVariablesInStringNew.Milian Wolff2016-01-201-10/+9
* Make message suppression more consistent.Michael Scott2015-11-301-3/+5
* Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...Brad King2015-11-251-16/+12
|\
| * cmState: Enforce policy scope balancing around variable scopesBrad King2015-11-251-6/+1
| * cmMakefile: Remove unused PolicyPushPop interfacesBrad King2015-11-251-5/+3
| * cmMakefile: Clarify purpose of method that pops a scope snapshotBrad King2015-11-251-7/+10
* | Merge topic 'minor-cleanups'Brad King2015-10-281-2/+2
|\ \
| * | cmMakefile: Fix typo in commentStephen Kelly2015-10-271-1/+1
| * | cmMakefile: Fix styleStephen Kelly2015-10-271-1/+1
* | | cmMakefile: Add imported target accessorStephen Kelly2015-10-271-0/+12
* | | cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-271-5/+8
* | | cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-6/+1
* | | cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-25/+0
* | | cmTarget: Make compatbility API explicit.Stephen Kelly2015-10-271-5/+16
|/ /
* | Merge topic 'xcode-watch-and-tvos'Brad King2015-10-261-4/+17
|\ \
| * | Xcode: Recognise Watch and TV OS as embedded platformsGregor Jasny2015-10-231-4/+17
* | | Merge topic 'fix-CMP0054-elseif-warning'Brad King2015-10-211-2/+3
|\ \ \ | |/ / |/| / | |/
| * cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)Stephen Kelly2015-10-201-2/+3
* | cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-141-1/+1
* | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-29/+29
* | cmTarget: Move link type enum out.Stephen Kelly2015-10-141-3/+3
* | Merge topic 'genex-generator-objects'Brad King2015-10-141-17/+23
|\ \
| * | cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-17/+0
| * | cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-0/+23
* | | Subdirs: Initialize from parent before configuring.Stephen Kelly2015-10-131-0/+1
* | | cmState: Initialize properties immediately.Stephen Kelly2015-10-131-2/+0
* | | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-55/+0
* | | cmState: Initialize current directories immediately.Stephen Kelly2015-10-131-26/+2
* | | cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-131-4/+0
* | | cmMakefile: Set default internal definitions directly.Stephen Kelly2015-10-131-15/+15
* | | cmMakefile: Set internal definitions directly.Stephen Kelly2015-10-131-6/+6
|/ /
* | Merge topic 'refactor-cache-manager'Brad King2015-10-121-2/+2
|\ \
| * | Always cache entries through the cmake instance.Stephen Kelly2015-10-101-2/+2
* | | Merge topic 'add-cmLocalGenerator-API'Brad King2015-10-121-6/+1
|\ \ \