summaryrefslogtreecommitdiff
path: root/Source/cmExprParserHelper.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* math: Restore toleration of unexpected characters in an expressionBrad King2018-07-161-0/+5
* cmExprParserHelper: Remove some unused codeBrad King2018-07-161-1/+0
* math: Reject unexpected expression input explicitlyDaniel Franke2018-06-261-0/+1
* math: Use 64-bit integer type for computationDaniel Franke2018-06-221-4/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ParserHelper: Move macros to bottom of filesDaniel Pfeifer2017-02-201-12/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-5/+3
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-4/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Remove cmExprParserHelper::SetLineFile()Yury G. Kudryashov2012-03-031-2/+0
* Remove UnionsAvailable member from 2 classesYury G. Kudryashov2012-03-031-1/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-6/+6
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-0/+79