summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* cmMakefile: Add imported target accessorStephen Kelly2015-10-272-0/+13
|
* CMP0026: Port away from GetGeneratorTargetStephen Kelly2015-10-271-3/+3
|
* cmGlobalGenerator: Add FindGeneratorTarget APIStephen Kelly2015-10-272-0/+54
|
* cmGeneratorTarget: Add API for globally visible IMPORTEDStephen Kelly2015-10-272-0/+6
|
* Xcode: Port away from GetGeneratorTargetStephen Kelly2015-10-271-10/+6
|
* cmLocalGenerator: Store imported targets in a separate container.Stephen Kelly2015-10-273-0/+8
|
* cmLocalGenerator: Port FindGeneratorTarget away from GetGeneratorTargetStephen Kelly2015-10-273-2/+44
|
* cmTarget: Implement ALIAS in terms of name mappingStephen Kelly2015-10-276-25/+20
| | | | Remove mapping to cmTarget.
* cmGlobalGenerator: Remove unneeded GetGeneratorTargetStephen Kelly2015-10-271-2/+1
|
* cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-277-54/+80
| | | | Find the target by looping when needed.
* cmTargetCollectLinkLanguages: Remove cmMakefile dependencyStephen Kelly2015-10-271-3/+3
|
* cmGeneratorTarget: Port cmOptionalLinkImplementationStephen Kelly2015-10-272-3/+3
|
* cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-275-23/+44
|
* cmLocalGenerator: Port internals to cmGeneratorTargetStephen Kelly2015-10-271-5/+4
|
* VS7: Port some implementation details to cmGeneratorTargetStephen Kelly2015-10-271-4/+4
|
* VS7: Port remaining interface to cmGeneratorTargetStephen Kelly2015-10-272-11/+10
|
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-2712-62/+70
| | | | Don't duplicate this in each cmMakefile.
* Export: Use existing IsDLLPlatform porcelainStephen Kelly2015-10-272-9/+2
|
* cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTargetStephen Kelly2015-10-274-6/+6
|
* cmLocalGenerator: Add IsRootMakefile APIStephen Kelly2015-10-275-7/+14
|
* Genex: use cmGeneratorTarget policy APIStephen Kelly2015-10-271-1/+1
|
* cmLocalGenerator: Add GetPolicyStatus APIStephen Kelly2015-10-273-4/+12
|
* cmGeneratorTarget: Add GetUtilityBacktrace APIStephen Kelly2015-10-273-1/+9
|
* cmGeneratorTarget: Add GetUtilities APIStephen Kelly2015-10-277-8/+14
|
* cmTarget: Make compatbility API explicit.Stephen Kelly2015-10-273-28/+18
|
* cmGeneratorTarget: Add GetLinkDirectories API.Stephen Kelly2015-10-264-4/+11
|
* cmGeneratorTarget: Move GetFrameworkVersion from cmTargetStephen Kelly2015-10-266-27/+27
|
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-2613-49/+71
|
* Merge topic 'use-generator-target'Brad King2015-10-2669-1192/+1196
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cac952b VS: Port interface to cmGeneratorTarget 97b37688 VS: Port WriteUtilityDepends to cmGeneratorTarget 600af01d VS: Port utility depends to cmGeneratorTarget 330bfa83 VS: Port target depends to cmGeneratorTarget b13e26e2 VS: Port ProjectDepends to cmGeneratorTarget. 8ac8739b VS: Port TargetIsFortranOnly to cmGeneratorTarget 84fb579f VS: Port WriteProject to cmGeneratorTarget 1eff421a VS: Port loop to cmGeneratorTarget 94fd5a5a VS: Port ImplibDir to cmGeneratorTarget ce9e9a92 VS: Port LinkClosure to cmGeneratorTarget 26e23e84 VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget 01c26986 VS7: Port to cmGeneratorTarget 459c8910 VS10: Port to cmGeneratorTarget. 7f8bb857 VS6: Port to cmGeneratorTarget. a0ebd69b Graphviz: Port to cmGeneratorTarget. bcee21ce C::B: Port API to cmGeneratorTarget. ...
| * VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-247-38/+39
| |
| * VS: Port WriteUtilityDepends to cmGeneratorTargetStephen Kelly2015-10-246-9/+12
| |
| * VS: Port utility depends to cmGeneratorTargetStephen Kelly2015-10-245-9/+10
| |
| * VS: Port target depends to cmGeneratorTargetStephen Kelly2015-10-245-18/+18
| |
| * VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-246-17/+18
| |
| * VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-247-9/+7
| |
| * VS: Port WriteProject to cmGeneratorTargetStephen Kelly2015-10-244-11/+12
| |
| * VS: Port loop to cmGeneratorTargetStephen Kelly2015-10-241-6/+4
| |
| * VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-244-10/+9
| |
| * VS: Port LinkClosure to cmGeneratorTargetStephen Kelly2015-10-242-12/+13
| |
| * VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-246-10/+11
| |
| * VS7: Port to cmGeneratorTargetStephen Kelly2015-10-243-124/+115
| |
| * VS10: Port to cmGeneratorTarget.Stephen Kelly2015-10-245-34/+37
| |
| * VS6: Port to cmGeneratorTarget.Stephen Kelly2015-10-244-184/+168
| |
| * Graphviz: Port to cmGeneratorTarget.Stephen Kelly2015-10-242-30/+29
| |
| * C::B: Port API to cmGeneratorTarget.Stephen Kelly2015-10-242-9/+8
| |
| * GHS: Port to cmGeneratorTarget.Stephen Kelly2015-10-244-39/+41
| |
| * Sublime: Port API to cmGeneratorTarget.Stephen Kelly2015-10-242-11/+7
| |
| * Xcode: Port API to cmGeneratorTarget.Stephen Kelly2015-10-243-118/+109
| |
| * Xcode: Prefer to get target state from cmGeneratorTarget.Stephen Kelly2015-10-241-69/+68
| |
| * Xcode: Re-order conditions.Stephen Kelly2015-10-241-3/+3
| |