Stephen Kelly
|
b397eae82e
|
cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget
|
2015-10-27 07:44:21 +01:00 |
Stephen Kelly
|
7a1b83cb3f
|
cmGeneratorTarget: Add GetUtilityBacktrace API
|
2015-10-27 07:44:21 +01:00 |
Stephen Kelly
|
736c2042c6
|
cmGeneratorTarget: Add GetUtilities API
|
2015-10-27 07:44:20 +01:00 |
Stephen Kelly
|
bde277e811
|
cmGeneratorTarget: Add GetLinkDirectories API.
|
2015-10-26 22:02:13 +01:00 |
Stephen Kelly
|
cf69630e51
|
cmGeneratorTarget: Move GetFrameworkVersion from cmTarget
|
2015-10-26 22:02:13 +01:00 |
Stephen Kelly
|
3f8aa62bfb
|
cmGeneratorTarget: Add API for target-relative commands.
|
2015-10-26 22:02:13 +01:00 |
Stephen Kelly
|
f528e6bcb9
|
Makefiles: Port progress marks to cmGeneratorTarget.
|
2015-10-24 09:19:53 +02:00 |
Stephen Kelly
|
c2c239e607
|
cmGlobalGenerator: Move GeneratorTargetsType to usage site.
|
2015-10-24 09:19:52 +02:00 |
Stephen Kelly
|
c099e00fc0
|
Access policy status from cmGeneratorTarget at generate time.
|
2015-10-21 00:52:23 +02:00 |
Stephen Kelly
|
d74bca5a8f
|
cmGeneratorTarget: Copy the policy map from the cmTarget.
|
2015-10-21 00:52:23 +02:00 |
Stephen Kelly
|
91411641a7
|
Move ComputeLinkType out of cmTarget.
Keep it out of the way, so that it does not become part of cmGeneratorTarget,
but where it can be used to implement CMP0003.
|
2015-10-21 00:52:22 +02:00 |
Stephen Kelly
|
6d94078e62
|
cmGeneratorTarget: Move IsDLLPlatform from cmTarget.
|
2015-10-21 00:52:22 +02:00 |
Stephen Kelly
|
3ebc62850c
|
cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget.
|
2015-10-21 00:52:22 +02:00 |
Stephen Kelly
|
311018e5ad
|
cmGeneratorTarget: Move GetExportMacro from cmTarget.
|
2015-10-21 00:52:22 +02:00 |
Stephen Kelly
|
215cd21a02
|
cmGeneratorTarget: Provide direct access to the backtrace.
|
2015-10-21 00:37:03 +02:00 |
Stephen Kelly
|
83703bda7d
|
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
|
2015-10-21 00:36:09 +02:00 |
Stephen Kelly
|
d8f8940bc6
|
cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.
|
2015-10-19 20:27:41 +02:00 |
Stephen Kelly
|
7550879f57
|
cmGeneratorTarget: Move IsXCTestOnApple from cmTarget.
|
2015-10-19 20:27:41 +02:00 |
Stephen Kelly
|
88d10d55ac
|
cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.
Leave the cmTarget method behind for now to implement cmInstallCommand.
|
2015-10-19 20:27:41 +02:00 |
Stephen Kelly
|
b5f5de70c0
|
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Leave the cmTarget method behind for now to implement cmInstallCommand.
|
2015-10-19 20:27:41 +02:00 |
Stephen Kelly
|
8e20ea6ef2
|
cmGeneratorTarget: Move IsLinkable from cmTarget.
|
2015-10-19 20:27:40 +02:00 |
Stephen Kelly
|
eb3be7d688
|
cmGeneratorTarget: Move GetExportName from cmTarget.
|
2015-10-18 16:29:30 +02:00 |
Stephen Kelly
|
cfb2f7508a
|
Use cmGeneratorTarget for property access.
|
2015-10-17 17:30:38 +02:00 |
Stephen Kelly
|
ed09f3b292
|
Use IsImported from cmGeneratorTarget.
|
2015-10-16 20:24:44 +02:00 |
Stephen Kelly
|
beff29f0d4
|
cmGeneratorTarget: Move ComputeVersionedName from cmTarget.
|
2015-10-16 20:24:44 +02:00 |
Stephen Kelly
|
12e4790a0b
|
cmGeneratorTarget: Move GetTargetVersion from cmTarget.
|
2015-10-16 20:24:44 +02:00 |
Stephen Kelly
|
1427227720
|
cmGeneratorTarget: Move CheckCMP0004 from cmTarget.
|
2015-10-16 20:24:44 +02:00 |
Stephen Kelly
|
8f363d6771
|
cmGeneratorTarget: Move ImportInfo from cmTarget.
|
2015-10-16 20:24:43 +02:00 |
Stephen Kelly
|
a892b285f8
|
cmGeneratorTarget: Move ImportedGetLocation from cmTarget.
|
2015-10-16 20:24:43 +02:00 |
Stephen Kelly
|
cb8c728f17
|
cmGeneratorTarget: Move GetFullNameImported from cmTarget.
|
2015-10-16 20:24:43 +02:00 |
Stephen Kelly
|
fb4fca0b5e
|
cmGeneratorTarget: Access global state through LocalGenerator.
|
2015-10-16 20:24:43 +02:00 |
Stephen Kelly
|
50fb2ad646
|
cmGeneratorTarget: Port Utility items to cmGeneratorTarget.
|
2015-10-16 20:17:32 +02:00 |
Stephen Kelly
|
d233030f5b
|
cmGeneratorTarget: Port implementation to cmGeneratorTarget.
|
2015-10-16 20:17:31 +02:00 |
Stephen Kelly
|
0ebe2bbf4a
|
cmGeneratorTarget: Port language computation to cmGeneratorTarget.
|
2015-10-16 20:17:31 +02:00 |
Stephen Kelly
|
60bd9f9c92
|
cmGeneratorTarget: Move GetObjectLibrariesCMP0026 from cmTarget.
|
2015-10-16 20:17:22 +02:00 |
Stephen Kelly
|
82a6eaf4d0
|
cmGeneratorTarget: Port TraceDependencies to cmTarget.
The problem of needing cmTarget is not solved with this, but the removal
of the cmTarget member is valuable.
|
2015-10-16 20:17:13 +02:00 |
Stephen Kelly
|
8aaed08696
|
cmGeneratorTarget: Port object library handling to cmGeneratorTarget.
|
2015-10-16 20:15:03 +02:00 |
Stephen Kelly
|
393654bf49
|
cmGeneratorTarget: Port internal class to cmGeneratorTarget.
|
2015-10-16 19:20:17 +02:00 |
Brad King
|
dfd371dc01
|
Merge topic 'genex-consumers-generator-targets'
c4ae1578 Genex: Port some access API to cmGeneratorTarget.
6d27a3db Genex: Port implementation to cmGeneratorTarget.
|
2015-10-16 09:35:37 -04:00 |
Stephen Kelly
|
c4ae157865
|
Genex: Port some access API to cmGeneratorTarget.
|
2015-10-15 22:40:56 +02:00 |
Stephen Kelly
|
55474e6182
|
cmState: Move GetTargetTypeName from cmTarget.
|
2015-10-15 00:41:40 +02:00 |
Stephen Kelly
|
38df5c36d6
|
Remove now-obsolete casts.
|
2015-10-15 00:41:40 +02:00 |
Stephen Kelly
|
4ee2b26708
|
cmGeneratorTarget: Use enum for GetType.
|
2015-10-15 00:41:40 +02:00 |
Stephen Kelly
|
eac15298a8
|
cmState: Move TargetType enum from cmTarget.
Mostly automated:
values=( "EXECUTABLE" "STATIC_LIBRARY" "SHARED_LIBRARY" "MODULE_LIBRARY" "OBJECT_LIBRARY" "UTILITY" "GLOBAL_TARGET" "INTERFACE_LIBRARY" "UNKNOWN_LIBRARY" "TargetType")
for i in "${values[@]}"; do git grep -l cmTarget::$i | xargs sed -i "s|cmTarget::$i|cmState::$i|g"; done
|
2015-10-15 00:41:39 +02:00 |
Stephen Kelly
|
482b3811e4
|
cmTarget: Move link type enum out.
Remove a reason for generate time code to depend on the cmTarget header/type.
|
2015-10-15 00:41:22 +02:00 |
Stephen Kelly
|
983c00f8f9
|
Generators: Use GetType from the cmGeneratorTarget.
|
2015-10-15 00:41:19 +02:00 |
Stephen Kelly
|
2293d43d00
|
cmLocalGenerator: Store cmGeneratorTargets.
Relieve cmMakefile of this responsibility.
|
2015-10-14 13:32:09 -04:00 |
Stephen Kelly
|
1583440509
|
cmGeneratorExpression: Port interface to cmGeneratorTarget.
|
2015-10-12 23:07:46 +02:00 |
Stephen Kelly
|
11165525ba
|
cmGeneratorExpression: Port to cmLocalGenerator.
|
2015-10-12 23:07:46 +02:00 |
Stephen Kelly
|
ce75c86ec3
|
cmGeneratorTarget: Move GetSupportDirectory from cmTarget.
|
2015-10-12 18:39:59 +02:00 |