index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmGeneratorExpression.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGeneratorExpression: remove const char* overloads
Vitaly Stakhovsky
2020-03-08
1
-17
/
+0
*
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
Marc Chevrier
2020-02-26
1
-0
/
+3
*
cmGeneratorExpressionEvaluator: Modernize memory management
Marc Chevrier
2019-12-05
1
-7
/
+3
*
Refactor: Generalize cmExportInstallFileGenerator::ReplaceInstallPrefix()
Kyle Edwards
2019-11-01
1
-0
/
+14
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2
/
+3
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-0
/
+25
*
cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering
Daniel Eiband
2019-09-22
1
-12
/
+2
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-14
/
+22
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1
/
+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-3
/
+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-3
/
+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2
/
+3
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1
/
+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3
/
+1
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-6
/
+5
*
Source: Modernize for loops, add const modifiers
Vitaly Stakhovsky
2018-12-31
1
-9
/
+4
*
Refactoring: introduce function to check if a string is a generator expression
Marc Chevrier
2018-09-25
1
-3
/
+3
*
Fix transitive usage requirements through same-name imported targets
Brad King
2018-09-10
1
-2
/
+1
*
genex: Simplify cmGeneratorExpressionInterpreter
Brad King
2018-09-07
1
-6
/
+9
*
Genex: Return Evaluate results as const std::string&
Vitaly Stakhovsky
2018-08-28
1
-3
/
+3
*
EvaluateExpression() returns std::string
Vitaly Stakhovsky
2018-08-16
1
-2
/
+2
*
cmCompiledGeneratorExpression::Evaluate(): return const std::string&
Vitaly Stakhovsky
2018-08-09
1
-6
/
+5
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1
/
+1
*
Genex: Per-source $<COMPILE_LANGUAGE:...> support
Marc Chevrier
2017-12-13
1
-0
/
+16
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-26
1
-4
/
+4
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-16
1
-3
/
+3
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-5
/
+4
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1
/
+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-3
/
+3
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1
/
+1
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-1
/
+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-3
/
+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-3
/
+5
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-1
/
+2
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-3
/
+3
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-2
/
+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-215
/
+147
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-16
/
+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1
/
+1
*
Genex: Port some access API to cmGeneratorTarget.
Stephen Kelly
2015-10-15
1
-4
/
+4
*
cmGeneratorExpression: Port interface to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-3
/
+3
*
cmGeneratorExpression: Port to cmLocalGenerator.
Stephen Kelly
2015-10-12
1
-5
/
+5
*
Genex: Store a backtrace, not a pointer to one.
Stephen Kelly
2015-07-17
1
-4
/
+2
*
cmMakefile: Make cmListFileBacktrace default constructible.
Stephen Kelly
2015-06-03
1
-1
/
+1
*
Merge topic 'refactor-cmGeneratorExpression'
Brad King
2015-03-12
1
-14
/
+13
|
\
|
*
Genex: Extend cmGeneratorExpressionContext constructor.
Stephen Kelly
2015-03-11
1
-13
/
+4
|
*
Genex: Extract an evaluateWithContext method.
Stephen Kelly
2015-03-10
1
-12
/
+20
*
|
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-11
1
-0
/
+1
|
/
*
Genex: Add a COMPILE_LANGUAGE generator expression.
Stephen Kelly
2015-03-07
1
-3
/
+7
[next]