summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionParser.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+3
* cmGeneratorExpression: Use std::move to avoid vector copiesFrank Winklmeier2018-02-211-3/+4
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-135/+100
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Fix some Clang -Wstring-conversion warningsSean McBride2014-12-121-2/+2
* use size_t for GeneratorExpressionContent::ContentLength to fix some warningsRolf Eike Beer2013-10-211-1/+1
* Genex: Fix segfault when parsing ends with parameter expectation.Stephen Kelly2013-08-131-1/+19
* Genex: Don't segfault on $<FOO,>Stephen Kelly2012-11-271-1/+9
* GenEx: Add some more asserts to verify code-sanity.Stephen Kelly2012-10-171-0/+12
* GenEx: Break if there are no more commas in the containerStephen Kelly2012-10-171-0/+4
* GenEx: Fix termination bugs in generator expression parser.Stephen Kelly2012-10-171-13/+24
* GenEx: Parse colon after arguments separator colon specially.Stephen Kelly2012-10-171-2/+9
* GenEx: Parse comma after colon tokens speciallyStephen Kelly2012-10-091-1/+7
* GenEx: It is not an error to specify an empty parameterStephen Kelly2012-10-091-4/+0
* Handle colons as a special case in the generator expression parser.Stephen Kelly2012-09-211-0/+5
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-0/+235