fmt/include/fmt
Chris Morgan b242b8f326 Support %P (lowercase am/pm) glibc extension
Fun fact: in glibc you can also spell %P %#p, # meaning “swap case”.
I haven’t implemented glibc’s ^ or # flags.
2023-03-06 13:47:52 +11:00
..
args.h Fix stored type detection 2022-02-05 10:44:34 -08:00
chrono.h Support %P (lowercase am/pm) glibc extension 2023-03-06 13:47:52 +11:00
color.h Optimize writing to buffers via back_insert_iterator 2022-09-12 15:32:12 -07:00
compile.h Cleanup arg id parsing 2022-12-24 16:33:57 -08:00
core.h [msvc] fix warning about non-inline variable 2023-02-11 09:45:13 -08:00
format-inl.h class -> typename 2023-02-18 10:23:42 -08:00
format.h class -> typename 2023-02-18 10:23:42 -08:00
os.h change sopen_s to wsopen_s (fmtlib#3234) (#3293) 2023-02-16 11:17:55 -08:00
ostream.h class -> typename 2023-02-18 10:23:42 -08:00
printf.h Bugfix for fmt::printf on Power9 architecture with the XL compiler (#3256) 2023-01-13 11:36:00 -08:00
ranges.h Call element parse in tuple parse 2023-02-20 12:54:20 -08:00
std.h Fix various typos (#3312) 2023-02-21 15:14:41 -08:00
xchar.h Implement println (#3267) 2023-01-24 12:30:00 -08:00