|
|
2933676ea2
|
Fixed bug in hex formatting, wrote tests for hex int formatting
|
2022-02-15 11:34:49 +01:00 |
|
|
|
7115e09aca
|
Implemented count_digits for hex and started implementing digits2_base
|
2022-02-15 11:13:15 +01:00 |
|
|
|
fa0fef37db
|
Rewrote format_impl.h functions to work with both decimal and binary
|
2022-02-15 09:37:41 +01:00 |
|
|
|
008c71381c
|
Changed example to show float formatting
|
2022-02-13 23:43:38 +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 |
|
|
|
4128ede5db
|
English
|
2022-02-13 19:43:22 +01:00 |
|
|
|
bb5f4d5272
|
Renamed a bunch of identifiers to make sure there are no clashes with software this might be used in (fmt -> const_fmt)
|
2022-02-13 17:56:09 +01:00 |
|
|
|
3db91aebda
|
Proper example
|
2022-02-13 17:53:17 +01:00 |
|
|
|
9626f5efc4
|
Added examples folder and CMakeLists.txt in repo root directory
|
2022-02-13 17:40:33 +01:00 |
|