stryku
|
9a777b9e1c
|
Implemented fmt::prepare()
Implementation of fmt::prepare() function and features around it.
|
2019-01-12 10:53:31 -08:00 |
|
Victor Zverovich
|
dc8f8ce4c0
|
Fix handling of dynamic width in chrono formatter
Thanks to Howard Hinnant.
|
2019-01-09 15:23:21 -08:00 |
|
Sign Bit
|
0bbdca5b8b
|
Fix conversion warnings (#989)
* Fix sign conversion warnings
* Ignore unused local typedefs
* Remove cast reported as useless on GCC
* Remove warning on unused variable
* Enable conversion warning checking for pedantic build
* Fix sign-conversion warnings in headers
|
2018-12-20 06:24:19 -08:00 |
|
Victor Zverovich
|
77a7244804
|
Implement fill/align/width for strftime-like formatting
|
2018-12-19 07:03:02 -08:00 |
|
Victor Zverovich
|
3e01376e08
|
Implement fill/align/width parsing in chrono formatter
|
2018-12-16 09:08:11 -08:00 |
|
Victor Zverovich
|
b180b39152
|
Fix default formatting
|
2018-12-12 06:39:47 -08:00 |
|
Victor Zverovich
|
b0f2224719
|
Implement default chrono formatting
|
2018-12-09 15:56:15 -08:00 |
|
Victor Zverovich
|
f54f3d0fb7
|
Move chrono-specific code to a separate header
|
2018-12-09 06:45:20 -08:00 |
|