Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -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 ints | Christoph GrĂ¼ninger | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | 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 |