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: $<CONFIG:> now supports multiple configurations
Robert Maynard
2020-06-24
1
-12/+16
*
Refactor language standard computation
Justin Goshi
2020-06-16
1
-2/+2
*
cmMakefile: Change CompileFeatureKnown to take target name instead of target
Justin Goshi
2020-06-15
1
-1/+1
*
add_library/add_executable: allow local alias to imported targets
Marc Chevrier
2020-06-02
1
-0/+8
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Merge topic 'stl-support'
Brad King
2020-05-01
1
-2/+1
|
\
|
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
|
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-9/+8
|
/
*
Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>
Marc Chevrier
2020-04-19
1
-0/+68
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-4/+5
*
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-5/+5
*
cmTarget: minor code improvements
Vitaly Stakhovsky
2020-03-17
1
-3/+3
*
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
Marc Chevrier
2020-02-26
1
-0/+149
*
cm::String: enhance compatibility with STL
Marc Chevrier
2020-01-25
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-17/+18
*
Languages: Add support for Objective-C++
Steve Wilson
2019-09-28
1
-1/+7
*
cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering
Daniel Eiband
2019-09-22
1
-8/+8
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-2/+3
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+2
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-3/+3
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+3
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+3
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-8/+6
*
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
[next]