| Commit message (Expand) | Author | Age | Files | Lines |
* | Move GetLocation to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 |
|
|
* | Always access target location from a cmGeneratorTarget instance. | Stephen Kelly | 2015-07-27 | 1 | -3/+4 |
|
|
* | cmLocalGenerator: Remove unused AddCustomCommandToCreateObject method. | Stephen Kelly | 2015-07-27 | 1 | -78/+0 |
|
|
* | cmLocalGenerator: Remove unused AddBuildTargetRule method. | Stephen Kelly | 2015-07-27 | 1 | -100/+0 |
|
|
* | cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. | Stephen Kelly | 2015-07-27 | 1 | -42/+0 |
|
|
* | cmState: Extract a Directory class. | Stephen Kelly | 2015-07-18 | 1 | -19/+24 |
|
|
* | Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables | Brad King | 2015-07-13 | 1 | -0/+4 |
|
|
* | cmLocalGenerator: Remove unused include | Brad King | 2015-07-08 | 1 | -2/+0 |
|
|
* | cmLocalGenerator: Constify GetIncludeDirectories method. | Stephen Kelly | 2015-06-21 | 1 | -1/+1 |
|
|
* | cmMakefile: Move IsRoot API from cmLocalGenerator. | Stephen Kelly | 2015-06-21 | 1 | -5/+0 |
|
|
* | cmLocalGenerator: Add IssueMessage method. | Stephen Kelly | 2015-06-21 | 1 | -7/+23 |
|
|
* | cmLocalGenerator: Remove ConfigureFinalPass. | Stephen Kelly | 2015-06-09 | 1 | -5/+0 |
|
|
* | Merge topic 'move-Feature-API' | Brad King | 2015-06-08 | 1 | -0/+27 |
|\ |
|
| * | cmLocalGenerator: Add Feature API from cmMakefile. | Stephen Kelly | 2015-06-06 | 1 | -0/+27 |
|
|
* | | cmOutputConverter: Extract from cmLocalGenerator. | Stephen Kelly | 2015-06-06 | 1 | -417/+1 |
|
|
* | | cmLocalGenerator: Remove some commented lines of code. | Stephen Kelly | 2015-06-04 | 1 | -5/+0 |
|/ |
|
* | Merge topic 'cmMakefile-Configure' | Brad King | 2015-06-04 | 1 | -73/+1 |
|\ |
|
| * | cmMakefile: Move Configure responsibility from cmLocalGenerator. | Stephen Kelly | 2015-06-04 | 1 | -62/+0 |
|
|
| * | cmake: Replace CurrentLocalGenerator concept with CurrentMakefile. | Stephen Kelly | 2015-06-04 | 1 | -8/+9 |
|
|
| * | cmMakefile: Refactor directories specified with the subdirs command. | Stephen Kelly | 2015-06-04 | 1 | -7/+4 |
|
|
| * | cmLocalGenerator: ComputeObjectMaxPath just before generating. | Stephen Kelly | 2015-06-04 | 1 | -2/+0 |
|
|
| * | Merge Configure state with GeneratingBuildSystem state. | Stephen Kelly | 2015-06-04 | 1 | -9/+3 |
|
|
* | | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS' | Brad King | 2015-06-04 | 1 | -52/+36 |
|\ \
| |/ |
|
| * | cmLocalGenerator: Remove 'optional' parameter from Convert. | Stephen Kelly | 2015-06-04 | 1 | -38/+35 |
|
|
| * | cmLocalGenerator: Remove obsolete method. | Stephen Kelly | 2015-06-03 | 1 | -8/+0 |
|
|
| * | Remove CMAKE_USE_RELATIVE_PATHS variable. | Stephen Kelly | 2015-06-03 | 1 | -7/+2 |
|
|
* | | cmState: Rename GetParent method. | Stephen Kelly | 2015-06-02 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'inject-state-snapshot' | Brad King | 2015-05-27 | 1 | -22/+23 |
|\ |
|
| * | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -7/+4 |
|
|
| * | cmState: Host some state from the cmGlobalGenerator. | Stephen Kelly | 2015-05-27 | 1 | -14/+14 |
|
|
| * | cmState: Move snapshot creation to the cmake instance. | Stephen Kelly | 2015-05-24 | 1 | -2/+6 |
|
|
* | | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 1 | -12/+48 |
|/ |
|
* | Convert: Remove specification of default parameter. | Stephen Kelly | 2015-05-20 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Get enabled languages from cmState. | Stephen Kelly | 2015-05-20 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Implement IsRootMakefile in terms of cmState. | Stephen Kelly | 2015-05-20 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Inline ReadListFile method. | Stephen Kelly | 2015-05-20 | 1 | -12/+4 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -3/+1 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -149/+13 |
|\ |
|
| * | cmLocalGenerator: Remove redundant path access. | Stephen Kelly | 2015-05-16 | 1 | -2/+1 |
|
|
| * | cmLocalGenerator: Remove redundant path conversions. | Stephen Kelly | 2015-05-16 | 1 | -3/+0 |
|
|
| * | cmState: Store computed relative paths to to current directories. | Stephen Kelly | 2015-05-16 | 1 | -103/+4 |
|
|
| * | cmState::Snapshot: Store components for current directories. | Stephen Kelly | 2015-05-16 | 1 | -32/+6 |
|
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -12/+5 |
|
|
* | | 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 | -37/+7 |
|
|
* | cmLocalGenerator: Assert that there is a parent. | Stephen Kelly | 2015-05-14 | 1 | -4/+1 |
|
|
* | cmLocalGenerator: Add abstraction to check if top-level. | Stephen Kelly | 2015-05-14 | 1 | -0/+5 |
|
|
* | cmGlobalGenerator: Move some flags from cmLocalGenerator. | Stephen Kelly | 2015-05-14 | 1 | -16/+30 |
|
|
* | cmLocalGenerator: Port loops to cmState::Snapshot. | Stephen Kelly | 2015-05-14 | 1 | -22/+20 |
|
|
* | cmLocalGenerator: Convert two recursive methods to loops. | Stephen Kelly | 2015-05-14 | 1 | -20/+50 |
|
|