Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Port interface to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 7 | -38/+39 |
| | |||||
* | VS: Port WriteUtilityDepends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 6 | -9/+12 |
| | |||||
* | VS: Port utility depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 5 | -9/+10 |
| | |||||
* | VS: Port target depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 5 | -18/+18 |
| | |||||
* | VS: Port ProjectDepends to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 6 | -17/+18 |
| | |||||
* | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 7 | -9/+7 |
| | |||||
* | VS: Port WriteProject to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 4 | -11/+12 |
| | |||||
* | VS: Port loop to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -6/+4 |
| | |||||
* | VS: Port ImplibDir to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 4 | -10/+9 |
| | |||||
* | VS: Port LinkClosure to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 2 | -12/+13 |
| | |||||
* | VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 6 | -10/+11 |
| | |||||
* | VS7: Port to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 3 | -124/+115 |
| | |||||
* | VS10: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 5 | -34/+37 |
| | |||||
* | VS6: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -184/+168 |
| | |||||
* | Graphviz: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -30/+29 |
| | |||||
* | C::B: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -9/+8 |
| | |||||
* | GHS: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -39/+41 |
| | |||||
* | Sublime: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 2 | -11/+7 |
| | |||||
* | Xcode: Port API to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 3 | -118/+109 |
| | |||||
* | 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 | 2 | -9/+9 |
| | |||||
* | Xcode: Port loops to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -29/+25 |
| | |||||
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 11 | -48/+48 |
| | |||||
* | Ninja: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 8 | -60/+62 |
| | |||||
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 7 | -14/+14 |
| | |||||
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 16 | -226/+238 |
| | |||||
* | Makefiles: Port progress marks to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 4 | -5/+22 |
| | |||||
* | cmInstallTargetGenerator: Get a cmGeneratorTarget directly. | Stephen Kelly | 2015-10-24 | 3 | -2/+9 |
| | | | | Extend the cmGeneratorTarget API to make this possible. | ||||
* | cmGlobalGenerator: Move GeneratorTargetsType to usage site. | Stephen Kelly | 2015-10-24 | 5 | -20/+20 |
| | |||||
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 15 | -90/+92 |
| | | | | Not a map from cmTarget to cmGeneratorTarget. | ||||
* | Merge topic 'use-generator-target' | Brad King | 2015-10-21 | 26 | -189/+221 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c099e00f Access policy status from cmGeneratorTarget at generate time. d74bca5a cmGeneratorTarget: Copy the policy map from the cmTarget. c6e86955 cmTarget: Remove unused NameResolvesToFramework. 18046bd5 cmCommonTargetGenerator: Use NameResolvesToFramework without cmTarget. 91411641 Move ComputeLinkType out of cmTarget. 6d94078e cmGeneratorTarget: Move IsDLLPlatform from cmTarget. 3ebc6285 cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. 311018e5 cmGeneratorTarget: Move GetExportMacro from cmTarget. 215cd21a cmGeneratorTarget: Provide direct access to the backtrace. 1df8bd3a cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget. 83703bda cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget. | ||||
| * | Access policy status from cmGeneratorTarget at generate time. | Stephen Kelly | 2015-10-20 | 7 | -31/+29 |
| | | |||||
| * | cmGeneratorTarget: Copy the policy map from the cmTarget. | Stephen Kelly | 2015-10-20 | 4 | -17/+28 |
| | | |||||
| * | cmTarget: Remove unused NameResolvesToFramework. | Stephen Kelly | 2015-10-20 | 2 | -9/+0 |
| | | |||||
| * | cmCommonTargetGenerator: Use NameResolvesToFramework without cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | Move ComputeLinkType out of cmTarget. | Stephen Kelly | 2015-10-20 | 5 | -30/+33 |
| | | | | | | | | | | Keep it out of the way, so that it does not become part of cmGeneratorTarget, but where it can be used to implement CMP0003. | ||||
| * | cmGeneratorTarget: Move IsDLLPlatform from cmTarget. | Stephen Kelly | 2015-10-20 | 4 | -6/+16 |
| | | |||||
| * | cmGeneratorTarget: Move HaveWellDefinedOutputFiles from cmTarget. | Stephen Kelly | 2015-10-20 | 5 | -15/+15 |
| | | |||||
| * | cmGeneratorTarget: Move GetExportMacro from cmTarget. | Stephen Kelly | 2015-10-20 | 11 | -38/+41 |
| | | |||||
| * | cmGeneratorTarget: Provide direct access to the backtrace. | Stephen Kelly | 2015-10-20 | 6 | -22/+29 |
| | | |||||
| * | cmGlobalGenerator: Port IsRootOnlyTarget to cmGeneratorTarget. | Stephen Kelly | 2015-10-20 | 2 | -4/+4 |
| | | |||||
| * | cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget. | Stephen Kelly | 2015-10-20 | 8 | -16/+25 |
| | | |||||
* | | Merge topic 'inline-cmMakeDepend-content' | Brad King | 2015-10-21 | 8 | -624/+496 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | c0969b10 cmMakeDepend: Inline into inheriting class. 6a1e7328 cmMakeDepend: Inline into only user. 00f50b00 cmMakeDepend: Inline into header. 3df749af Remove vestigial declarations. 3029c27e cmMakeDepend: Use public cmMakefile API. | ||||
| * | | cmMakeDepend: Inline into inheriting class. | Stephen Kelly | 2015-10-20 | 1 | -175/+128 |
| | | | | | | | | | | | | Devirtualize the API. | ||||
| * | | cmMakeDepend: Inline into only user. | Stephen Kelly | 2015-10-20 | 4 | -465/+440 |
| | | | |||||
| * | | cmMakeDepend: Inline into header. | Stephen Kelly | 2015-10-20 | 3 | -373/+323 |
| | | | |||||
| * | | Remove vestigial declarations. | Stephen Kelly | 2015-10-20 | 3 | -6/+0 |
| | | | |||||
| * | | cmMakeDepend: Use public cmMakefile API. | Stephen Kelly | 2015-10-20 | 1 | -1/+1 |
| |/ | |||||
* | | Merge topic 'cmLocalGenerator-generator-target-storage' | Brad King | 2015-10-21 | 12 | -42/+10 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | a4bbdc5e cmLocalGenerator: Remove cmGeneratorTargetsType from setter API. 04b6bb16 cmLocalGenerator: Simplify semantic of adding generator targets. 400e3d19 cmLocalGenerator: Don't store imported generator targets 726e461b CMP0063: Split unit test by target type. |