| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-11-02 | 1 | -1/+1 | |
| * | Use fmtlib instead of iostream in ConvToStr where available. | 2024-11-01 | 1 | -1/+10 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | We can't explicitly specify the signedness here as it causes issues.•••This reverts commit 023ca96054191b66643425d673acb66c08fa1048. | 2023-05-17 | 1 | -2/+2 | |
| * | Fix some issues with ConvToNum<char> and ConvToStr<char>. | 2023-05-16 | 1 | -6/+6 | |
| * | Remove a now unused overload of ConvToStr. | 2022-10-07 | 1 | -16/+0 | |
| * | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -0/+16 | |
| * | Fix the to_string implementation of ConvToStr.•••I have no idea how I didn't notice this bug when it was originally written. | 2021-05-10 | 1 | -2/+2 | |
| * | Clean up the ConvTo functions.•••- Add a default parameter to ConvToNum. - Use std::to_string for types that implement it. - Document the functions properly. | 2021-04-15 | 1 | -46/+55 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+3 | |
| * | 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.•••It should be signed int with signed char and vice-versa. Currently, anything over 127 as unsigned char would return 0. | 2020-03-24 | 1 | -4/+4 | |
| * | 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>.•••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 |
