| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -11/+10 |
|\ |
|
| * | Makefiles: Remove unused variable | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
| * | Use LocalGenerator when possible | Stephen Kelly | 2015-10-26 | 1 | -10/+10 |
|
|
* | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 1 | -3/+3 |
|
|
* | | cmGeneratorTarget: Add GetUtilities API | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|
|
* | | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -4/+4 |
|/ |
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -5/+6 |
|
|
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -15/+15 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -25/+25 |
|
|
* | cmLocalGenerator: Don't store imported generator targets | Stephen Kelly | 2015-10-20 | 1 | -7/+1 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -12/+14 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -9/+9 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -9/+9 |
|
|
| * | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+6 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+4 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -7/+7 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port API to cmGenertorTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|/ |
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -12/+12 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetLanguages from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+3 |
|
|
* | cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+1 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-07-28 | 1 | -4/+2 |
|\ |
|
| * | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -4/+2 |
|
|
* | | cmAlgorithms: Rename cmRange to cmMakeRange. | Stephen Kelly | 2015-07-22 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'cmState-Directory' | Brad King | 2015-07-21 | 1 | -4/+6 |
|\ |
|
| * | cmState: Extract a Directory class. | Stephen Kelly | 2015-07-18 | 1 | -4/+6 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port away from the Parent. | Stephen Kelly | 2015-07-18 | 1 | -3/+3 |
|/ |
|
* | cmLocalCommonGenerator: Adopt ConfigName member | Brad King | 2015-07-09 | 1 | -11/+1 |
|
|
* | cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessor | Brad King | 2015-07-09 | 1 | -7/+7 |
|
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method. | Stephen Kelly | 2015-06-13 | 1 | -13/+16 |
|
|
* | cmLocalUnixMakefileGenerator3: Remove unused variable. | Stephen Kelly | 2015-06-13 | 1 | -1/+0 |
|
|
* | Port static calls from cmLocalGenerator to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: De-virtualize Configure(). | Stephen Kelly | 2015-06-04 | 1 | -6/+1 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -4/+2 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -5/+6 |
|\ |
|
| * | cmState: Store computed relative paths to to current directories. | Stephen Kelly | 2015-05-16 | 1 | -5/+6 |
|
|
* | | cmGlobalGenerator: Host the MakeSilentFlag. | Stephen Kelly | 2015-05-18 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator: Remove unused IgnoreLibPrefix. | Stephen Kelly | 2015-05-18 | 1 | -1/+0 |
|
|
* | | cmGlobalUnixMakefileGenerator3: Host the UnixCD. | Stephen Kelly | 2015-05-18 | 1 | -2/+3 |
|
|
* | | cmGlobalUnixMakefileGenerator3: Host the PassMakeflags. | Stephen Kelly | 2015-05-18 | 1 | -2/+3 |
|
|
* | | cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL. | Stephen Kelly | 2015-05-16 | 1 | -2/+3 |
|
|
* | | cmGlobalUnixMakefileGenerator3: Host the include directive. | Stephen Kelly | 2015-05-16 | 1 | -1/+0 |
|/ |
|
* | cmGlobalGenerator: Move some flags from cmLocalGenerator. | Stephen Kelly | 2015-05-14 | 1 | -11/+11 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+2 |
|
|