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
/
cmGeneratorExpressionNode.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-5/+9
|
\
|
*
Merge branch 'backport-3.30-custom-transitive-properties'
Brad King
2025-02-23
1
-5/+9
|
|
\
|
|
*
GenEx: Fix evaluation of LINK_LIBRARIES as custom transitive property
Brad King
2025-02-23
1
-2/+1
|
|
*
cmGeneratorExpressionDAGChecker: De-duplicate constructor signature
Brad King
2025-02-22
1
-3/+8
|
|
*
cmGeneratorExpressionDAGChecker: Construct with initializer list syntax
Brad King
2025-02-22
1
-7/+13
*
|
|
Merge branch 'backport-3.31-custom-transitive-properties' (early part)
Brad King
2025-02-22
1
-7/+13
|
\
\
\
|
|
/
/
|
*
|
cmGeneratorExpressionDAGChecker: Construct with initializer list syntax
Brad King
2025-02-22
1
-7/+13
*
|
|
Refactor: Eliminate redundant `std::to_string` as arg of `cmStrCat`
Alex Turbov
2025-01-26
1
-1/+1
*
|
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-312/+311
*
|
|
CMP0044: Remove support for OLD behavior
Brad King
2025-01-19
1
-17/+0
*
|
|
Merge topic 'revert-genex-tco-subgraph'
Brad King
2025-01-10
1
-3/+2
|
\
\
\
|
|
/
/
|
*
|
GenEx: Revert "Limit TARGET_PROPERTY transitive closure optimization"
Brad King
2025-01-09
1
-3/+2
*
|
|
GenEx $<PATH>: Add NATIVE_PATH sub-command.
Timothy Finnegan
2024-12-14
1
-0/+21
*
|
|
Merge topic 'aix-archive-shared-libraries-genex'
Brad King
2024-11-22
1
-0/+12
|
\
\
\
|
|
/
/
|
*
|
AIX: Disallow TARGET_SONAME_* genex for AIX_SHARED_LIBRARY_ARCHIVE targets
Brad King
2024-11-21
1
-0/+12
*
|
|
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-8/+0
*
|
|
cmGeneratorExpressionNode: Clarify constant in unreachable code path
Brad King
2024-11-13
1
-1/+1
|
/
/
*
|
codespell: Fix typos
Brad King
2024-10-25
1
-7/+7
*
|
GenEx: Limit TARGET_PROPERTY transitive closure optimization to subgraphs
Michael Herwig
2024-09-10
1
-2/+3
|
/
*
GenEx: Add generator expr. for CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT
Deniz Bahadir
2024-05-22
1
-0/+78
*
GenEx: Add support for custom transitive compile properties
Brad King
2024-05-21
1
-5/+7
*
cmGeneratorExpressionDAGChecker: Make config name available in constructor
Brad King
2024-05-21
1
-4/+4
*
cmGeneratorTarget: Clarify enum for specifying purpose of usage requirements
Brad King
2024-05-03
1
-9/+7
*
cmGeneratorTarget: Clarify name for evaluating compile-only usage requirements
Brad King
2024-05-03
1
-2/+2
*
GenEx: Teach TARGET_PROPERTY evaluation to optionally pierce LINK_ONLY
Brad King
2024-04-29
1
-7/+9
*
cmGeneratorExpressionDAGChecker: Simplify transitive property table
Brad King
2024-04-29
1
-17/+4
*
cmGeneratorExpressionDAGChecker: Make local generator available in constructor
Brad King
2024-04-29
1
-3/+5
*
cmGeneratorExpressionNode: Remove outdated lint suppression
Brad King
2024-04-29
1
-2/+1
*
cmGeneratorExpression: Consolidate recognition of transitive properties
Brad King
2024-04-12
1
-4/+2
*
cmGeneratorExpression: Add comments on implementation details
Brad King
2024-04-12
1
-0/+4
*
cmGeneratorTarget: Remove EvaluateInterfaceProperty argument default
Brad King
2024-04-12
1
-4/+6
*
GenEx: Fix COMPATIBLE_INTERFACE_ evaluation outside usage requirements
Brad King
2024-04-11
1
-22/+1
*
GenEx: Remove redundant condition in COMPATIBLE_INTERFACE_ evaluation
Brad King
2024-04-11
1
-2/+1
*
GenEx: Add COMPATIBLE_INTERFACE_ implementation comments
Brad King
2024-04-11
1
-1/+15
*
Tests: Add COMPATIBLE_INTERFACE_ cases outside usage requirements
Brad King
2024-04-11
1
-0/+4
*
GeneratorExpression: Add $<QUOTE> generator expression
Robert Maynard
2024-02-14
1
-0/+2
*
cmGeneratorExpressionNode: Fix short-circuit logic
Martin Duffy
2023-11-13
1
-1/+1
*
Merge topic 'genexp-no-eval'
Brad King
2023-09-26
1
-0/+17
|
\
|
*
cmGeneratorExpressionEvaluator: Short-circuit boolean operators
Martin Duffy
2023-09-13
1
-0/+17
*
|
Merge topic 'cmList-INSERT-regression'
Brad King
2023-08-19
1
-1/+3
|
\
\
|
|
/
|
/
|
|
*
list(INSERT): restore old behavior
Marc Chevrier
2023-08-17
1
-1/+3
*
|
Merge topic 'genex-REMOVE_DUPLICATES-empty'
Brad King
2023-07-13
1
-1/+3
|
\
\
|
|
/
|
*
Genex: Restore REMOVE_DUPLICATES preservation of empty elements
Brad King
2023-07-12
1
-1/+3
*
|
cmList: Add container conversion to string
Marc Chevrier
2023-06-22
1
-7/+7
|
/
*
Merge topic 'compile-only-genex'
Brad King
2023-05-05
1
-1/+24
|
\
|
*
cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex
Robert Maynard
2023-05-04
1
-5/+3
|
*
cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex
Ben Boeckel
2023-04-12
1
-0/+25
*
|
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-14/+10
*
|
cmList class: various enhancements
Marc Chevrier
2023-04-29
1
-11/+16
[next]