|
|
a921676b77
|
Reintroduced previously erroneously removed memcpy
|
2022-02-15 10:29:23 +01:00 |
|
|
|
39c1636858
|
Replaced <cstdint> with <stdint.h>
|
2022-02-15 10:01:55 +01:00 |
|
|
|
e4ebd0163b
|
Removed memcpy and <cstring>
|
2022-02-15 09:58:47 +01:00 |
|
|
|
5e4f242796
|
Renamed functions dedicated to decimal to better reflect their function
|
2022-02-15 09:47:28 +01:00 |
|
|
|
fa0fef37db
|
Rewrote format_impl.h functions to work with both decimal and binary
|
2022-02-15 09:37:41 +01:00 |
|
|
|
9c22b2a084
|
Added test cases for floats
|
2022-02-13 23:40:16 +01:00 |
|
|
|
9bf3e63058
|
Implemented format_float in terms of format_int
|
2022-02-13 23:12:25 +01:00 |
|
|
|
4666b4e737
|
Added proper error handling for too long ints
|
2022-02-13 21:57:43 +01:00 |
|
|
|
1338888e0b
|
Now deciding at compile time how to format minus sign
|
2022-02-13 21:52:52 +01:00 |
|
|
|
2ecc001a64
|
Put everything into a new 'const_fmt' namespace; Renamed namespace detail to const_fmt_detail
|
2022-02-13 17:48:24 +01:00 |
|
|
|
55ff861f67
|
Renamed inc directory to const_fmt
|
2022-02-09 17:51:37 +01:00 |
|