summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmMakefile: Remove VarUsageStack.Stephen Kelly2015-05-191-50/+8
* | cmMakefile: Remove VarInitStack.Stephen Kelly2015-05-191-21/+11
* | cmMakefile: Use more suitable method name to log var usage.Stephen Kelly2015-05-191-6/+6
* | cmMakefile: Mark definitions explicitly erased, even at top level.Stephen Kelly2015-05-191-9/+1
* | cmMakefile: Raise variable in scope explicitly when needed.Stephen Kelly2015-05-191-1/+1
* | cmMakefile: Use early return to reduce nested code.Stephen Kelly2015-05-191-15/+16
* | cmMakefile: Don't use else after return.Stephen Kelly2015-05-191-4/+1
* | cmMakefile: Remove redundant conditions.Stephen Kelly2015-05-191-6/+3
* | cmMakefile: Remove Print() debugging facilities.Stephen Kelly2015-05-191-53/+0
* | cmMakefile: Remove duplicate variable initialization.Stephen Kelly2015-05-191-4/+2
* | cmMakefile: Don't expect the VarStack iterator to support size().Stephen Kelly2015-05-191-2/+1
* | cmMakefile: Remove redundant condition.Stephen Kelly2015-05-191-8/+2
* | cmMakefile: Rename method to something more appropriate.Stephen Kelly2015-05-191-1/+1
* | cmMakefile: Make the public ReadListFile method take one param.Stephen Kelly2015-05-191-4/+6
* | cmMakefile: Remove CurrentListFile member.Stephen Kelly2015-05-191-6/+1
* | cmMakefile: Port CurrentListFile clients to GetDefinition.Stephen Kelly2015-05-191-1/+2
|/
* Merge topic 'minor-cleanups'Brad King2015-05-191-22/+17
|\
| * cmListFileBacktrace: Hide the context-stack implementation detail.Stephen Kelly2015-05-181-5/+5
| * cmListFileContext: Implement LessThanComparable.Stephen Kelly2015-05-181-3/+1
| * cmMakefile: Use std::set::insert API to simplify CMP0054 handling.Stephen Kelly2015-05-181-9/+1
| * cmMakefile: Simplify CMP0054 handling.Stephen Kelly2015-05-181-3/+2
| * cmMakefile: Add access to the top-level execution context.Stephen Kelly2015-05-181-4/+10
| * cmMakefile: Replace deques with vectors.Stephen Kelly2015-05-181-1/+1
* | Merge topic 'clean-up-makefile-generators'Brad King2015-05-191-1/+1
|\ \
| * | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
| |/
* | Merge topic 'clean-up-cmDefinitions'Brad King2015-05-191-10/+2
|\ \
| * | cmDefinitions: Make the ClosureKeys method static.Stephen Kelly2015-05-171-10/+2
| |/
* | Merge topic 'fix-function-missing-endforeach'Brad King2015-05-191-0/+1
|\ \ | |/ |/|
| * Fix assertion failure on unmatched foreach in function (#15572)Brad King2015-05-181-0/+1