fmtlegacy/include/fmt
Thomas Bernard abde38b4fb Add compilation support with Newlib nano for embedded targets
Remove the dependency on std::locale to reduce executable sizes

For embedded target the usage of locale bring a huge amount of code to the executable, just to get hold of the thousands separator. Using a static defined thousands separator makes libfmt embedded target friendly.
2018-08-19 07:40:34 -07:00
..
core.h Parameterize vformat to support custom char types 2018-08-05 10:44:59 -07:00
format-inl.h Add compilation support with Newlib nano for embedded targets 2018-08-19 07:40:34 -07:00
format.h Fix C4127 warning in basic_writer<Range>::write_double 2018-08-17 07:36:38 -07:00
ostream.h Fix ambiguous instantiation with formatter in fmt/ostream.h (#830) 2018-08-11 09:13:54 -07:00
posix.h Add compilation support with Newlib nano for embedded targets 2018-08-19 07:40:34 -07:00
printf.h Merge more format overloads 2018-07-22 12:24:47 -07:00
ranges.h Fix MSVC build, take 2 2018-07-04 14:24:07 -07:00
time.h Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) 2018-06-06 15:57:59 +02:00