| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add overloads for ConvToNum to prevent (unsigned) char weirdness. | 2019-01-28 | 1 | -0/+16 | |
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | 2018-12-12 | 1 | -10/+1 | |
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -2/+2 | |
| * | Add no-op ConvToStr(const std::string&) | 2016-02-25 | 1 | -0/+5 | |
| * | Move implementation of ConvTo*() and related functions into convto.h | 2016-02-25 | 1 | -0/+105 |
