This website requires JavaScript.
Explore
Help
Sign In
an.tsouchlos
/
const_fmt
Watch
1
Star
0
Fork
0
You've already forked const_fmt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7115e09aca
const_fmt
/
const_fmt
History
Andreas Tsouchlos
7115e09aca
Implemented count_digits for hex and started implementing digits2_base
2022-02-15 11:13:15 +01:00
..
format_impl.h
Implemented count_digits for hex and started implementing digits2_base
2022-02-15 11:13:15 +01:00
format.h
Rewrote format_impl.h functions to work with both decimal and binary
2022-02-15 09:37:41 +01:00
parse.h
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
types.h
Put everything into a new 'const_fmt' namespace; Renamed namespace detail to const_fmt_detail
2022-02-13 17:48:24 +01:00
utility.h
PreZero padding now being handled by preprocessing
2022-02-13 20:47:41 +01:00