Commit Graph

  • 20c708bf6d Fix build on gcc 4.4 Victor Zverovich 2018-10-24 06:34:28 -07:00
  • 9d0c9c4bb1 cmake: output share/fmt.pc Cole Mickens 2018-10-24 01:33:22 -07:00
  • 2d2326a76d Fix compilation with older gcc Victor Zverovich 2018-10-22 21:05:59 -07:00
  • 1ec0272303 Get rid of FMT_UNION Victor Zverovich 2018-10-22 20:02:14 -07:00
  • 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. Daniela Engert 2018-10-08 20:14:39 +02:00
  • 846c644e84 Workeround broken sprintf in MSVC Victor Zverovich 2018-10-19 07:30:59 -07:00
  • 13d472bd8c Compute output size for grisu Victor Zverovich 2018-10-17 20:13:38 -07:00
  • b71d3fe7ab Remove use_grisu Victor Zverovich 2018-10-17 17:01:22 -07:00
  • 847abb6f8f Fix test Victor Zverovich 2018-10-17 11:06:36 -07:00
  • dda47c9466 Merge min_digits and max_digits Victor Zverovich 2018-10-17 10:49:30 -07:00
  • 2924622157 Fix naming of basic_format_specs members Victor Zverovich 2018-10-17 09:15:29 -07:00
  • bda5f9a556 Replace grisu2_specs with core_format_specs Victor Zverovich 2018-10-17 08:55:45 -07:00
  • b1ca608bac Remove unused empty_spec Victor Zverovich 2018-10-17 08:39:51 -07:00
  • e8efdef8de Avoid extra copy Victor Zverovich 2018-10-17 08:19:46 -07:00
  • 98f1c1fe87 Remove unused code Victor Zverovich 2018-10-14 15:36:45 -07:00
  • 50b18a3c10 Integrate Grisu Victor Zverovich 2018-10-13 22:14:36 -07:00
  • 699297520a Implement Grisu rounding Victor Zverovich 2018-10-13 07:44:34 -07:00
  • 4bb76ef0c7 Remove redundant definition of print Victor Zverovich 2018-10-13 10:23:38 -07:00
  • ddd7caf38e Fix locale-dependent formatting (#905) Victor Zverovich 2018-10-13 06:52:33 -07:00
  • 10e03e695b use found python executable for launching sphinx-build Kefu Chai 2018-10-12 21:09:44 +08:00
  • 07200f445a find sphinx-build before calling build.py Kefu Chai 2018-10-12 16:01:54 +08:00
  • 08a65c2282 Workaround broken constexpr in MSVC2017 Victor Zverovich 2018-10-10 17:31:21 -07:00
  • 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 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 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