Commit Graph

  • 167f8fe325 Fix a typo in api.rst Dmitry Petrashko 2018-10-10 10:14:36 -07:00
  • 57983423c3 Remove signbit workaround Victor Zverovich 2018-10-10 09:41:01 -07:00
  • 7bebb3e128 Clarify overload resolution in docs Victor Zverovich 2018-10-10 09:40:24 -07:00
  • 939fbe5567 Remove basic_fixed_buffer. superfunc 2018-10-08 09:30:27 -07:00
  • 61f81a0719 minor documentation corrections Mathew Cucuzella 2018-10-08 00:56:10 -07:00
  • f27defc639 Parameterize printf functions on the type of the format string. Daniela Engert 2018-10-07 14:38:29 +02:00
  • 6a685571df Make 'std::*::basic_string_view' a valid argument type for 'format_str' parameters. Daniela Engert 2018-10-07 18:54:12 +02:00
  • 87a0408c64 Fix ostream.h build Victor Zverovich 2018-10-07 12:58:20 -07:00
  • 2b5acad4a9 Remove redundant size argument to write_padded Victor Zverovich 2018-10-07 09:28:45 -07:00
  • 655ce53383 is_format_string -> is_string Victor Zverovich 2018-10-07 07:48:27 -07:00
  • fea712abb1 Parameterize ostream functions on the type of the format string. Daniela Engert 2018-10-07 15:03:58 +02:00
  • f16a118e88 Fix non-matching char types. Daniela Engert 2018-10-07 08:20:01 +02:00
  • 041bf83d9b Improve fmt::format readability Victor Zverovich 2018-10-05 18:42:02 -07:00
  • 2299032392 Document how to write a formatter for a type hierarchy Victor Zverovich 2018-10-05 13:21:29 -07:00
  • f5480635c0 visit -> visit_format_arg Victor Zverovich 2018-10-05 07:15:41 -07:00
  • cdf3fa08dc Put related code together in fmt/core.h Victor Zverovich 2018-10-04 18:06:21 -07:00
  • 38325248e5 Count width in code points (#628) Victor Zverovich 2018-10-03 18:22:26 -07:00
  • deb901b9e4 Parameterize core functions on the type of the format string. Daniela Engert 2018-09-30 08:58:59 +02:00
  • 0f98de3011 Update docs Victor Zverovich 2018-10-03 10:33:51 -07:00
  • c797708fcc Workaround strlen being non-constexpr in ARM toolchain Victor Zverovich 2018-10-03 09:14:45 -07:00
  • 49b4c1e9db Update docs Victor Zverovich 2018-10-02 06:21:19 -07:00
  • 63a87beba4 Add to_string_view Victor Zverovich 2018-10-01 07:34:13 -07:00
  • 4e0c314654 checked_format_args -> checked_args Victor Zverovich 2018-10-01 07:06:53 -07:00
  • c3538a1eee Simplify variadic functions further Victor Zverovich 2018-09-30 22:19:32 -07:00
  • 2d7d0835d7 Simplify variadic functions Victor Zverovich 2018-09-30 17:45:14 -07:00
  • 3f4cfa6c60 Implement UTF-8 string support Victor Zverovich 2018-09-30 14:09:03 -07:00
  • f8027414f5 Impelement char8_t support Victor Zverovich 2018-09-30 11:39:20 -07:00
  • 76a47d41c8 Cleanup the use of FMT_CHAR Victor Zverovich 2018-09-30 08:45:57 -07:00
  • 267fdc7a1b Parameterize core functions on the type of the format string. Daniela Engert 2018-09-27 19:58:07 +02:00
  • 5bced12421 Parameterize more functions on string type Victor Zverovich 2018-09-30 07:03:08 -07:00
  • 674999c527 fix vs2017 warning fmt::v5::localtime 'not all control paths return a value'. Steven Hoving 2018-09-30 14:49:39 +02:00
  • e4fea22d15 Make char8_t a strongly-typed enum Victor Zverovich 2018-09-29 16:25:02 -07:00
  • 66992e90d2 Clarify that writing to memory_buffer appends (#877) Victor Zverovich 2018-09-28 06:22:12 -07:00
  • e864acfdbd Fix compilation with intel compilers (ICC/ICPC) v14.0 Guillaume Fraux 2018-09-26 13:22:49 +00:00
  • 4cf21f58b2 constrain templated format_to on proper format string type. Daniela Engert 2018-09-25 17:47:53 +02:00
  • d7f17613f5 Fix compilation on platforms with exotic double (#878) Victor Zverovich 2018-09-26 08:45:34 -07:00
  • e4ca37ccf6 Parameterize format_to on string type (#880) Victor Zverovich 2018-09-25 07:47:15 -07:00
  • d66fa2216e Reduce syntactic noise Victor Zverovich 2018-09-23 12:54:25 -07:00
  • 48e6dcd0f2 Implement workarounds for gcc 4.4 Victor Zverovich 2018-09-23 12:12:47 -07:00
  • 0ea3221d34 Remove is_named_arg and add FMT_CHAR Victor Zverovich 2018-09-23 09:44:01 -07:00
  • 73c53d7833 Parameterize 'printf(rgb color, ...)' and 'vprint_rgb(rgb color, ...)' on the type of the format string. Daniela Engert 2018-09-17 18:21:24 +02:00
  • d41be23acd Simplify string_view detection Victor Zverovich 2018-09-22 19:46:57 -07:00
  • 2def9e4c82 Remove FMT_DTOR_NOEXCEPT Victor Zverovich 2018-09-22 18:51:32 -07:00
  • ff6e46ed97 More cleanup Victor Zverovich 2018-09-22 16:00:34 -07:00
  • 715f2b4c00 Remove require_wchar and internalize no_formatter_error Victor Zverovich 2018-09-21 18:25:24 -07:00
  • ec0cdc46f6 Workaround Windows slowness Victor Zverovich 2018-09-21 13:55:33 -07:00
  • 3e75ad9822 Update version 5.2.1 Victor Zverovich 2018-09-21 10:18:51 -07:00
  • 4f043f8e00 Bump version Victor Zverovich 2018-09-21 10:07:56 -07:00
  • cc02cbc455 Fix formatting Victor Zverovich 2018-09-21 08:45:31 -07:00
  • 73c0238e3b Update changelog Victor Zverovich 2018-09-21 08:17:26 -07:00
  • cb122a4d03 Fix format_to formatting to wmemory_buffer Victor Zverovich 2018-09-21 07:56:30 -07:00
  • dc69cc45d2 Clean tests Victor Zverovich 2018-09-21 07:21:49 -07:00
  • 9d8021f0d6 Add checks for NVIDIA's CUDA compiler Candy Gumdrop 2018-09-21 10:44:42 +01:00
  • 9d2221b954 Improve error message when formatting unknown types Jonathan Müller 2018-09-19 14:51:01 +02:00
  • 70a6a4bb01 prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) hhggit 2018-09-18 10:30:06 +08:00
  • e4fc856c2f Disable android build due to gradle issues Victor Zverovich 2018-09-19 19:53:47 -07:00
  • 3f4984fb36 Clean core-test and fix linkage errors on older gcc Victor Zverovich 2018-09-19 08:55:45 -07:00
  • d43665056d Workaround visit lookup issues in printf.h on gcc medithe 2018-09-19 08:10:25 +02:00
  • 894b6fac8e Changed to use scoped enum Daniel Marshall 2018-09-16 17:09:15 +01:00
  • 59f555ad8f Workaround more visit lookup issues on gcc Victor Zverovich 2018-09-15 08:25:57 -07:00
  • a7e356cc80 Update README.rst Victor Zverovich 2018-09-14 07:52:30 -07:00
  • e758bfbae1 Merge branch 'release' of github.com:fmtlib/fmt Victor Zverovich 2018-09-13 07:38:23 -07:00
  • 66381e308d Minor cleanup Victor Zverovich 2018-09-13 07:37:20 -07:00
  • 295a0d84d9 Update version 5.2.0 Victor Zverovich 2018-09-13 07:28:20 -07:00
  • 1fb1c4c912 Update docs Victor Zverovich 2018-09-13 07:20:43 -07:00
  • 465a593536 Add table support to rst2md Victor Zverovich 2018-09-13 07:15:18 -07:00
  • d62f4c3bc1 Formatting Victor Zverovich 2018-09-12 19:00:26 -07:00
  • a243490ad7 Add more methods to benchmark results Victor Zverovich 2018-09-12 18:28:26 -07:00
  • 9e12ca6069 Update changelog Victor Zverovich 2018-09-12 17:34:16 -07:00
  • fbca830dd1 Update changelog, readme and improve compat Victor Zverovich 2018-09-12 12:44:04 -07:00
  • 6146248cf4 Update changelog Victor Zverovich 2018-09-12 10:39:08 -07:00
  • bc26fbf1b0 Move experimental color API to fmt/color.h Victor Zverovich 2018-09-12 09:04:26 -07:00
  • 97cc889374 Workaround a visit lookup issue in gcc 8 (#851) Victor Zverovich 2018-09-12 08:39:24 -07:00
  • 7110b46076 Optimize default formatting Victor Zverovich 2018-09-12 07:34:22 -07:00
  • c8a8464f7d Optimize buffer construction Victor Zverovich 2018-09-12 06:17:13 -07:00
  • 8cbfb6e727 Get rid of conversion warning in gcc-4.8 (#854) medithe 2018-09-11 15:14:39 +02:00
  • 6ffc828a79 Phasing out null_terminating_iterator Victor Zverovich 2018-09-09 09:47:28 -07:00
  • aeb6add336 Skip strchr for the common case Victor Zverovich 2018-09-09 09:08:41 -07:00
  • 5614289dd8 Optimize and simplify format string parsing Victor Zverovich 2018-09-09 08:41:27 -07:00
  • 10c7f89351 Optimize format string processing on dumb compilers Victor Zverovich 2018-09-09 08:13:06 -07:00
  • 59c268a5f8 Use strlen when possible since it's constexpr on gcc Victor Zverovich 2018-09-08 16:17:22 -07:00
  • 918bb1ce8f Optimize argument capture Victor Zverovich 2018-09-08 13:09:44 -07:00
  • a3ba6b4f62 Disable the fmt(...) macro by default (#853) Victor Zverovich 2018-09-08 09:55:41 -07:00
  • 8671689449 Update docs and formatting Victor Zverovich 2018-09-08 09:06:54 -07:00
  • cc10b4607f Make format_to faster on older gcc Victor Zverovich 2018-09-08 07:22:29 -07:00
  • 981797f059 Get rid of implicit-fallthrough warn. in GCC 7 and 8 medithe 2018-09-07 17:53:15 +02:00
  • 2117775747 Micro-optimize parsing Victor Zverovich 2018-09-04 15:37:31 -07:00
  • be0e268468 Optimize processing of trailing '}' Victor Zverovich 2018-08-31 15:34:31 -07:00
  • fbc38b9083 Pass heavy arguments by ref Victor Zverovich 2018-08-31 14:42:45 -07:00
  • 8dc69b9da9 Workaround a bug in Intellisense Victor Zverovich 2018-08-29 19:18:08 -07:00
  • 1489d3b7fa Implement exponential notation Victor Zverovich 2018-08-29 10:07:29 -07:00
  • dd8c5ce442 Implement more FP formatting options Victor Zverovich 2018-08-29 09:34:57 -07:00
  • 46484da711 Fix a warning Victor Zverovich 2018-08-29 07:00:24 -07:00
  • 802ff8866e Fix compilation of time.h when localtime_t is a macro (#843) Victor Zverovich 2018-08-28 07:36:48 -07:00
  • 95a718992c Remove conversion compiler warnings (#844) medithe 2018-08-29 15:38:56 +02:00
  • e483a01a0f Implement some formatting options in Grisu Victor Zverovich 2018-08-26 09:51:49 -07:00
  • f51080916e Revert "Implement some formatting options in Grisu" Victor Zverovich 2018-08-27 17:51:27 -07:00
  • 2a952dd0b2 Implement some formatting options in Grisu Victor Zverovich 2018-08-26 09:51:49 -07:00
  • 0de44a469a Implement exponent formatting Victor Zverovich 2018-08-26 08:12:35 -07:00
  • f0d0a1ebd7 Implement Grisu2 digit generation Victor Zverovich 2018-08-25 16:08:32 -07:00