summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionParser.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+2
* cmGeneratorExpressionEvaluator: Modernize memory managementMarc Chevrier2019-12-051-32/+32
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-9/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+3
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-3/+3
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* 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