summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
* Link feature attributes: stabilizationMarc Chevrier2024-06-211-87/+106
* Libraries processing: update configuration wordingMarc Chevrier2024-06-211-10/+13
* cmGeneratorExpressionDAGChecker: Make config name available in constructorBrad King2024-05-211-2/+4
* GenEx $<LINK_LIBRARY>: Add the support of properties attached to featuresMarc Chevrier2024-05-151-38/+181
* cmGeneratorTarget: Clarify enum for specifying purpose of usage requirementsBrad King2024-05-031-1/+1
* cmGeneratorExpressionDAGChecker: Make local generator available in constructorBrad King2024-04-291-7/+14
* LINK_LIBRARY-genex: correct behavior for INTERFACE_LINK_LIBRARIES_DIRECTMarc Chevrier2023-11-291-62/+45
* Merge topic 'fortran-objects-as-sources-fix'Brad King2023-11-271-0/+1
|\
| * LinkItem: track `cmSourceFile` instances for external objectsBen Boeckel2023-11-231-0/+1
* | Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-171-1/+1
|\ \ | |/
| * codespell: Fix typosBrad King2023-11-171-2/+2
* | Merge topic 'target-objects'Brad King2023-11-151-20/+2
|\ \ | |/
| * Merge branch 'backport-target-objects' into target-objectsBrad King2023-11-141-20/+2
| |\
| | * cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sourcesBrad King2023-11-141-20/+2
| * | Merge topic 'modules-depends-via-target-objects' into release-3.28Brad King2023-10-311-0/+20
| |\ \ | | |/
* | | Link step: Enable to configure deduplication of librariesMarc Chevrier2023-11-091-2/+75
* | | Link Step: Introduce EntriesProcessing classMarc Chevrier2023-11-081-43/+136
* | | Merge topic 'modules-depends-via-target-objects'Brad King2023-10-311-0/+20
|\ \ \ | |/ / |/| / | |/
| * Fortran: Restore support for TARGET_OBJECTS providing modulesBen Boeckel2023-10-301-0/+19
| * cmComputeLinkDepends: also copy the target from object link itemsBen Boeckel2023-10-271-0/+1
* | IWYU: Update for Debian 12 CI jobBrad King2023-07-281-0/+1
|/
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* cmComputeComponentGraph: use `size_t` for component indicesBen Boeckel2023-01-311-50/+53
* cmComputeComponentGraph: use a name for "invalid component"Ben Boeckel2023-01-311-10/+17
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-3/+3
* LINK_LIBRARIES: Evaluate separately for linking and usage requirementsBrad King2022-03-221-2/+2
* Genex-LINK_GROUP: Add possibility to group libraries at link stepMarc Chevrier2022-02-281-70/+363
* cmComputeDepends::LinkEntry: introduce enum to specify item typeMarc Chevrier2022-02-251-7/+9
* genex-LINK_LIBRARY: rename configuration variablesMarc Chevrier2022-02-161-6/+7
* $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target propertyMarc Chevrier2022-02-081-16/+74
* Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-071-34/+143
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-1/+1
* HIP: Automatically inject the `hip::device` runtime targetRobert Maynard2021-06-071-0/+14
* target_link_libraries: Place $<TARGET_OBJECTS> before librariesBrad King2021-05-291-0/+36
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-6/+6
* cmComputeComponentGraph: Move work out of constructor into Compute() methodKyle Edwards2020-07-281-0/+1
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-2/+2
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-3/+3
* Propagate backtraces from LINK_LIBRARIES through to link line itemsBrad King2020-02-101-8/+9
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-10/+10
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+1
|\
| * cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* | cmComputeLinkDepends: remove manual memory deallocationTushar Maheshwari2019-09-181-13/+9
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-7/+4
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1