| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'xcode-global-attribute-variant' | Brad King | 2016-01-07 | 1 | -53/+83 |
|\ |
|
| * | Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947) | Gregor Jasny | 2016-01-03 | 1 | -16/+33 |
|
|
| * | Xcode: Store configuration name along with XcodeObject (#14947) | Gregor Jasny | 2016-01-03 | 1 | -10/+9 |
|
|
| * | Xcode: Make CMAKE_XCODE_ATTRIBUTE calculation last step (#14947) | Gregor Jasny | 2016-01-03 | 1 | -4/+4 |
|
|
| * | Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947) | Gregor Jasny | 2016-01-03 | 1 | -27/+41 |
|
|
* | | Xcode: Escape all backslashes in strings (#15328) | Gregor Jasny | 2016-01-07 | 1 | -22/+9 |
|/ |
|
* | cmake-gui: Add option to specify generator toolset | Robert Dailey | 2015-11-17 | 1 | -0/+2 |
|
|
* | Xcode: Set LastUpgradeCheck to current Xcode version (#15817) | Gregor Jasny | 2015-10-30 | 1 | -0/+3 |
|
|
* | cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget | Stephen Kelly | 2015-10-27 | 1 | -2/+0 |
|
|
* | cmGlobalGenerator: Remove direct storage of targets | Stephen Kelly | 2015-10-27 | 1 | -5/+10 |
|
|
* | cmGeneratorTarget: Add API for property keys | Stephen Kelly | 2015-10-27 | 1 | -5/+5 |
|
|
* | cmake: Store hardcoded lists of sources and headers | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetFrameworkVersion from cmTarget | Stephen Kelly | 2015-10-26 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -3/+3 |
|
|
* | Merge topic 'use-generator-target' | Brad King | 2015-10-26 | 1 | -202/+198 |
|\ |
|
| * | Xcode: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -93/+85 |
|
|
| * | Xcode: Prefer to get target state from cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -69/+68 |
|
|
| * | Xcode: Re-order conditions. | Stephen Kelly | 2015-10-24 | 1 | -3/+3 |
|
|
| * | Xcode: Port ForceLinkerLanguage to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -8/+8 |
|
|
| * | Xcode: Port loops to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -29/+25 |
|
|
| * | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -14/+23 |
|
|
| * | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -2/+2 |
|
|
* | | Merge topic 'xcode-optimization-flags' | Brad King | 2015-10-26 | 1 | -8/+40 |
|\ \
| |/
|/| |
|
| * | Xcode: Use regular expression to extract all optimisation flags (#15794) | Gregor Jasny | 2015-10-23 | 1 | -8/+40 |
|
|
* | | Merge topic 'use-generator-target' | Brad King | 2015-10-21 | 1 | -1/+1 |
|\ \ |
|
| * | | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
|
|
* | | | cmLocalGenerator: Simplify semantic of adding generator targets. | Stephen Kelly | 2015-10-20 | 1 | -0/+2 |
|/ / |
|
* | | cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -5/+5 |
|
|
* | | cmGeneratorTarget: Move IsXCTestOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -2/+2 |
|
|
* | | cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget. | Stephen Kelly | 2015-10-19 | 1 | -8/+11 |
|
|
* | | Xcode: Port internal API to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -14/+17 |
|
|
* | | cmLocalGenerator: Port PList handling to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -3/+3 |
|
|
* | | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -4/+4 |
|
|
* | | cmGeneratorTarget: Move GetTargetVersion from cmTarget. | Stephen Kelly | 2015-10-16 | 1 | -2/+2 |
|/ |
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -66/+66 |
|
|
* | 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 |
|
|