summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
| * Merge Configure state with GeneratingBuildSystem state.Stephen Kelly2015-06-041-2/+2
* | Merge topic 'rename-cmState-API'Brad King2015-06-041-2/+3
|\ \
| * | cmState: Rename GetParent method.Stephen Kelly2015-06-021-1/+2
| * | cmState: Rename CreateSnapshot method.Stephen Kelly2015-06-021-1/+1
| |/
* | Merge topic 'minor-cleanups'Brad King2015-06-041-9/+18
|\ \
| * | cmMakefile: Add API for elseif to create backtrace.Stephen Kelly2015-06-021-0/+14
| * | cmMakefile: Simplify CMP0000 handling.Stephen Kelly2015-06-021-9/+4
| |/
* | VS: Compute project GUIDs deterministicallyBrad King2015-06-041-15/+0
|/
* Merge topic 'inject-state-snapshot'Brad King2015-05-271-1/+4
|\
| * cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+4
* | cmMakefile: Don't pop the directory listfile off the stack.Stephen Kelly2015-05-251-16/+10
* | cmMakefile: Simplify convert condition.Stephen Kelly2015-05-251-2/+1
|/
* cmake: Add IssueMessage overload taking a single cmListFileContext.Stephen Kelly2015-05-211-22/+18
* Merge topic 'clean-up-CMAKE_COMMAND'Brad King2015-05-211-1/+0
|\
| * Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-1/+0