Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ComputeLinkType out of cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -0/+24 |
| | | | | | Keep it out of the way, so that it does not become part of cmGeneratorTarget, but where it can be used to implement CMP0003. | ||||
* | cmLinkItem: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -4/+3 |
| | |||||
* | cmHeadToLinkInterfaceMap: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -1/+2 |
| | |||||
* | cmLinkItem: Add cmOptionalLinkImplementation type. | Stephen Kelly | 2015-08-26 | 1 | -0/+11 |
| | | | | Move the associated Compute* methods to the cmTarget class. | ||||
* | cmLinkItem: Add cmLinkImplementation type. | Stephen Kelly | 2015-08-26 | 1 | -0/+6 |
| | |||||
* | cmTarget: Move cmHeadToLinkInterfaceMap out. | Stephen Kelly | 2015-08-26 | 1 | -0/+5 |
| | |||||
* | cmTarget: Move link interface libraries struct out. | Stephen Kelly | 2015-08-26 | 1 | -0/+40 |
| | |||||
* | cmLinkImplementationLibraries: Move to namespace scope. | Stephen Kelly | 2015-08-06 | 1 | -0/+12 |
| | |||||
* | cmLinkItem: Split to separate file. | Stephen Kelly | 2015-08-06 | 1 | -0/+47 |