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
*
Merge topic 'isolate-declarations'
Brad King
2019-08-22
1
-3/+6
|
\
|
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-3/+6
*
|
Merge topic 'shared-string'
Brad King
2019-08-21
1
-1/+1
|
\
\
|
*
|
cmDefinitions: Reduce allocation of keys and values in MakeClosure
Brad King
2019-08-20
1
-1/+1
|
|
/
*
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-9/+4
|
\
\
|
|
/
|
/
|
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-9/+4
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-1/+1
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-12/+10
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-1/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
Genex: Optimize build setting TARGET_PROPERTY evaluation
Brad King
2019-07-23
1
-40/+35
*
Genex: Optimize usage requirement TARGET_PROPERTY recursion
Brad King
2019-07-23
1
-22/+13
*
Genex: In TARGET_PROPERTY check for usage reqs in link libs earlier
Brad King
2019-07-21
1
-25/+26
*
Genex: Re-order TARGET_PROPERTY logic to de-duplicate checks
Brad King
2019-07-21
1
-42/+26
*
Genex: Move TARGET_PROPERTY linked targets evaluation to end
Brad King
2019-07-21
1
-35/+28
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
Genex: CompileLang and CompileLangAndId now match against a list of ids
Robert Maynard
2019-06-03
1
-4/+11
*
Genex: PlatformId now can match against a list of ids.
Robert Maynard
2019-06-03
1
-3/+5
*
Genex: CompilerId now can match against a list of ids.
Robert Maynard
2019-06-03
1
-25/+28
*
Genex: Fix value lifetimes in nested TARGET_PROPERTY evaluation
Brad King
2019-05-22
1
-3/+8
*
Genex: Add COMPILE_LANG_AND_ID generator expression
Robert Maynard
2019-05-14
1
-0/+46
*
Merge topic 'genex-TARGET_FILE_BASE_NAME-manage-postfix'
Brad King
2019-05-03
1
-3/+6
|
\
|
*
Genex: Update $<TARGET_FILE_BASE_NAME:...>: take care of POSTFIX
Marc Chevrier
2019-05-02
1
-3/+6
*
|
Merge topic 'genex-code-cleanup'
Brad King
2019-05-02
1
-416/+175
|
\
\
|
|
/
|
/
|
|
*
cmGeneratorExpressionNode: refactor TargetPropertyNode
Leonid Pospelov
2019-04-22
1
-48/+49
|
*
cmGeneratorExpressionNode: use ctor arguments instead of macro
Leonid Pospelov
2019-04-22
1
-30/+36
|
*
cmGeneratorExpressionNode: add VersionNode
Leonid Pospelov
2019-04-22
1
-84/+10
|
*
cmGeneratorExpressionNode: remove structs CompilerId*, CompilerVersion*
Leonid Pospelov
2019-04-22
1
-166/+43
|
*
cmGeneratorExpressionNode: add CharacterNode
Leonid Pospelov
2019-04-22
1
-36/+8
|
*
cmGeneratorExpressionNode: simplify code in EqualNode
Leonid Pospelov
2019-04-22
1
-54/+29
|
*
cmGeneratorExpressionNode: Simplify static string constant
Brad King
2019-04-22
1
-2/+4
*
|
Merge topic 'relax_TARGET_OBJECT_generator_expr'
Brad King
2019-04-30
1
-2/+8
|
\
\
|
*
|
Relax the usage of TARGET_OBJECTS generator expression
Robert Maynard
2019-04-19
1
-2/+8
*
|
|
Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...>
Marc Chevrier
2019-04-15
1
-16/+16
|
|
/
|
/
|
*
|
Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...>
Marc Chevrier
2019-04-10
1
-0/+117
*
|
Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex>
Sebastian Lipponer
2019-04-08
1
-0/+47
*
|
Genex: Add capability to retrieve base name for various target artifacts
Marc Chevrier
2019-04-08
1
-0/+123
*
|
Refactor struct TargetFileSystemArtifact
Marc Chevrier
2019-04-08
1
-10/+31
*
|
Genex: Add $<REMOVE_DUPLICATES:list>
Sebastian Lipponer
2019-04-01
1
-0/+30
|
/
*
Merge topic 'cuda_compiler_generator_expressions'
Brad King
2019-03-13
1
-2/+48
|
\
|
*
CUDA: Support compiler id and version generator expressions
Robert Maynard
2019-03-11
1
-0/+46
|
*
All VersionNode use the same capitalization pattern
Robert Maynard
2019-03-11
1
-2/+2
*
|
Genex: Teach SHELL_PATH to support a list of paths
Henri Manson
2019-03-11
1
-4/+20
|
/
*
cmGeneratorExpressionNode: Initialize node key map in class constructor
Sebastian Holtermann
2019-02-27
1
-68/+69
*
Merge topic 'genex-GENEX_EVAL-fix-recursion'
Brad King
2019-02-13
1
-2/+2
|
\
|
*
genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>
Marc Chevrier
2019-02-13
1
-2/+2
*
|
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-5/+3
*
|
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-16/+16
|
/
*
clang-tidy: Silence use-equals-default warning
Regina Pfeifer
2019-01-30
1
-1/+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-47/+49
[next]