summaryrefslogtreecommitdiff
path: root/Source/cmLinkLineComputer.h
Commit message (Expand)AuthorAgeFilesLines
* Apple Frameworks: honor SYSTEM target propertyMarc Chevrier2023-05-111-1/+3
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-4/+4
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Ninja: Add multi-config variantKyle Edwards2019-12-131-0/+2
* cmLinkLineComputer: Add ComputeLinkLibraries overload with backtracesJustin Goshi2019-09-181-2/+6
* cmLinkLineComputer: Add ComputeLinkLibs overload with backtracesJustin Goshi2019-09-181-0/+2
* cmLinkLineComputer: Add ComputeLinkPath overload with backtracesJustin Goshi2019-09-181-0/+8
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+3
* cmLinkLineComputer: make noncopyableDaniel Pfeifer2017-04-221-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* CUDA: Now pass correct FLAGS when device link cuda executables.Robert Maynard2017-01-121-0/+4
* CUDA: Refactor cmLinkLineComputer to allow for better derived children.Robert Maynard2016-11-141-3/+3
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+4
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-2/+2
* cmLinkLineComputer: Extract link libraries computation from cmLocalGeneratorStephen Kelly2016-10-101-4/+6
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+3
* cmLinkLineComputer: Move RPath computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+4
* cmLinkLineComputer: Move LinkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+5
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-1/+16
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-0/+21