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
/
cmGeneratorExpressionParser.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+3
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-9/+4
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-2/+3
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-3/+3
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-3/+3
*
cmGeneratorExpression: Use std::move to avoid vector copies
Frank Winklmeier
2018-02-21
1
-3/+4
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-1/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-135/+100
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-6/+0
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Fix some Clang -Wstring-conversion warnings
Sean McBride
2014-12-12
1
-2/+2
*
use size_t for GeneratorExpressionContent::ContentLength to fix some warnings
Rolf Eike Beer
2013-10-21
1
-1/+1
*
Genex: Fix segfault when parsing ends with parameter expectation.
Stephen Kelly
2013-08-13
1
-1/+19
*
Genex: Don't segfault on $<FOO,>
Stephen Kelly
2012-11-27
1
-1/+9
*
GenEx: Add some more asserts to verify code-sanity.
Stephen Kelly
2012-10-17
1
-0/+12
*
GenEx: Break if there are no more commas in the container
Stephen Kelly
2012-10-17
1
-0/+4
*
GenEx: Fix termination bugs in generator expression parser.
Stephen Kelly
2012-10-17
1
-13/+24
*
GenEx: Parse colon after arguments separator colon specially.
Stephen Kelly
2012-10-17
1
-2/+9
*
GenEx: Parse comma after colon tokens specially
Stephen Kelly
2012-10-09
1
-1/+7
*
GenEx: It is not an error to specify an empty parameter
Stephen Kelly
2012-10-09
1
-4/+0
*
Handle colons as a special case in the generator expression parser.
Stephen Kelly
2012-09-21
1
-0/+5
*
cmGeneratorExpression: Re-write for multi-stage evaluation
Stephen Kelly
2012-09-18
1
-0/+235