summaryrefslogtreecommitdiffstats
path: root/src/util/expression-evaluator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+4
* Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Misc. typosluz.paz2018-05-141-1/+1
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-3/+3
* Comment clean up.Matthew Petroff2013-09-161-8/+21
* Add exponent to expression evaluator.Matthew Petroff2013-09-161-0/+1
* C++ify expression evaluator.Matthew Petroff2013-09-161-15/+71
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+45
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-131-0/+80