summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-function-missing-end'Brad King2015-06-231-1/+0
|\
| * Fix assertion failure on unmatched function or macroBrad King2015-06-221-1/+0
* | Merge topic 'minor-cleanups'Brad King2015-06-221-7/+13
|\ \
| * | cmMakefile: Use member directly instead of through method.Stephen Kelly2015-06-211-1/+1
| * | cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-0/+5
| * | cmMakefile: Use cmOutputConverter instead of cmLocalGenerator.Stephen Kelly2015-06-211-6/+7
* | | Merge topic 'clean-up-ReadListFile'Brad King2015-06-221-64/+76
|\ \ \
| * | | cmMakefile: Simplify filename handling.Stephen Kelly2015-06-211-7/+3
| * | | cmMakefile: Make the IncludeScope more responsible.Stephen Kelly2015-06-211-3/+5
| * | | cmMakefile: Move IncludeScope.Stephen Kelly2015-06-211-1/+2
| * | | cmMakefile: Move ListFile parsing responsibility out of internal method.Stephen Kelly2015-06-211-19/+39
| * | | cmMakefile: Rename parameter.Stephen Kelly2015-06-211-9/+9
| * | | cmMakefile: Inline ReadListFileInternal into caller.Stephen Kelly2015-06-211-16/+11
| * | | cmMakefile: Move resource management into the IncludeScope.Stephen Kelly2015-06-211-5/+2
| * | | cmMakefile: Move IncludeScope to ReadDependentFile.Stephen Kelly2015-06-211-10/+15
| * | | cmMakefile: Move IncludeScope instance.Stephen Kelly2015-06-211-1/+2
| * | | cmMakefile: Remove File from IncludeScope.Stephen Kelly2015-06-211-7/+8
| * | | cmMakefile: Move include scope out of ReadListFileInternal.Stephen Kelly2015-06-211-6/+7
| * | | cmMakefile: Change order of raii scopes.Stephen Kelly2015-06-211-1/+1
| * | | cmMakefile: Simplify condition handling.Stephen Kelly2015-06-211-13/+9
| * | | cmMakefile: Split file handling from execution.Stephen Kelly2015-06-211-8/+11
| * | | cmMakefile: Move check for unused variables.Stephen Kelly2015-06-211-5/+2
| * | | cmMakefile: Move a container population.Stephen Kelly2015-06-211-5/+3
| * | | cmMakefile: Rename variables.Stephen Kelly2015-06-211-7/+7
| * | | cmMakefile: Change return type of ReadListFileInternal.Stephen Kelly2015-06-211-3/+1
| * | | cmMakefile: Move listfile parsing responsibility.Stephen Kelly2015-06-211-10/+11
| |/ /
* | | cmMakefile: Use GetExecutionFileStack method.Stephen Kelly2015-06-211-1/+1
* | | cmMakefile: Add filename context to ExpandArguments.Stephen Kelly2015-06-211-6/+23
|/ /
* | cmMakefile: Move CMP0059 handling to command code.Stephen Kelly2015-06-081-16/+5
* | Merge topic 'data-layout'Brad King2015-06-081-11/+9
|\ \
| * | cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-9/+7
| * | cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-2/+2
* | | Merge topic 'clean-up-cmMakefile'Brad King2015-06-081-21/+100
|\ \ \
| * | | cmMakefile: Remove cacheOnly option from GetDefinitions.Stephen Kelly2015-06-071-10/+3
| * | | cmMakefile: Simplify handling of CACHE_VARIABLES property.Stephen Kelly2015-06-071-7/+7
| |/ /
| * | cmMakefile: Simplify InitializeFromParent method.Stephen Kelly2015-06-061-4/+2
| * | cmMakefile: Out-of-line the cmMakefileCall.Stephen Kelly2015-06-061-0/+12
| * | cmMakefile: Inline PushScope into PushFunctionScope.Stephen Kelly2015-06-061-2/+16
| * | cmMakefile: Create a unified raii for macro scopes.Stephen Kelly2015-06-041-0/+29
| * | cmMakefile: Create a unified raii for function scopes.Stephen Kelly2015-06-041-0/+33
* | | Merge topic 'move-Feature-API'Brad King2015-06-081-27/+0
|\ \ \
| * | | cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-061-27/+0
| |/ /
* | | cmListFileBacktrace: Replace local generator with cmState::Snapshot.Stephen Kelly2015-06-061-2/+2
* | | cmMakefile: Make the cmState::Snapshot accessible.Stephen Kelly2015-06-061-0/+5
|/ /
* | Merge topic 'cmMakefile-Configure'Brad King2015-06-041-10/+75
|\ \
| * | cmMakefile: Introduce a local cmMakefile variable.Stephen Kelly2015-06-041-5/+7
| * | cmMakefile: Store unconfigured cmMakefiles.Stephen Kelly2015-06-041-4/+4
| * | cmMakefile: Implement ConfigureSubDirectory in terms of cmMakefile.Stephen Kelly2015-06-041-7/+7
| * | cmMakefile: Move Configure responsibility from cmLocalGenerator.Stephen Kelly2015-06-041-9/+59
| * | cmMakefile: Refactor directories specified with the subdirs command.Stephen Kelly2015-06-041-0/+13