summaryrefslogtreecommitdiff
path: root/Source/cmExprParserHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-7/+9
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-7/+5
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* math: Restore toleration of unexpected characters in an expressionBrad King2018-07-161-0/+9
* cmExprParserHelper: Simplify error state trackingBrad King2018-07-161-6/+2
* cmExprParserHelper: Remove some unused codeBrad King2018-07-161-9/+0
* math: Reject unexpected expression input explicitlyDaniel Franke2018-06-261-1/+34
* math: Use 64-bit integer type for computationDaniel Franke2018-06-221-1/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+4
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-3/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-36/+25
* Source: Sort includes the way clang-format wouldBrad King2016-05-031-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Include cmMakefile.h before cm*Lexer.h to get stdint.h firstBrad King2013-08-071-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Remove cmExprParserHelper::SetLineFile()Yury G. Kudryashov2012-03-031-6/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: fix line lengthKen Martin2006-05-111-12/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-0/+133