summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_subdirectory: Fix error message on missing CMakeLists.txt (#15680)Brad King2015-08-041-2/+2
* Merge branch 'fix-function-missing-end' into releaseBrad King2015-06-221-1/+0
|\
| * Fix assertion failure on unmatched function or macroBrad King2015-06-221-1/+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
* | cmMakefile: Handle CMP0014 before configuring the generator.Stephen Kelly2015-05-141-1/+36
* | cmMakefile: Remove redundant variable set.Stephen Kelly2015-05-141-1/+0
* | cmMakefile: Use the state to determine the parent directory.Stephen Kelly2015-05-141-3/+4
* | cmLocalGenerator: Initialize state before creating cmMakefile.Stephen Kelly2015-05-141-15/+1
* | CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-0/+20
* | Merge topic 'refactor-cmPolicies'Brad King2015-05-051-43/+26
|\ \
| * | cmPolicies: Implement abstraction for PolicyMap.Stephen Kelly2015-05-041-6/+5
| * | Port to static cmPolicies API.Stephen Kelly2015-05-041-37/+21
* | | Merge topic 'refactor-cmMakefile-constructor'Brad King2015-05-051-8/+3
|\ \ \
| * | | cmMakefile: Inline Intialize method in constructorBrad King2015-05-041-6/+0
| * | | cmMakefile: Initialize SuppressWatches member before useBrad King2015-05-041-3/+4