| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-12 | 1 | -3/+3 |
|\ |
|
| * | cmGeneratorTarget: Move UsesDefaultOutputDir from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
| * | cmGeneratorTarget: Move GetDirectory from cmTarget. | Stephen Kelly | 2015-10-08 | 1 | -2/+2 |
|
|
* | | cmLocalGenerator: Add current source directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -5/+6 |
|
|
* | | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -13/+13 |
|
|
* | | cmLocalGenerator: Add Home directory accessors. | Stephen Kelly | 2015-10-08 | 1 | -4/+4 |
|
|
* | | cmLocalGenerator: Add GetProjectName method. | Stephen Kelly | 2015-10-08 | 1 | -3/+3 |
|/ |
|
* | cmTarget: Remove Compute method. | Stephen Kelly | 2015-10-07 | 1 | -2/+0 |
|
|
* | cmTarget: Add Compute API for sources. | Stephen Kelly | 2015-10-07 | 1 | -0/+2 |
|
|
* | cmGeneratorTarget: Add methods for generate-time source addition. | Stephen Kelly | 2015-10-07 | 1 | -5/+8 |
|
|
* | Xcode: Port away from unnecessary CMP0049 compatibility. | Stephen Kelly | 2015-10-06 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute(). | Stephen Kelly | 2015-10-05 | 1 | -11/+0 |
|
|
* | Xcode: Extract a AddExtraIDETargets method. | Stephen Kelly | 2015-10-05 | 1 | -1/+5 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -3/+2 |
|
|
* | cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -4/+7 |
|
|
* | cmGeneratorTarget: Move GetLanguages from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -2/+2 |
|
|
* | cmGeneratorTarget: Move GetLinkImplementation from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmLinkItem: Add cmLinkImplementation type. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -3/+3 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -3/+3 |
|
|
* | cmTarget: Split storage of include directories from genexes. | Stephen Kelly | 2015-08-07 | 1 | -0/+2 |
|
|
* | cmGeneratorTarget: Move GetLinkerLanguage from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -3/+4 |
|
|
* | cmGeneratorTarget: Move GetFullName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -2/+3 |
|
|
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetFullNameComponents from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move HasSOName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLinkInformation from cmTarget | Stephen Kelly | 2015-08-05 | 1 | -3/+4 |
|
|
* | cmGeneratorTarget: Move GetSOName from cmTarget.. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Virtualize the Compute step and override it. | Stephen Kelly | 2015-07-30 | 1 | -1/+12 |
|
|
* | cmGlobalGenerator: Move generation object creation to Compute(). | Stephen Kelly | 2015-07-30 | 1 | -1/+6 |
|
|
* | Xcode: Use allBuild target return value. | Stephen Kelly | 2015-07-29 | 1 | -2/+1 |
|
|
* | Xcode: Skip Global targets when processing. | Stephen Kelly | 2015-07-29 | 1 | -0/+5 |
|
|
* | Move GetFullPath to cmGeneratorTarget | Stephen Kelly | 2015-07-27 | 1 | -1/+2 |
|
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -2/+2 |
|
|
* | Add rudimentary support for the Apple Swift language with Xcode | Brad King | 2015-07-06 | 1 | -0/+4 |
|
|
* | cmComputeTargetDepends: Change API to use cmGeneratorTarget. | Stephen Kelly | 2015-07-01 | 1 | -2/+3 |
|
|
* | Remove CMAKE_USE_RELATIVE_PATHS variable. | Stephen Kelly | 2015-06-03 | 1 | -22/+2 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+3 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -6/+8 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -3/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -17/+17 |
|\ |
|
| * | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
| * | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -11/+11 |
|
|
| * | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -2/+2 |
|/ |
|