Commit Graph

  • 07200f445a find sphinx-build before calling build.py Kefu Chai 2018-10-12 16:01:54 +0800
  • a74968ae4a use found python executable for launching sphinx-build Kefu Chai 2018-10-12 21:09:44 +0800
  • b8b9ccbf3b find sphinx-build before calling build.py Kefu Chai 2018-10-12 16:01:54 +0800
  • 08a65c2282 Workaround broken constexpr in MSVC2017 Victor Zverovich 2018-10-10 17:31:21 -0700
  • 167f8fe325 Fix a typo in api.rst Dmitry Petrashko 2018-10-10 10:14:36 -0700
  • 5a7cc3455e
    Fix a typo in api.rst Dmitry Petrashko 2018-10-10 10:14:36 -0700
  • 57983423c3 Remove signbit workaround Victor Zverovich 2018-10-10 09:41:01 -0700
  • 7bebb3e128 Clarify overload resolution in docs Victor Zverovich 2018-10-10 09:40:24 -0700
  • 939fbe5567 Remove basic_fixed_buffer. superfunc 2018-10-08 09:30:27 -0700
  • 02f5f2461d Remove basic_fixed_buffer. superfunc 2018-10-08 09:30:27 -0700
  • 61f81a0719 minor documentation corrections Mathew Cucuzella 2018-10-08 00:56:10 -0700
  • f27defc639 Parameterize printf functions on the type of the format string. Daniela Engert 2018-10-07 14:38:29 +0200
  • 6a685571df Make 'std::*::basic_string_view' a valid argument type for 'format_str' parameters. Daniela Engert 2018-10-07 18:54:12 +0200
  • 9a36361c98 minor documentation corrections Mathew Cucuzella 2018-10-08 00:56:10 -0700
  • d0b0ff4118 Parameterize printf functions on the type of the format string. Daniela Engert 2018-10-07 14:38:29 +0200
  • 8fd7e32003 Make 'std::*::basic_string_view' a valid argument type for 'format_str' parameters. Daniela Engert 2018-10-07 18:54:12 +0200
  • 87a0408c64 Fix ostream.h build Victor Zverovich 2018-10-07 12:58:20 -0700
  • 2b5acad4a9 Remove redundant size argument to write_padded Victor Zverovich 2018-10-07 09:28:45 -0700
  • 655ce53383 is_format_string -> is_string Victor Zverovich 2018-10-07 07:48:27 -0700
  • fea712abb1 Parameterize ostream functions on the type of the format string. Daniela Engert 2018-10-07 15:03:58 +0200
  • 13ef068bb3
    Parameterize ostream functions on the type of the format string. Daniela Engert 2018-10-07 15:03:58 +0200
  • 48037b5850
    Merge 604b4c41f2 into f16a118e88 Daniela Engert 2018-10-07 12:56:36 +0000
  • f16a118e88 Fix non-matching char types. Daniela Engert 2018-10-07 08:20:01 +0200
  • 604b4c41f2
    tiptoeing into class template argument deduction. Daniela Engert 2018-10-07 10:21:15 +0200
  • 6eaa103523
    Fix non-matching char types. Daniela Engert 2018-10-07 08:20:01 +0200
  • 041bf83d9b Improve fmt::format readability Victor Zverovich 2018-10-05 18:42:02 -0700
  • 2299032392 Document how to write a formatter for a type hierarchy Victor Zverovich 2018-10-05 13:21:29 -0700
  • f5480635c0 visit -> visit_format_arg Victor Zverovich 2018-10-05 07:15:41 -0700
  • cdf3fa08dc Put related code together in fmt/core.h Victor Zverovich 2018-10-04 18:06:21 -0700
  • da2bc7d3ee Put related code together in fmt/core.h Victor Zverovich 2018-10-04 18:06:21 -0700
  • 38325248e5 Count width in code points (#628) Victor Zverovich 2018-10-03 18:22:26 -0700
  • 6db47edb83 Count width in code points (#628) Victor Zverovich 2018-10-03 18:22:26 -0700
  • deb901b9e4 Parameterize core functions on the type of the format string. Daniela Engert 2018-09-30 08:58:59 +0200
  • 0f98de3011 Update docs Victor Zverovich 2018-10-03 10:33:51 -0700
  • 2e534d9e69
    Parameterize core functions on the type of the format string. Daniela Engert 2018-09-30 08:58:59 +0200
  • eb3c5a00c7 Update docs Victor Zverovich 2018-10-03 10:33:51 -0700
  • c797708fcc Workaround strlen being non-constexpr in ARM toolchain Victor Zverovich 2018-10-03 09:14:45 -0700
  • f760957666 Workaround strlen being non-constexpr in ARM toolchain Victor Zverovich 2018-10-03 09:14:45 -0700
  • 49b4c1e9db Update docs Victor Zverovich 2018-10-02 06:21:19 -0700
  • 63a87beba4 Add to_string_view Victor Zverovich 2018-10-01 07:34:13 -0700
  • 4e0c314654 checked_format_args -> checked_args Victor Zverovich 2018-10-01 07:06:53 -0700
  • c3538a1eee Simplify variadic functions further Victor Zverovich 2018-09-30 22:19:32 -0700
  • 2d7d0835d7 Simplify variadic functions Victor Zverovich 2018-09-30 17:45:14 -0700
  • 3f4cfa6c60 Implement UTF-8 string support Victor Zverovich 2018-09-30 14:09:03 -0700
  • f8027414f5 Impelement char8_t support Victor Zverovich 2018-09-30 11:39:20 -0700
  • 76a47d41c8 Cleanup the use of FMT_CHAR Victor Zverovich 2018-09-30 08:45:57 -0700
  • 267fdc7a1b Parameterize core functions on the type of the format string. Daniela Engert 2018-09-27 19:58:07 +0200
  • 5bced12421 Parameterize more functions on string type Victor Zverovich 2018-09-30 07:03:08 -0700
  • f2e4803f3e
    Merge 58f834671c into 674999c527 Daniela Engert 2018-09-30 14:32:33 +0000
  • 58f834671c
    Parameterize core functions on the type of the format string. Daniela Engert 2018-09-27 19:58:07 +0200
  • 674999c527 fix vs2017 warning fmt::v5::localtime 'not all control paths return a value'. Steven Hoving 2018-09-30 14:49:39 +0200
  • e4fea22d15 Make char8_t a strongly-typed enum Victor Zverovich 2018-09-29 16:25:02 -0700
  • 6d964a8990 fix vs2017 warning fmt::v5::localtime 'not all control paths return a value'. Steven Hoving 2018-09-30 14:49:39 +0200
  • 66992e90d2 Clarify that writing to memory_buffer appends (#877) Victor Zverovich 2018-09-28 06:22:12 -0700
  • e864acfdbd Fix compilation with intel compilers (ICC/ICPC) v14.0 Guillaume Fraux 2018-09-26 13:22:49 +0000
  • 70783ccd77
    Merge bb845ccc51 into 4cf21f58b2 Guillaume Fraux 2018-09-27 06:50:20 +0000
  • 4cf21f58b2 constrain templated format_to on proper format string type. Daniela Engert 2018-09-25 17:47:53 +0200
  • f06d9501a4
    constrain templated format_to on proper format string type. Daniela Engert 2018-09-25 17:47:53 +0200
  • d7f17613f5 Fix compilation on platforms with exotic double (#878) Victor Zverovich 2018-09-26 08:45:34 -0700
  • bb845ccc51 Fix FMT_EXPLICIT detection for GCC Guillaume Fraux 2018-09-26 14:31:40 +0000
  • 0fd90dfdf1 Fix compilation with intel compilers (ICC/ICPC) v14.0 Guillaume Fraux 2018-09-26 13:22:49 +0000
  • 657b6825e7
    constrain templated format_to on proper format string type. Daniela Engert 2018-09-25 17:47:53 +0200
  • e4ca37ccf6 Parameterize format_to on string type (#880) Victor Zverovich 2018-09-25 07:47:15 -0700
  • d66fa2216e Reduce syntactic noise Victor Zverovich 2018-09-23 12:54:25 -0700
  • 48e6dcd0f2 Implement workarounds for gcc 4.4 Victor Zverovich 2018-09-23 12:12:47 -0700
  • 0ea3221d34 Remove is_named_arg and add FMT_CHAR Victor Zverovich 2018-09-23 09:44:01 -0700
  • 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 +0200
  • d41be23acd Simplify string_view detection Victor Zverovich 2018-09-22 19:46:57 -0700
  • 2def9e4c82 Remove FMT_DTOR_NOEXCEPT Victor Zverovich 2018-09-22 18:51:32 -0700
  • ff6e46ed97 More cleanup Victor Zverovich 2018-09-22 16:00:34 -0700
  • 27a34dfd93
    Parameterize 'printf(rgb color, ...)' and 'vprint_rgb(rgb color, ...)' on the type of the format string. Daniela Engert 2018-09-17 18:21:24 +0200
  • 715f2b4c00 Remove require_wchar and internalize no_formatter_error Victor Zverovich 2018-09-21 18:25:24 -0700
  • ec0cdc46f6 Workaround Windows slowness Victor Zverovich 2018-09-21 13:55:33 -0700
  • 3e75ad9822 Update version 5.2.1 Victor Zverovich 2018-09-21 10:18:51 -0700
  • 4f043f8e00 Bump version Victor Zverovich 2018-09-21 10:07:56 -0700
  • cc02cbc455 Fix formatting Victor Zverovich 2018-09-21 08:45:31 -0700
  • 73c0238e3b Update changelog Victor Zverovich 2018-09-21 08:17:26 -0700
  • cb122a4d03 Fix format_to formatting to wmemory_buffer Victor Zverovich 2018-09-21 07:56:30 -0700
  • dc69cc45d2 Clean tests Victor Zverovich 2018-09-21 07:21:49 -0700
  • 9d8021f0d6 Add checks for NVIDIA's CUDA compiler Candy Gumdrop 2018-09-21 10:44:42 +0100
  • 0f36b0678f Add checks for NVIDIA's CUDA compiler Candy Gumdrop 2018-09-21 10:44:42 +0100
  • 9d2221b954 Improve error message when formatting unknown types Jonathan Müller 2018-09-19 14:51:01 +0200
  • 629d9f10dd
    Merge 8e1142f6ec into 70a6a4bb01 dual 2018-09-20 13:51:15 +0000
  • 70a6a4bb01 prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) hhggit 2018-09-18 10:30:06 +0800
  • e4fc856c2f Disable android build due to gradle issues Victor Zverovich 2018-09-19 19:53:47 -0700
  • 8e1142f6ec merge is_fmt_str_view into is_like_std_string hhggit 2018-09-20 09:58:35 +0800
  • 3f4984fb36 Clean core-test and fix linkage errors on older gcc Victor Zverovich 2018-09-19 08:55:45 -0700
  • d43665056d Workaround visit lookup issues in printf.h on gcc medithe 2018-09-19 08:10:25 +0200
  • 99e146637b
    Workaround visit lookup issues in printf.h on gcc medithe 2018-09-19 08:10:25 +0200
  • ee5e35791e prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) hhggit 2018-09-18 10:30:06 +0800
  • 894b6fac8e Changed to use scoped enum Daniel Marshall 2018-09-16 17:09:15 +0100
  • 0809758f66
    Changed to use scoped enum Daniel Marshall 2018-09-16 17:09:15 +0100
  • 59f555ad8f Workaround more visit lookup issues on gcc Victor Zverovich 2018-09-15 08:25:57 -0700
  • a7e356cc80
    Update README.rst Victor Zverovich 2018-09-14 07:52:30 -0700
  • e758bfbae1 Merge branch 'release' of github.com:fmtlib/fmt Victor Zverovich 2018-09-13 07:38:23 -0700
  • 66381e308d Minor cleanup Victor Zverovich 2018-09-13 07:37:20 -0700
  • 295a0d84d9 Update version 5.2.0 Victor Zverovich 2018-09-13 07:28:20 -0700
  • 1fb1c4c912 Update docs Victor Zverovich 2018-09-13 07:20:43 -0700
  • 465a593536 Add table support to rst2md Victor Zverovich 2018-09-13 07:15:18 -0700
  • d62f4c3bc1 Formatting Victor Zverovich 2018-09-12 19:00:26 -0700