summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Store a container of cmMakefiles.Stephen Kelly2015-08-071-0/+1
* Merge topic 'cmState-policies'Brad King2015-08-061-98/+32
|\
| * cmState: Move PolicyState from cmMakefile.Stephen Kelly2015-08-021-84/+9
| * cmState: Add Type for policy scope.Stephen Kelly2015-08-021-0/+11
| * cmMakefile: Move policy barriers inside cmState scopes.Stephen Kelly2015-08-011-22/+21
| * cmMakefile: Re-order policy entries and barriers.Stephen Kelly2015-08-011-12/+11
* | Merge topic 'refactor-evaluation-files'Brad King2015-08-061-0/+21
|\ \
| * | cmGeneratorExpressionEvaluationFile: Require generator context.Stephen Kelly2015-08-011-1/+1
| * | cmMakefile: Store EvaluationFiles.Stephen Kelly2015-08-011-0/+21
| |/
* | Merge topic 'fix-missing-subdir-error'Brad King2015-08-061-2/+2
|\ \ | |/ |/|
| * 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
| |\
* | | cmMakefile: Simplify generate-time cmGeneratorTarget creation.Stephen Kelly2015-07-291-0/+1
* | | cmMakefile: Move method out of line.Stephen Kelly2015-07-291-0/+5
* | | cmMakefile: Return target from all AddUtilityCommand signaturesBrad King2015-07-291-11/+12
* | | Merge topic 'trace-expand'Brad King2015-07-271-2/+14
|\ \ \
| * | | cmake: add --trace-expand optionBen Boeckel2015-07-231-2/+14
* | | | Merge topic 'policy-refactor'Brad King2015-07-271-58/+16
|\ \ \ \
| * | | | cmMakefile: Remove CMP0001 handling to callers.Stephen Kelly2015-07-251-19/+0
| * | | | cmMakefile: Simplify computation of ancient policy status.Stephen Kelly2015-07-251-14/+7
| * | | | cmMakefile: Remove redundant condition from policy status computation.Stephen Kelly2015-07-251-5/+0
| * | | | cmMakefile: Inline internal policy status method.Stephen Kelly2015-07-251-29/+18
| * | | | cmPolicies: Enable RVO for internal method.Stephen Kelly2015-07-251-2/+4
| * | | | cmMakefile: Convert recursion to loop.Stephen Kelly2015-07-251-12/+10
| |/ / /
* | | | cmMakefile: Move the InitializeFromParent methodStephen Kelly2015-07-251-2/+2
* | | | cmState: Host buildsystem properties for directories.Stephen Kelly2015-07-251-134/+36
* | | | cmMakefile: Don't clear buildsystem properties.Stephen Kelly2015-07-221-33/+105
* | | | cmMakefile: Use Ranges for buildsystem property access.Stephen Kelly2015-07-221-16/+12
* | | | cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-221-14/+10
* | | | cmMakefile: Split accessors for compile options and origins.Stephen Kelly2015-07-221-12/+8
* | | | cmMakefile: Split accessors for compile definitions and origins.Stephen Kelly2015-07-221-12/+8
* | | | cmMakefile: Separate storage of buildsystem properties and their origins.Stephen Kelly2015-07-221-64/+85
* | | | cmMakefile: Out of line some API.Stephen Kelly2015-07-221-0/+15
* | | | cmAlgorithms: Rename cmRange to cmMakeRange.Stephen Kelly2015-07-221-1/+1
|/ / /
* | | Merge topic 'remove-special-MACROS-handling'Brad King2015-07-211-17/+0
|\ \ \
| * | | cmMakefile: Remove special handling of MACROS property.Stephen Kelly2015-07-191-17/+0
* | | | Merge topic 'remove-special-LINK_DIRECTORIES-handling'Brad King2015-07-211-64/+29
|\ \ \ \ | |/ / /
| * | | cmMakefile: Remove special handling of LINK_DIRECTORIES property.Stephen Kelly2015-07-181-64/+29
| * | | cmMakefile: Inline only use of GetLinkDirectories.Stephen Kelly2015-07-181-1/+1
* | | | Merge topic 'cmState-Directory'Brad King2015-07-211-10/+11
|\ \ \ \
| * | | | cmState: Extract a Directory class.Stephen Kelly2015-07-181-10/+11
| |/ / /
* | | | Merge topic 'remove-Properties-accessor'Brad King2015-07-211-0/+12
|\ \ \ \
| * | | | cmMakefile: Add a PropertyKeys accessor.Stephen Kelly2015-07-181-0/+12
| |/ / /
* | | | Merge topic 'clean-up-include_regular_expression'Brad King2015-07-211-13/+1
|\ \ \ \
| * | | | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.Stephen Kelly2015-07-181-13/+1
* | | | | Merge topic 'minor-cleanups'Brad King2015-07-211-18/+9
|\ \ \ \ \
| * | | | | cmMakefile: Add include which we use.Stephen Kelly2015-07-181-0/+1
| |/ / / /
| * | | | cmMakefile: Fix indentation.Stephen Kelly2015-07-171-8/+8
| * | | | cmMakefile: Remove dead code.Stephen Kelly2015-07-171-10/+0
| |/ / /
* | | | cmMakefile: Remove unused ListFileStack.Stephen Kelly2015-07-181-5/+0