summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkItem.h
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-38/+68
| | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
* Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned intsChristoph GrĂ¼ninger2016-02-041-1/+1
|
* Move ComputeLinkType out of cmTarget.Stephen Kelly2015-10-201-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 Kelly2015-10-121-4/+3
|
* cmHeadToLinkInterfaceMap: Port to cmGeneratorTarget.Stephen Kelly2015-10-121-1/+2
|
* cmLinkItem: Add cmOptionalLinkImplementation type.Stephen Kelly2015-08-261-0/+11
| | | | Move the associated Compute* methods to the cmTarget class.
* cmLinkItem: Add cmLinkImplementation type.Stephen Kelly2015-08-261-0/+6
|
* cmTarget: Move cmHeadToLinkInterfaceMap out.Stephen Kelly2015-08-261-0/+5
|
* cmTarget: Move link interface libraries struct out.Stephen Kelly2015-08-261-0/+40
|
* cmLinkImplementationLibraries: Move to namespace scope.Stephen Kelly2015-08-061-0/+12
|
* cmLinkItem: Split to separate file.Stephen Kelly2015-08-061-0/+47