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
*
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
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+8
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-114/+99
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Remove some obsolete declarations
Stephen Kelly
2015-10-27
1
-1/+0
*
cmGeneratorExpression: Port to cmLocalGenerator.
Stephen Kelly
2015-10-12
1
-3/+4
*
cmMakefile: Make cmListFileBacktrace default constructible.
Stephen Kelly
2015-06-02
1
-1/+1
[next]