| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmState-definitions' | Brad King | 2015-08-24 | 1 | -108/+27 |
|\ |
|
| * | cmState: Host variable definitions. | Stephen Kelly | 2015-08-23 | 1 | -148/+13 |
|
|
| * | cmState: Add a VariableScope snapshot type. | Stephen Kelly | 2015-08-23 | 1 | -0/+14 |
|
|
| * | cmMakefile: Decouple the container of cmDefinitions from scoping logic. | Stephen Kelly | 2015-08-23 | 1 | -24/+56 |
|
|
| * | cmDefinitions: Implement in terms of cmLinkedTree. | Stephen Kelly | 2015-08-23 | 1 | -19/+22 |
|
|
| * | cmMakefile: Extract InitializeVarScope method. | Stephen Kelly | 2015-08-23 | 1 | -1/+6 |
|
|
* | | Fix iOS Bundle layouts (#15669) | Gregor Jasny | 2015-08-24 | 1 | -0/+12 |
|/ |
|
* | cmGlobalGenerator: Store a container of cmMakefiles. | Stephen Kelly | 2015-08-07 | 1 | -0/+1 |
|
|
* | Merge topic 'cmState-policies' | Brad King | 2015-08-06 | 1 | -98/+32 |
|\ |
|
| * | cmState: Move PolicyState from cmMakefile. | Stephen Kelly | 2015-08-02 | 1 | -84/+9 |
|
|
| * | cmState: Add Type for policy scope. | Stephen Kelly | 2015-08-02 | 1 | -0/+11 |
|
|
| * | cmMakefile: Move policy barriers inside cmState scopes. | Stephen Kelly | 2015-08-01 | 1 | -22/+21 |
|
|
| * | cmMakefile: Re-order policy entries and barriers. | Stephen Kelly | 2015-08-01 | 1 | -12/+11 |
|
|
* | | Merge topic 'refactor-evaluation-files' | Brad King | 2015-08-06 | 1 | -0/+21 |
|\ \ |
|
| * | | cmGeneratorExpressionEvaluationFile: Require generator context. | Stephen Kelly | 2015-08-01 | 1 | -1/+1 |
|
|
| * | | cmMakefile: Store EvaluationFiles. | Stephen Kelly | 2015-08-01 | 1 | -0/+21 |
| |/ |
|
* | | Merge topic 'fix-missing-subdir-error' | Brad King | 2015-08-06 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) | Brad King | 2015-08-04 | 1 | -2/+2 |
|
|
| * | Merge branch 'fix-function-missing-end' into release | Brad King | 2015-06-22 | 1 | -1/+0 |
| |\ |
|
* | | | cmMakefile: Simplify generate-time cmGeneratorTarget creation. | Stephen Kelly | 2015-07-29 | 1 | -0/+1 |
|
|
* | | | cmMakefile: Move method out of line. | Stephen Kelly | 2015-07-29 | 1 | -0/+5 |
|
|
* | | | cmMakefile: Return target from all AddUtilityCommand signatures | Brad King | 2015-07-29 | 1 | -11/+12 |
|
|
* | | | Merge topic 'trace-expand' | Brad King | 2015-07-27 | 1 | -2/+14 |
|\ \ \ |
|
| * | | | cmake: add --trace-expand option | Ben Boeckel | 2015-07-23 | 1 | -2/+14 |
|
|
* | | | | Merge topic 'policy-refactor' | Brad King | 2015-07-27 | 1 | -58/+16 |
|\ \ \ \ |
|
| * | | | | cmMakefile: Remove CMP0001 handling to callers. | Stephen Kelly | 2015-07-25 | 1 | -19/+0 |
|
|
| * | | | | cmMakefile: Simplify computation of ancient policy status. | Stephen Kelly | 2015-07-25 | 1 | -14/+7 |
|
|
| * | | | | cmMakefile: Remove redundant condition from policy status computation. | Stephen Kelly | 2015-07-25 | 1 | -5/+0 |
|
|
| * | | | | cmMakefile: Inline internal policy status method. | Stephen Kelly | 2015-07-25 | 1 | -29/+18 |
|
|
| * | | | | cmPolicies: Enable RVO for internal method. | Stephen Kelly | 2015-07-25 | 1 | -2/+4 |
|
|
| * | | | | cmMakefile: Convert recursion to loop. | Stephen Kelly | 2015-07-25 | 1 | -12/+10 |
| |/ / / |
|
* | | | | cmMakefile: Move the InitializeFromParent method | Stephen Kelly | 2015-07-25 | 1 | -2/+2 |
|
|
* | | | | cmState: Host buildsystem properties for directories. | Stephen Kelly | 2015-07-25 | 1 | -134/+36 |
|
|
* | | | | cmMakefile: Don't clear buildsystem properties. | Stephen Kelly | 2015-07-22 | 1 | -33/+105 |
|
|
* | | | | cmMakefile: Use Ranges for buildsystem property access. | Stephen Kelly | 2015-07-22 | 1 | -16/+12 |
|
|
* | | | | cmMakefile: Split accessors for include directories and origins. | Stephen Kelly | 2015-07-22 | 1 | -14/+10 |
|
|
* | | | | cmMakefile: Split accessors for compile options and origins. | Stephen Kelly | 2015-07-22 | 1 | -12/+8 |
|
|
* | | | | cmMakefile: Split accessors for compile definitions and origins. | Stephen Kelly | 2015-07-22 | 1 | -12/+8 |
|
|
* | | | | cmMakefile: Separate storage of buildsystem properties and their origins. | Stephen Kelly | 2015-07-22 | 1 | -64/+85 |
|
|
* | | | | cmMakefile: Out of line some API. | Stephen Kelly | 2015-07-22 | 1 | -0/+15 |
|
|
* | | | | cmAlgorithms: Rename cmRange to cmMakeRange. | Stephen Kelly | 2015-07-22 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge topic 'remove-special-MACROS-handling' | Brad King | 2015-07-21 | 1 | -17/+0 |
|\ \ \ |
|
| * | | | cmMakefile: Remove special handling of MACROS property. | Stephen Kelly | 2015-07-19 | 1 | -17/+0 |
|
|
* | | | | Merge topic 'remove-special-LINK_DIRECTORIES-handling' | Brad King | 2015-07-21 | 1 | -64/+29 |
|\ \ \ \
| |/ / / |
|
| * | | | cmMakefile: Remove special handling of LINK_DIRECTORIES property. | Stephen Kelly | 2015-07-18 | 1 | -64/+29 |
|
|
| * | | | cmMakefile: Inline only use of GetLinkDirectories. | Stephen Kelly | 2015-07-18 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'cmState-Directory' | Brad King | 2015-07-21 | 1 | -10/+11 |
|\ \ \ \ |
|
| * | | | | cmState: Extract a Directory class. | Stephen Kelly | 2015-07-18 | 1 | -10/+11 |
| |/ / / |
|
* | | | | Merge topic 'remove-Properties-accessor' | Brad King | 2015-07-21 | 1 | -0/+12 |
|\ \ \ \ |
|
| * | | | | cmMakefile: Add a PropertyKeys accessor. | Stephen Kelly | 2015-07-18 | 1 | -0/+12 |
| |/ / / |
|