summaryrefslogtreecommitdiff
path: root/Source/cmLinkLineComputer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Apple Frameworks: honor SYSTEM target propertyMarc Chevrier2023-05-111-6/+14
* Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attributeJiri Malak2023-01-241-6/+4
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-4/+0
* Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-081-8/+2
* OpenWatcom: Add infrastructure to link to object filesBrad King2021-05-291-1/+5
* cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-291-1/+1
* cmOutputConverter: Adopt relative path conversion helpersBrad King2021-05-171-9/+1
* Merge topic 'swift-link-line-spaces'Brad King2020-03-121-3/+5
|\
| * Swift: Fix quoting of library search paths with spacesSaleem Abdulrasool2020-03-121-3/+5
* | Merge branch 'backport-3.16-link-line-backtrace'Brad King2020-02-101-18/+4
|\ \ | |/
| * Propagate backtraces from LINK_LIBRARIES through to link line itemsBrad King2020-02-101-18/+4
* | Ninja: Add multi-config variantKyle Edwards2019-12-131-8/+22
|/
* cmLinkLineComputer: Add ComputeLinkLibraries overload with backtracesJustin Goshi2019-09-181-4/+24
* cmLinkLineComputer: Add ComputeLinkLibs overload with backtracesJustin Goshi2019-09-181-6/+31
* cmLinkLineComputer: Add ComputeLinkPath overload with backtracesJustin Goshi2019-09-181-9/+27
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-5/+7
* Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAGBrad King2019-08-021-0/+1
* Refactor checks for whether a target has an import libraryBrad King2019-07-121-2/+1
* Swift: Add library search paths for dependenciesSaleem Abdulrasool2019-06-171-7/+27
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* cmOutputConverter: Moved ContainedInDirectory to cmStateDirectoryBruno Manganelli2018-12-081-2/+1
* cmOutputConverter: Moved ForceToRelativePath to cmSystemBruno Manganelli2018-12-071-1/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-16/+12
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-1/+1
* CUDA: Now pass correct FLAGS when device link cuda executables.Robert Maynard2017-01-121-0/+6
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+5
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+1
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+2
* cmLinkLineComputer: Extract link libraries computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+25
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+16
* cmLinkLineComputer: Move RPath computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+36
* cmLinkLineComputer: Move LinkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-0/+28
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-1/+48
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-0/+27