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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'backport-genex-refactor' into genex-refactor
Brad King
2025-09-22
1
-3/+2
|
\
|
*
GenEx: Collect evaluation arguments into local Context structures
Brad King
2025-09-22
1
-3/+2
*
|
source: Pass small and trivially copyable types by value
Daniel Pfeifer
2025-08-01
1
-4/+4
|
/
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-7/+7
*
CMP0003: Remove support for OLD behavior
Brad King
2025-01-17
1
-9/+0
*
LINK_LIBRARIES_STRATEGY: Rename strategies to clarify expectations
Brad King
2024-10-25
1
-2/+2
*
Linking: Optionally reorder direct dependencies from LINK_LIBRARIES
Brad King
2024-09-25
1
-1/+9
*
cmComputeLinkDepends: Add final dependency ordering to debug output
Brad King
2024-09-20
1
-0/+1
*
cmComputeLinkDepends: Modernize member initialization
Brad King
2024-09-20
1
-7/+8
*
cmComputeLinkDepends: Remove redundant member
Brad King
2024-09-20
1
-1/+0
*
cmComputeLinkDepends: Replace depender index sentinel value with cm::optional
Brad King
2024-09-20
1
-3/+6
*
cmComputeLinkDepends: Replace group index sentinel value with cm::optional
Brad King
2024-09-20
1
-5/+6
*
LINK_LIBRARY-genex: correct behavior for INTERFACE_LINK_LIBRARIES_DIRECT
Marc Chevrier
2023-11-29
1
-1/+1
*
LinkItem: track `cmSourceFile` instances for external objects
Ben Boeckel
2023-11-23
1
-0/+4
*
cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
Brad King
2023-11-14
1
-1/+0
*
Fortran: Restore support for TARGET_OBJECTS providing modules
Ben Boeckel
2023-10-30
1
-0/+1
*
cmComputeComponentGraph: use `size_t` for component indices
Ben Boeckel
2023-01-31
1
-29/+30
*
cmComputeComponentGraph: use a name for "invalid component"
Ben Boeckel
2023-01-31
1
-2/+3
*
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-2/+14
*
cmComputeDepends::LinkEntry: introduce enum to specify item type
Marc Chevrier
2022-02-25
1
-3/+9
*
$<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property
Marc Chevrier
2022-02-08
1
-1/+7
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-4/+9
*
cmComputeLinkInformation: use cmComputeLinkDepends::LinkEntry
Marc Chevrier
2022-02-06
1
-0/+8
*
target_link_libraries: Place $<TARGET_OBJECTS> before libraries
Brad King
2021-05-29
1
-0/+5
*
OpenWatcom: Add infrastructure to link to object files
Brad King
2021-05-29
1
-0/+1
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
1
-4/+1
*
Merge branch 'backport-3.16-link-line-backtrace'
Brad King
2020-02-10
1
-1/+2
|
\
|
*
Propagate backtraces from LINK_LIBRARIES through to link line items
Brad King
2020-02-10
1
-1/+2
*
|
clang-format: fix erroneous handling of header <queue>
Marc Chevrier
2020-01-06
1
-2/+1
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-5/+6
*
cmComputeLinkDepends: remove manual memory deallocation
Tushar Maheshwari
2019-09-18
1
-1/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-4/+4
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-0/+1
*
modermize: replace some raw pointers w/ `unique_ptr`
Alex Turbov
2019-06-24
1
-1/+1
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+3
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-2/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-8/+2
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-9/+4
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-2/+1
*
Fix dependency propagation through same-name imported targets
Brad King
2018-09-07
1
-3/+3
*
cmLinkItem: Convert to a "sum type" over a string and target pointer
Brad King
2018-09-07
1
-2/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
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
-2/+7
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-13/+27
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
[next]