| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-03-05 | 1 | -1/+0 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 1 | -0/+1 | |
| | | |||||
| * | Fix the signed-ness within ConvToNum char overloads. | 2020-03-24 | 1 | -4/+4 | |
| | | | | | | It should be signed int with signed char and vice-versa. Currently, anything over 127 as unsigned char would return 0. | ||||
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+2 | |
| | | |||||
| * | Add overloads for ConvToNum to prevent (unsigned) char weirdness. | 2019-01-28 | 1 | -0/+16 | |
| | | |||||
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | 2018-12-12 | 1 | -10/+1 | |
| | | | | | | | | 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. | ||||
| * | 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 | |
