summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionLexer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-2/+0
* cmGeneratorExpressionLexer: only tokenize strings with a '$'Ben Boeckel2018-01-311-0/+6
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-10/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-25/+20
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* cmGeneratorExpression: Tokenize over stringsBen Boeckel2014-03-081-4/+2
* cmGeneratorExpressionLexer: Use a switch statement to parseBen Boeckel2014-02-211-35/+35
* cmGeneratorExpression: Re-write for multi-stage evaluationStephen Kelly2012-09-181-0/+85