| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -8/+10 |
|
|
* | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 1 | -4/+4 |
|
|
* | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 1 | -4/+8 |
|
|
* | cmake: Remove unused cmPolicies member. | Stephen Kelly | 2015-08-23 | 1 | -2/+0 |
|
|
* | cmake: Add support for "--build ." in subdirectory (#15696) | Clinton Stimpson | 2015-08-15 | 1 | -0/+19 |
|
|
* | Merge topic 'bootstrap-no-ninja' | Brad King | 2015-08-11 | 1 | -1/+5 |
|\ |
|
| * | bootstrap: Do not build Ninja generator | Brad King | 2015-08-10 | 1 | -1/+5 |
|
|
* | | cmake: Port configure-time code to cmMakefile. | Stephen Kelly | 2015-08-07 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'cmake-W-options' | Brad King | 2015-08-04 | 1 | -5/+5 |
|\ |
|
| * | cmake: Do not treat developer warnings as errors by default in scripts | Brad King | 2015-08-03 | 1 | -5/+5 |
|
|
* | | Merge topic 'cmake-W-options' | Brad King | 2015-07-31 | 1 | -29/+205 |
|\ \
| |/ |
|
| * | cmake: Add -W options to control deprecation warnings and errors | Michael Scott | 2015-07-29 | 1 | -29/+205 |
|
|
* | | cmGlobalGenerator: Return from Compute whether to generate. | Stephen Kelly | 2015-07-29 | 1 | -1/+4 |
|
|
* | | cmGlobalGenerator: Create a new Compute step before generation. | Stephen Kelly | 2015-07-29 | 1 | -1/+2 |
|/ |
|
* | Merge topic 'use-generator-target' | Brad King | 2015-07-28 | 1 | -1/+1 |
|\ |
|
| * | cmExportTryCompileFileGenerator: Create cmGeneratorTargets. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | | cmake: add --trace-expand option | Ben Boeckel | 2015-07-23 | 1 | -0/+8 |
|/ |
|
* | cmake: Preserve cached CMAKE_GENERATOR when an error occurs (#15640) | Brad King | 2015-07-07 | 1 | -13/+0 |
|
|
* | cmGlobalGenerator: Create GeneratorTargets with a local generator. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | cmake: Update the current snapshot when Resetting. | Stephen Kelly | 2015-06-21 | 1 | -1/+2 |
|
|
* | Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS' | Brad King | 2015-06-04 | 1 | -14/+0 |
|\ |
|
| * | Remove CMAKE_USE_RELATIVE_PATHS variable. | Stephen Kelly | 2015-06-03 | 1 | -14/+0 |
|
|
* | | Merge topic 'rename-cmState-API' | Brad King | 2015-06-04 | 1 | -1/+1 |
|\ \ |
|
| * | | cmState: Add CreateBaseSnapshot method. | Stephen Kelly | 2015-06-02 | 1 | -1/+1 |
| |/ |
|
* | | cmListFileBacktrace: Internalize the step of making paths relative. | Stephen Kelly | 2015-06-02 | 1 | -1/+0 |
|/ |
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -12/+6 |
|
|
* | cmState: Move snapshot creation to the cmake instance. | Stephen Kelly | 2015-05-24 | 1 | -1/+2 |
|
|
* | cmake: Remove redundant condition. | Stephen Kelly | 2015-05-24 | 1 | -5/+0 |
|
|
* | Merge topic 'clean-up-backtrace-handling' | Brad King | 2015-05-22 | 1 | -25/+58 |
|\ |
|
| * | cmake: Add IssueMessage overload taking a single cmListFileContext. | Stephen Kelly | 2015-05-21 | 1 | -0/+18 |
|
|
| * | cmake: Extract displayMessage method. | Stephen Kelly | 2015-05-21 | 1 | -19/+25 |
|
|
| * | cmake: Extract printMessageText method. | Stephen Kelly | 2015-05-21 | 1 | -7/+9 |
|
|
| * | cmake: Extract PrintMessagePreamble method. | Stephen Kelly | 2015-05-21 | 1 | -8/+17 |
|
|
| * | cmake: Move isError determination to a more-natural place. | Stephen Kelly | 2015-05-21 | 1 | -5/+3 |
|
|
* | | Revert "Qbs: Add new 'extra' generator for qbs project files" | Brad King | 2015-05-21 | 1 | -4/+0 |
|/ |
|
* | Convert: Remove specification of default parameter. | Stephen Kelly | 2015-05-20 | 1 | -2/+1 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -0/+5 |
|\ |
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+5 |
|
|
* | | Merge topic 'minor-cleanups' | Brad King | 2015-05-19 | 1 | -17/+2 |
|\ \ |
|
| * | | cmListFileBacktrace: Hide the context-stack implementation detail. | Stephen Kelly | 2015-05-18 | 1 | -17/+2 |
| |/ |
|
* | | cmGlobalGenerator: Add NVI wrapper to create local generator. | Stephen Kelly | 2015-05-16 | 1 | -4/+4 |
|/ |
|
* | cmState: Store the Source and Binary directories. | Stephen Kelly | 2015-04-28 | 1 | -6/+4 |
|
|
* | cmMakefile: Delegate storage of Home dirs to the cmake class. | Stephen Kelly | 2015-04-28 | 1 | -4/+6 |
|
|
* | cmMakefile: Rename SetStart* directory API to SetCurrent*. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmake: Remove redundant start directories. | Stephen Kelly | 2015-04-20 | 1 | -42/+2 |
|
|
* | cmake: Initialize Home directories on cmake for find-package mode. | Stephen Kelly | 2015-04-20 | 1 | -4/+5 |
|
|
* | cmake: Fix directory used to find the cache | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Merge topic 'clean-up-ReadListFile' | Brad King | 2015-04-20 | 1 | -3/+3 |
|\ |
|
| * | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -3/+3 |
|
|