| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 1 | -7/+1 |
|
|
* | | | | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 1 | -6/+2 |
|
|
* | | | | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -6/+4 |
|/ / / |
|
* | | | Merge topic 'use-generator-target' | Brad King | 2015-08-27 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge topic 'cmState-ProjectName' | Brad King | 2015-08-27 | 1 | -5/+6 |
|\ \ \ |
|
| * | | | cmGlobalGenerator: Implement FillProjectMap in terms of cmState. | Stephen Kelly | 2015-08-25 | 1 | -5/+6 |
| |/ / |
|
* | | | cmGlobalGenerator: Extract new IsExcluded overload. | Stephen Kelly | 2015-08-24 | 1 | -6/+14 |
|
|
* | | | cmGlobalGenerator: Implement IsExcluded in terms of cmState::Snapshot. | Stephen Kelly | 2015-08-24 | 1 | -5/+6 |
|
|
* | | | cmGlobalGenerator: Convert IsExcluded to loop. | Stephen Kelly | 2015-08-24 | 1 | -18/+14 |
|
|
* | | | cmGlobalGenerator: Refactor IsExcluded. | Stephen Kelly | 2015-08-24 | 1 | -2/+10 |
|
|
* | | | cmGlobalGenerator: Don't use else after return. | Stephen Kelly | 2015-08-24 | 1 | -6/+3 |
|/ / |
|
* | | cmGlobalGenerator: Rename progress initializer method. | Stephen Kelly | 2015-08-23 | 1 | -1/+1 |
|
|
* | | cmGlobalGenerator: Move LG to target map to subclass. | Stephen Kelly | 2015-08-23 | 1 | -44/+0 |
|
|
* | | cmGlobalGenerator: Remove clearance of map. | Stephen Kelly | 2015-08-23 | 1 | -1/+0 |
|
|
* | | Merge topic 'global-generator-makefiles' | Brad King | 2015-08-11 | 1 | -23/+45 |
|\ \ |
|
| * | | cmGlobalGenerator: Port Find API to cmMakefile. | Stephen Kelly | 2015-08-07 | 1 | -0/+14 |
|
|
| * | | cmGlobalGenerator: Create global targets from cmMakefiles. | Stephen Kelly | 2015-08-07 | 1 | -2/+2 |
|
|
| * | | cmGlobalGenerator: Port global target creation to cmMakefile. | Stephen Kelly | 2015-08-07 | 1 | -1/+1 |
|
|
| * | | cmGlobalGenerator: Port Configure-time check to cmMakefile. | Stephen Kelly | 2015-08-07 | 1 | -6/+5 |
|
|
| * | | cmGlobalGenerator: Base final target property computation on Makefiles. | Stephen Kelly | 2015-08-07 | 1 | -2/+2 |
|
|
| * | | cmGlobalGenerator: Base progress on Makefiles, not LocalGenerators. | Stephen Kelly | 2015-08-07 | 1 | -13/+13 |
|
|
| * | | cmGlobalGenerator: Port configure-time code to cmMakefile. | Stephen Kelly | 2015-08-07 | 1 | -3/+3 |
|
|
| * | | cmGlobalGenerator: Store a container of cmMakefiles. | Stephen Kelly | 2015-08-07 | 1 | -0/+9 |
|
|
* | | | Merge topic 'use-generator-target' | Brad King | 2015-08-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | cmTarget: Split storage of include directories from genexes. | Stephen Kelly | 2015-08-07 | 1 | -0/+1 |
| |/ / |
|
* | | | cmGlobalGenerator: Base exclusion computation on cmGeneratorTarget. | Stephen Kelly | 2015-08-06 | 1 | -6/+7 |
|/ / |
|
* | | Merge topic 'refactor-evaluation-files' | Brad King | 2015-08-06 | 1 | -50/+6 |
|\ \ |
|
| * | | cmMakefile: Store EvaluationFiles. | Stephen Kelly | 2015-08-01 | 1 | -50/+6 |
|
|
* | | | Merge topic 'fix-windows-version-detection' | Brad King | 2015-08-03 | 1 | -10/+46 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8.1 (#15674) | Brad King | 2015-07-31 | 1 | -10/+46 |
|
|
* | | cmInstallGenerator: Add a Compute() virtual hook. | Stephen Kelly | 2015-07-30 | 1 | -0/+12 |
|
|
* | | cmGlobalGenerator: Move QtAutogen handling to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -5/+7 |
|
|
* | | cmGlobalGenerator: Move generation object creation to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -2/+2 |
|
|
* | | cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute(). | Stephen Kelly | 2015-07-29 | 1 | -2/+2 |
|
|
* | | cmGlobalGenerator: Return from Compute whether to generate. | Stephen Kelly | 2015-07-29 | 1 | -5/+6 |
|
|
* | | cmGlobalGenerator: Create a new Compute step before generation. | Stephen Kelly | 2015-07-29 | 1 | -3/+1 |
|
|
* | | cmGlobalGenerator: Remove the TargetManifest member. | Stephen Kelly | 2015-07-29 | 1 | -5/+1 |
|
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-07-28 | 1 | -28/+69 |
|\ \ |
|
| * | | cmExportTryCompileFileGenerator: Create cmGeneratorTargets. | Stephen Kelly | 2015-07-27 | 1 | -12/+16 |
|
|
| * | | cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc. | Stephen Kelly | 2015-07-27 | 1 | -2/+4 |
|
|
| * | | cmGlobalGenerator: Create cmGeneratorTargets earlier. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
| * | | cmGlobalGenerator: Add global targets at the end of Configure. | Stephen Kelly | 2015-07-27 | 1 | -12/+27 |
|
|
| * | | cmGlobalGenerator: Extract method to create generator objects. | Stephen Kelly | 2015-07-27 | 1 | -2/+8 |
|
|
| * | | cmGlobalGenerator: Split creation of generator object from initialization. | Stephen Kelly | 2015-07-27 | 1 | -1/+14 |
|
|
| * | | cmCPackPropertiesGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -2/+3 |
|
|
* | | | cmMakefile: Use Ranges for buildsystem property access. | Stephen Kelly | 2015-07-22 | 1 | -4/+4 |
|
|
* | | | cmMakefile: Split accessors for compile definitions and origins. | Stephen Kelly | 2015-07-22 | 1 | -4/+8 |
|/ / |
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-07-02 | 1 | -16/+16 |
|\ \ |
|
| * | | cmGlobalGenerator: Map local generators to generator targets. | Stephen Kelly | 2015-07-01 | 1 | -5/+4 |
|
|