| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Constify target in API. | Stephen Kelly | 2015-10-05 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Compute object max path on construction. | Stephen Kelly | 2015-09-24 | 1 | -1/+2 |
|
|
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+1 |
|
|
* | Merge topic 'refactor-compute' | Brad King | 2015-08-31 | 1 | -1/+1 |
|\ |
|
| * | cmGeneratorTarget: Rename method to match operation. | Stephen Kelly | 2015-08-30 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -6/+1 |
|/ |
|
* | cmLocalGenerator: Remove unused Children member. | Stephen Kelly | 2015-08-24 | 1 | -6/+0 |
|
|
* | cmMakefile: Store EvaluationFiles. | Stephen Kelly | 2015-08-01 | 1 | -0/+2 |
|
|
* | cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method. | Stephen Kelly | 2015-07-27 | 1 | -6/+0 |
|
|
* | cmLocalGenerator: Remove unused AddBuildTargetRule method. | Stephen Kelly | 2015-07-27 | 1 | -5/+0 |
|
|
* | cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. | Stephen Kelly | 2015-07-27 | 1 | -6/+0 |
|
|
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Constify GetIncludeDirectories method. | Stephen Kelly | 2015-06-21 | 1 | -1/+1 |
|
|
* | cmMakefile: Move IsRoot API from cmLocalGenerator. | Stephen Kelly | 2015-06-21 | 1 | -3/+0 |
|
|
* | cmLocalGenerator: Add IssueMessage method. | Stephen Kelly | 2015-06-21 | 1 | -0/+4 |
|
|
* | cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method. | Stephen Kelly | 2015-06-13 | 1 | -0/+2 |
|
|
* | cmLocalGenerator: Remove ConfigureFinalPass. | Stephen Kelly | 2015-06-09 | 1 | -5/+0 |
|
|
* | Merge topic 'move-Feature-API' | Brad King | 2015-06-08 | 1 | -0/+3 |
|\ |
|
| * | cmLocalGenerator: Add Feature API from cmMakefile. | Stephen Kelly | 2015-06-06 | 1 | -0/+3 |
|
|
* | | cmOutputConverter: Extract from cmLocalGenerator. | Stephen Kelly | 2015-06-06 | 1 | -80/+2 |
|/ |
|
* | cmMakefile: Move Configure responsibility from cmLocalGenerator. | Stephen Kelly | 2015-06-04 | 1 | -6/+0 |
|
|
* | cmLocalGenerator: ComputeObjectMaxPath just before generating. | Stephen Kelly | 2015-06-04 | 1 | -1/+1 |
|
|
* | Merge Configure state with GeneratingBuildSystem state. | Stephen Kelly | 2015-06-04 | 1 | -3/+0 |
|
|
* | cmLocalGenerator: De-virtualize Configure(). | Stephen Kelly | 2015-06-04 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Remove obsolete method. | Stephen Kelly | 2015-06-03 | 1 | -7/+0 |
|
|
* | Remove CMAKE_USE_RELATIVE_PATHS variable. | Stephen Kelly | 2015-06-03 | 1 | -3/+1 |
|
|
* | Merge topic 'inject-state-snapshot' | Brad King | 2015-05-27 | 1 | -1/+2 |
|\ |
|
| * | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 1 | -0/+2 |
|/ |
|
* | cmLocalGenerator: Inline ReadListFile method. | Stephen Kelly | 2015-05-20 | 1 | -3/+0 |
|
|
* | cmLocalGenerator: Devirtualize method. | Stephen Kelly | 2015-05-20 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -19/+0 |
|\ |
|
| * | cmState: Store computed relative paths to to current directories. | Stephen Kelly | 2015-05-16 | 1 | -13/+0 |
|
|
| * | cmState::Snapshot: Store components for current directories. | Stephen Kelly | 2015-05-16 | 1 | -4/+0 |
|
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -2/+0 |
|
|
* | | cmLocalGenerator: Remove unused IgnoreLibPrefix. | Stephen Kelly | 2015-05-18 | 1 | -1/+0 |
|/ |
|
* | cmMakefile: Handle CMP0014 before configuring the generator. | Stephen Kelly | 2015-05-14 | 1 | -0/+2 |
|
|
* | cmLocalGenerator: Add abstraction to check if top-level. | Stephen Kelly | 2015-05-14 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: Move some flags from cmLocalGenerator. | Stephen Kelly | 2015-05-14 | 1 | -6/+7 |
|
|
* | cmLocalGenerator: Initialize state before creating cmMakefile. | Stephen Kelly | 2015-05-14 | 1 | -0/+5 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -4/+1 |
|
|
* | cmLocalGenerator: Remove EscapeForShellOldStyle to only caller. | Stephen Kelly | 2015-05-14 | 1 | -3/+0 |
|
|
* | cmLocalGenerator: Remove unused members. | Stephen Kelly | 2015-05-14 | 1 | -4/+0 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Constify some cmTarget and cmGeneratorTarget arguments | Geoff Viola | 2015-04-09 | 1 | -4/+5 |
|
|
* | Merge topic 'target-language-genex' | Brad King | 2015-03-10 | 1 | -1/+2 |
|\ |
|
| * | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+2 |
|
|
* | | Ninja: Improve internal check for generating at the top-level (#15436) | Brad King | 2015-03-09 | 1 | -1/+1 |
|/ |
|