summaryrefslogtreecommitdiff
path: root/src/units.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-2/+1
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience.
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer1-3/+3
It's not that useful to make variables that are passed by value const. In the declaration it is even completely ignored.
2009-02-15Fixed compiler warningsBjørn Lindeijer1-2/+2
Comparison between signed and unsigned integer expressions.
2009-02-15Add configurable units systemJared Adams1-0/+233