summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget_Link.cxx
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-121-1/+0
* fileAPI: Add direct dependencies to target codemodel filesCraig Scott2025-10-071-0/+1
* cmLinkItem: Remove redundant cmLinkImplItem classCraig Scott2025-10-071-44/+19
* GenEx: Consolidate target property evaluation context argumentsBrad King2025-09-221-5/+2
* GenEx: Construct cmGeneratorExpressionDAGChecker with full evaluation contextBrad King2025-09-221-4/+2
* GenEx: Collect evaluation arguments into local Context structuresBrad King2025-09-221-9/+13
* cmStrCat: combine neighboring arguments where possibleBen Boeckel2025-05-151-3/+2
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Merge branch 'backport-3.31-custom-transitive-properties'Brad King2025-02-231-2/+16
|\
| * GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive propertyBrad King2025-02-231-2/+16
| * cmGeneratorExpressionDAGChecker: Construct with initializer list syntaxBrad King2025-02-221-4/+6
* | Merge branch 'backport-3.31-custom-transitive-properties' (early part)Brad King2025-02-221-4/+6
|\ \
| * | cmGeneratorExpressionDAGChecker: Construct with initializer list syntaxBrad King2025-02-221-4/+6
| |/
* | Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-30/+30
* | Merge topic 'extern-domain'Brad King2025-01-221-1/+2
|\ \
| * | Add support for foreign targetsVito Gamberini2025-01-211-1/+2
* | | CMP0038: Remove support for OLD behaviorBrad King2025-01-191-24/+5
* | | CMP0028: Remove support for OLD behaviorBrad King2025-01-191-15/+2
* | | CMP0027: Remove support for OLD behaviorBrad King2025-01-191-5/+4
* | | cmLinkItem: Remove now-unused fields from link interfacesBrad King2025-01-181-26/+23
* | | cmGeneratorTarget: Simplify storage of link implementationBrad King2025-01-181-54/+15
* | | CMP0022: Remove support for OLD behaviorBrad King2025-01-181-142/+20
* | | CMP0003: Remove support for OLD behaviorBrad King2025-01-171-11/+4
|/ /
* | Fix: A lot of typos in code found by `typos`Alex Turbov2025-01-121-4/+5
* | cmGeneratorTarget: Remove unused ComputeLinkInterface signatureBrad King2024-11-201-7/+0
* | cmLinkItem: Remove incorrect CMP0003_ prefix on functionBrad King2024-11-201-2/+1
* | cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS statesBrad King2024-11-131-6/+0
|/
* Restore support for exporting INTERFACE with missing dependenciesBrad King2024-07-151-5/+34
* Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usageRobert Maynard2024-07-051-1/+4
* GenEx: Add support for custom transitive compile propertiesBrad King2024-05-211-0/+17
* cmGeneratorExpressionDAGChecker: Make config name available in constructorBrad King2024-05-211-3/+3
* cmGeneratorTarget: Add GetLinkImplementationClosure mode for linkingBrad King2024-05-211-9/+12
* cmGeneratorTarget: Factor link interface/impl methods into own sourceBrad King2024-05-201-0/+1489