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
*
GenEx: Partially restore pre-CMP0199 behavior of $<CONFIG>
Matthew Woehlke
10 days
1
-56/+69
*
IWYU: Update for Debian 13 CI job
Brad King
2025-11-12
1
-0/+1
*
genex: Add TARGET_INTERMEDIATE_DIR expression
Martin Duffy
2025-10-09
1
-0/+66
*
cmGeneratorExpressionNode: Factor out HasKnownObjectFileLocation check
Martin Duffy
2025-10-08
1
-13/+27
*
cmLinkItem: Remove redundant cmLinkImplItem class
Craig Scott
2025-10-07
1
-1/+1
*
Merge topic 'genex-transitive-link-libraries'
Brad King
2025-09-30
1
-1/+2
|
\
|
*
CMP0189: Restore support for linking `$<TARGET_PROPERTY:tgt,LINK_LIBRARIES>`
Brad King
2025-09-29
1
-1/+2
*
|
Merge topic 'pdb-postfix'
Brad King
2025-09-26
1
-17/+30
|
\
\
|
*
|
GenEx: Add POSTFIX option to $<TARGET_PDB_FILE_BASE_NAME>
Marc Chevrier
2025-09-25
1
-19/+28
|
*
|
PDB: Always add the target per-config POSTFIX to .pdb names
Marc Chevrier
2025-09-25
1
-1/+5
*
|
|
Merge topic 'file-GENERATE-CMP0189'
Brad King
2025-09-24
1
-2/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cmGeneratorTarget: Pass genex evaluation context to IsTransitiveProperty
Brad King
2025-09-23
1
-2/+1
*
|
GenEx: add POSTFIX option to $<TARGET_FILE_BASE_NAME>
Marc Chevrier
2025-09-22
1
-25/+74
*
|
Merge branch 'backport-genex-refactor' into genex-refactor
Brad King
2025-09-22
1
-7/+4
|
\
\
|
|
/
|
*
GenEx: Consolidate target property evaluation context arguments
Brad King
2025-09-22
1
-2/+1
|
*
GenEx: Construct cmGeneratorExpressionDAGChecker with full evaluation context
Brad King
2025-09-22
1
-5/+3
|
*
GenEx: Factor out a dedicated evaluation Context structure
Brad King
2025-09-21
1
-145/+167
|
*
GenEx: Rename cmGeneratorExpressionContext to cm::GenEx::Evaluation
Brad King
2025-09-21
1
-680/+576
*
|
GenEx: Factor out a dedicated evaluation Context structure
Brad King
2025-09-22
1
-148/+170
*
|
GenEx: Rename cmGeneratorExpressionContext to cm::GenEx::Evaluation
Brad King
2025-09-22
1
-702/+595
*
|
Merge branch 'backport-genex-refactor' into genex-refactor
Brad King
2025-09-22
1
-9/+10
|
\
\
|
|
/
|
*
cmGeneratorExpressionNode: Simplify EvaluateDependentExpression signature
Brad King
2025-09-21
1
-9/+10
*
|
FASTBuild: Add generator
Eduard Voronkin
2025-08-26
1
-0/+4
*
|
Merge topic 'pass-trivial-by-value'
Brad King
2025-08-02
1
-3/+3
|
\
\
|
*
|
source: Pass small and trivially copyable types by value
Daniel Pfeifer
2025-08-01
1
-3/+3
*
|
|
GenEx: Fix evaluation of $<CONFIG> on imported targets
Matthew Woehlke
2025-07-30
1
-23/+94
*
|
|
cmGeneratorExpressionNode: Remove dead code from ConfigurationTestNode
Matthew Woehlke
2025-07-30
1
-2/+0
|
/
/
*
|
GenEx: add expressions related to linker
Marc Chevrier
2025-06-19
1
-0/+161
|
/
*
cmGeneratorExpression: Constify use of cmLocalGenerator
Brad King
2025-04-15
1
-7/+7
*
GenEx: Fix TARGET_PDB_FILE_BASE_NAME with PDB_NAME and DEBUG_POSTFIX
Giacomo Rombaut
2025-03-06
1
-2/+1
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Merge topic 'custom-transitive-properties'
Brad King
2025-02-24
1
-9/+19
|
\
|
*
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
*
|
|
|
regex: Match ^ at most once in repeated searches
Nikita Nemkin
2025-02-13
1
-0/+5
|
/
/
/
*
|
|
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
|
/
/
[next]