Elias Kosunen
|
34951f1999
|
Replace comments regarding deprecation with attributes
|
2019-02-02 05:48:39 -08:00 |
|
Victor Zverovich
|
58b6f8db48
|
Format the code using clang-format
|
2019-01-13 06:58:20 -08:00 |
|
stryku
|
9a777b9e1c
|
Implemented fmt::prepare()
Implementation of fmt::prepare() function and features around it.
|
2019-01-12 10:53:31 -08:00 |
|
Denis Blank
|
ae1de3a8d3
|
Add support for using text_style in format and vformat directly (#993)
* Closes #993
|
2019-01-01 09:26:54 -05: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
|
1f92f8a9d8
|
Remove noexcept
|
2018-12-15 06:41:32 -08:00 |
|
Nicolas
|
93fd473b8f
|
Add support for builtin terminal colors. (#974)
|
2018-12-15 06:16:00 -08:00 |
|
Nicolas
|
24594c747e
|
Disable printing the reset escape code when no style modifiers where applied. (#973)
|
2018-12-09 15:57:20 -08:00 |
|
Nicolas
|
749276072f
|
Add file stream support for stylized text printing. (#967)
|
2018-12-09 09:28:48 -08:00 |
|
Victor Zverovich
|
b6bc6ec246
|
Add default ctor and fix use of constexpr macros in text_style
|
2018-12-07 07:22:18 -08:00 |
|
Nicolas
|
81b5c4a5fd
|
Add experimental emphasis support (#961)
|
2018-12-06 07:56:01 -08:00 |
|
Victor Zverovich
|
73cfd8f325
|
Fix colored print
|
2018-10-25 17:18:46 -07:00 |
|
Victor Zverovich
|
ea4010d704
|
Merge has_to_string_view into is_string
|
2018-10-24 18:16:00 -07:00 |
|
Victor Zverovich
|
20c708bf6d
|
Fix build on gcc 4.4
|
2018-10-24 10:52:02 -07:00 |
|
Daniela Engert
|
2c81c851b2
|
Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-10-22 18:25:52 -07:00 |
|
Victor Zverovich
|
655ce53383
|
is_format_string -> is_string
|
2018-10-07 12:45:22 -07:00 |
|
Daniela Engert
|
4cf21f58b2
|
constrain templated format_to on proper format string type.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-09-26 21:05:47 -07:00 |
|
Victor Zverovich
|
48e6dcd0f2
|
Implement workarounds for gcc 4.4
|
2018-09-23 12:29:48 -07:00 |
|
Daniela Engert
|
73c53d7833
|
Parameterize 'printf(rgb color, ...)' and 'vprint_rgb(rgb color, ...)' on the type of the format string.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-09-23 09:15:27 -07:00 |
|
Victor Zverovich
|
bc26fbf1b0
|
Move experimental color API to fmt/color.h
|
2018-09-12 09:04:26 -07:00 |
|