summaryrefslogtreecommitdiffstats
path: root/Source/cmExprParserHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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