summaryrefslogtreecommitdiff
path: root/Source/cmMathCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-2/+2
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+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-3/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmCommand refactor: cmMathCommandGabor Bencze2019-08-201-15/+22
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* math: Restore toleration of unexpected characters in an expressionBrad King2018-07-161-0/+6
* math: Add options to calculate and format output as hexadecimalDaniel Franke2018-07-031-2/+56
* math: Reject unexpected expression input explicitlyDaniel Franke2018-06-261-3/+3
* math: Use 64-bit integer type for computationDaniel Franke2018-06-221-3/+4
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-17/+13
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-0/+65