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
/
cmGeneratorExpressionDAGChecker.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGeneratorTarget: Pass genex evaluation context to IsTransitiveProperty
Brad King
2025-09-23
1
-3/+1
*
GenEx: Construct cmGeneratorExpressionDAGChecker with full evaluation context
Brad King
2025-09-22
1
-4/+4
*
GenEx: Factor out a dedicated evaluation Context structure
Brad King
2025-09-21
1
-6/+7
*
GenEx: Rename cmGeneratorExpressionContext to cm::GenEx::Evaluation
Brad King
2025-09-21
1
-12/+12
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Merge branch 'backport-3.31-custom-transitive-properties'
Brad King
2025-02-23
1
-14/+9
|
\
|
*
GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive property
Brad King
2025-02-23
1
-3/+9
|
*
cmGeneratorExpressionDAGChecker: De-duplicate constructor signature
Brad King
2025-02-22
1
-13/+2
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-8/+8
*
|
GenEx: Revert "Limit TARGET_PROPERTY transitive closure optimization"
Brad King
2025-01-09
1
-17/+5
*
|
GenEx: Limit TARGET_PROPERTY transitive closure optimization to subgraphs
Michael Herwig
2024-09-10
1
-5/+17
|
/
*
GenEx: Add support for custom transitive compile properties
Brad King
2024-05-21
1
-2/+3
*
cmGeneratorExpressionDAGChecker: Make config name available in constructor
Brad King
2024-05-21
1
-3/+6
*
cmGeneratorExpressionDAGChecker: Simplify transitive property table
Brad King
2024-04-29
1
-42/+10
*
cmGeneratorExpressionDAGChecker: Make local generator available in constructor
Brad King
2024-04-29
1
-3/+5
*
cmGeneratorExpression: Consolidate recognition of transitive properties
Brad King
2024-04-12
1
-8/+16
*
cmGeneratorExpression: Add comments on implementation details
Brad King
2024-04-12
1
-0/+3
*
cmGeneratorExpressionDAGChecker: Simplify finding evaluation graph root
Brad King
2024-04-09
1
-22/+11
*
cmGeneratorExpressionDAGChecker: Simplify member initialization
Brad King
2024-04-09
1
-2/+0
*
cmGeneratorExpressionDAGChecker: Clarify COMPILE_DEFINITIONS special case
Brad King
2024-04-09
1
-4/+5
*
cmGeneratorExpressionDAGChecker: Inline initialization in constructor
Brad King
2024-04-09
1
-14/+9
*
cmGeneratorExpressionDAGChecker: Reduce duplication in constructor
Brad King
2024-04-09
1
-8/+2
*
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-2/+3
*
cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex
Robert Maynard
2023-05-04
1
-0/+8
*
<LANG>_LINKER_LAUNCHER: Allow generator expressions
Kyle Edwards
2023-02-02
1
-0/+9
*
Genex LINK_LIBRARY and LINK_GROUP: check supported properties
Marc Chevrier
2022-07-06
1
-3/+7
*
$<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property
Marc Chevrier
2022-02-08
1
-1/+1
*
Add usage requirements to update direct link dependencies
Brad King
2022-01-29
1
-0/+2
*
cmGeneratorExpressionDAGChecker: Re-order EvaluatingLinkLibraries condition
Brad King
2022-01-29
1
-3/+3
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-3/+3
*
Genex $<COMPILE_LANGUAGE>: Extend contexts supported
Marc Chevrier
2020-07-13
1
-0/+8
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>
Marc Chevrier
2020-04-19
1
-0/+7
*
cmGeneratorExpressionDAGChecker: introduce method Top()
Marc Chevrier
2020-04-18
1
-43/+18
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+2
*
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
Marc Chevrier
2020-02-26
1
-8/+26
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+4
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
cmGeneratorExpressionDAGChecker: Avoid const_cast
Brad King
2019-07-19
1
-3/+1
*
genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>
Marc Chevrier
2019-02-13
1
-8/+2
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-6/+6
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-6/+7
*
clang-tidy: Simplify boolean expressions
Regina Pfeifer
2019-01-15
1
-1/+1
*
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
Marc Chevrier
2018-11-08
1
-0/+12
*
Fix transitive usage requirements through same-name imported targets
Brad King
2018-09-10
1
-6/+7
*
Genex: Add $<TARGET_GENEX_EVAL:...> and $<GENEX_EVAL:...>
Marc Chevrier
2018-04-23
1
-0/+12
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
silence selected clang-tidy violations
Daniel Pfeifer
2016-10-18
1
-2/+3
[next]