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: Add policy to handle empty list items in $<IN_LIST:...>
Kyle Edwards
2018-11-19
1
-5/+30
*
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
Marc Chevrier
2018-11-08
1
-1/+2
*
Merge topic 'getsafedef-stdstring'
Brad King
2018-09-18
1
-14/+16
|
\
|
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-14/+16
*
|
Make internal TARGET_PROPERTY generator expressions more robust
Brad King
2018-09-12
1
-1/+3
|
/
*
Fix transitive usage requirements through same-name imported targets
Brad King
2018-09-10
1
-7/+6
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-1/+1
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-8/+11
*
Genex: Allow COMPILE_LANGUAGE to name a language that is not loaded
Henry Schreiner
2018-05-03
1
-9/+0
*
Genex: Add $<TARGET_GENEX_EVAL:...> and $<GENEX_EVAL:...>
Marc Chevrier
2018-04-23
1
-1/+112
*
cmGeneratorTarget: Make import library checks config-aware
Michael Stürmer
2018-04-05
1
-1/+2
*
genex: Add TARGET_NAME_IF_EXISTS expression
Alex Turbov
2018-03-28
1
-0/+35
*
genex: Add TARGET_EXISTS to check for target existence
Alex Turbov
2018-03-09
1
-0/+32
*
Genex: Add IN_LIST logical operator
Marc Chevrier
2018-02-07
1
-0/+26
*
Merge topic 'std-string-apis'
Brad King
2018-02-01
1
-2/+1
|
\
|
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+1
*
|
cmGeneratorExpressionNode: avoid some strlen in $<TARGET_PROPERTY>
Ben Boeckel
2018-01-31
1
-1/+2
|
/
*
Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode
Brad King
2018-01-12
1
-28/+9
*
Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode
Brad King
2018-01-12
1
-6/+6
*
Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio
Brad King
2017-11-20
1
-3/+2
*
Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual Studio
Brad King
2017-11-17
1
-6/+10
*
Genex: Fix COMPILE_LANGUAGE messages to allow file(GENERATE) with Xcode
Brad King
2017-11-17
1
-2/+2
*
Replace cmArray{Begin,End,Size} by their standard counterparts
Matthias Maennich
2017-10-23
1
-2/+2
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-2/+2
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-212/+212
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-24/+18
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-2/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-9/+8
*
cmGeneratorExpressionNode: add some missing commas
Ben Boeckel
2017-08-03
1
-1/+1
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-0/+2
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-2/+6
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-16/+27
*
Genex: Allow TARGET_OBJECTS to be used everywhere
Robert Maynard
2017-04-18
1
-7/+25
*
Genex: Reject TARGET_OBJECTS on non-object libraries earlier
Brad King
2017-04-18
1
-9/+8
*
cmGeneratorTarget: Factor out a GetTargetObjectNames method
Brad King
2017-04-18
1
-29/+11
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-3/+3
*
cmMakefile: Create an explicit "Object Libraries" source group
Brad King
2017-04-11
1
-5/+5
*
Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressions
Gregor Jasny
2017-03-30
1
-0/+61
*
Genex: Add `IF` generator expression
Colby Pike
2017-01-26
1
-0/+22
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
Merge topic 'clang-tidy'
Brad King
2016-10-20
1
-2/+2
|
\
|
*
silence selected clang-tidy violations
Daniel Pfeifer
2016-10-18
1
-2/+2
*
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-9/+9
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Genex: Diagnose invalid LINK_ONLY usage instead of crashing
Brad King
2016-09-05
1
-3/+8
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-5/+31
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+4
[next]