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
*
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
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-0/+9
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-279/+176
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-25/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Make cmLinkInterface:: and cmGeneratorTarget::Multiplicity unsigned ints
Christoph GrĂ¼ninger
2016-02-04
1
-1/+1
[next]