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
/
cmGeneratorExpressionParser.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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