summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-18/+14
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-15/+16
* Xcode: Fix missing Frameworks search pathsMarc Chevrier2023-03-061-13/+19
* Enhance support functionsMarc Chevrier2023-02-281-2/+2
* cmComputeLinkInformation: use characters where possibleBen Boeckel2023-02-061-8/+8
* cmComputeLinkInformation: combine string literals where possibleBen Boeckel2023-02-061-23/+21
* cmComputeLinkInformation: use `cmStrCat` where appropriateBen Boeckel2023-02-031-12/+14
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-5/+5
* Code comments: Fix trivial typosCraig Scott2022-12-181-1/+1
* Genex LINK_LIBRARY: Add support for framework with postfixMarc Chevrier2022-09-211-26/+22
* Apple: Fix regression when linking a framework with postfixMarc Chevrier2022-09-141-7/+5
* genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genexMarc Chevrier2022-07-051-0/+11
* Ensure targets which are frameworks can be used freelyMarc Chevrier2022-03-291-4/+10
* genex-LINK_(LIBRARY|GROUP) features: update variables behaviorMarc Chevrier2022-03-251-2/+6
* Genex-LINK_GROUP: Add possibility to group libraries at link stepMarc Chevrier2022-02-281-83/+201
* cmComputeDepends::LinkEntry: introduce enum to specify item typeMarc Chevrier2022-02-251-2/+4
* genex-LINK_LIBRARY: rename configuration variablesMarc Chevrier2022-02-161-2/+2
* GenEx/LINK_LIBRARY: Add features for framework support on AppleMarc Chevrier2022-02-151-22/+65
* cmGlobalGenerator: Add helper to split framework pathMarc Chevrier2022-02-131-6/+5
* $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target propertyMarc Chevrier2022-02-081-6/+11
* Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-081-25/+362
* cmComputeLinkInformation: use cmComputeLinkDepends::LinkEntryMarc Chevrier2022-02-061-44/+67
* cmComputeLinkInformation: Add context to warning about linking a directoryBrad King2021-10-271-8/+9
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-1/+5
* Rename cmProp in cmValueMarc Chevrier2021-09-211-18/+19
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-5/+2
* HIP: Add language to CMakeRobert Maynard2021-06-071-2/+2
* OpenWatcom: Add infrastructure to link to object filesBrad King2021-05-291-8/+19
* cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-291-12/+13
* Genex: Add TARGET_RUNTIME_DLLS genexKyle Edwards2021-02-241-0/+19
* Merge topic 'xcode-framework-path'Brad King2021-02-041-3/+9
|\
| * Xcode: Don't hard-code SDK-provided implicit framework search pathsCraig Scott2021-02-031-0/+6
| * cmComputeLinkInformation: Fix misspelt private variable nameCraig Scott2021-02-031-3/+3
| * Apple: Fix linking to frameworks that do not exist until build timeBrad King2021-02-031-12/+6
* | clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-0/+3
* | Apple: Fix linking to frameworks that do not exist until build timeBrad King2020-12-211-12/+6
|/
* Xcode: Don't add framework as -framework argument in linker info listGusts Kaksis2020-10-021-5/+11
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-34/+32
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-4/+3
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+2
* cmComputeLinkInformation: members use std:string argumentsVitaly Stakhovsky2020-07-101-31/+30
* Merge topic 'getdef-expand'Brad King2020-06-021-24/+9
|\
| * cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-24/+9
* | Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
|/
* CUDA: Factor runtime library lookup into helper methodBrad King2020-05-221-27/+12
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-9/+8
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-8/+8
* cmComputeLinkInformation: reserve space in built-up stringBen Boeckel2020-04-131-0/+1
* nits: replace some "c" instances with 'c'Ben Boeckel2020-04-131-2/+2