index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmComputeLinkDepends.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'target-objects'
Brad King
2023-11-15
1
-20/+2
|
\
|
*
Merge branch 'backport-target-objects' into target-objects
Brad King
2023-11-14
1
-20/+2
|
|
\
|
|
*
cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
Brad King
2023-11-14
1
-20/+2
|
*
|
Merge topic 'modules-depends-via-target-objects' into release-3.28
Brad King
2023-10-31
1
-0/+20
|
|
\
\
|
|
|
/
*
|
|
Link step: Enable to configure deduplication of libraries
Marc Chevrier
2023-11-09
1
-2/+75
*
|
|
Link Step: Introduce EntriesProcessing class
Marc Chevrier
2023-11-08
1
-43/+136
*
|
|
Merge topic 'modules-depends-via-target-objects'
Brad King
2023-10-31
1
-0/+20
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fortran: Restore support for TARGET_OBJECTS providing modules
Ben Boeckel
2023-10-30
1
-0/+19
|
*
cmComputeLinkDepends: also copy the target from object link items
Ben Boeckel
2023-10-27
1
-0/+1
*
|
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-0/+1
|
/
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-1/+2
*
cmComputeComponentGraph: use `size_t` for component indices
Ben Boeckel
2023-01-31
1
-50/+53
*
cmComputeComponentGraph: use a name for "invalid component"
Ben Boeckel
2023-01-31
1
-10/+17
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-3/+3
*
LINK_LIBRARIES: Evaluate separately for linking and usage requirements
Brad King
2022-03-22
1
-2/+2
*
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-70/+363
*
cmComputeDepends::LinkEntry: introduce enum to specify item type
Marc Chevrier
2022-02-25
1
-7/+9
*
genex-LINK_LIBRARY: rename configuration variables
Marc Chevrier
2022-02-16
1
-6/+7
*
$<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property
Marc Chevrier
2022-02-08
1
-16/+74
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-34/+143
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3/+3
*
Refactor: Convert parallel string/backtrace vectors to BT vectors
Kyle Edwards
2021-09-03
1
-1/+1
*
HIP: Automatically inject the `hip::device` runtime target
Robert Maynard
2021-06-07
1
-0/+14
*
target_link_libraries: Place $<TARGET_OBJECTS> before libraries
Brad King
2021-05-29
1
-0/+36
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-6/+6
*
cmComputeComponentGraph: Move work out of constructor into Compute() method
Kyle Edwards
2020-07-28
1
-0/+1
*
Fix typos identified using codespell
Jean-Christophe Fillion-Robin
2020-07-22
1
-2/+2
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-3/+3
*
Propagate backtraces from LINK_LIBRARIES through to link line items
Brad King
2020-02-10
1
-8/+9
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-10/+10
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-1/+1
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
cmComputeLinkDepends: remove manual memory deallocation
Tushar Maheshwari
2019-09-18
1
-13/+9
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-7/+4
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-4/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-0/+2
*
modermize: replace some raw pointers w/ `unique_ptr`
Alex Turbov
2019-06-24
1
-2/+2
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-12/+6
*
Track backtraces in target dependencies internally
Brad King
2018-10-18
1
-3/+8
*
cmLinkItem: Add backtrace
Brad King
2018-10-18
1
-1/+2
*
Fix dependency propagation through same-name imported targets
Brad King
2018-09-07
1
-10/+9
*
cmLinkItem: Convert to a "sum type" over a string and target pointer
Brad King
2018-09-07
1
-14/+16
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-4/+3
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-52/+39
[next]