Commit Graph

  • 9c57357e05 Add static to a table (#2509) jk-jeon 2021-09-24 06:25:08 -07:00
  • 2742611cad Fix formatting Victor Zverovich 2021-09-18 11:09:24 -07:00
  • 5092b198bc Document group_digits Victor Zverovich 2021-09-18 10:47:51 -07:00
  • b4d9d82e1d make FP formatting available to be used at compile-time (#2426) Alexey Ochapov 2021-09-18 18:03:23 +03:00
  • d9fd695ac7 Fix wchar_t tm formatting Vladislav Shchapov 2021-09-13 12:12:36 +05:00
  • 92614ecbf9 Optimize %T in tm formatting Vladislav Shchapov 2021-09-13 11:42:26 +05:00
  • aaeca12d89 Move FMT_MAYBE_UNUSED to format.h where it is used Victor Zverovich 2021-09-13 07:51:36 -07:00
  • 3d0c7ae385 Move data to format.cc Victor Zverovich 2021-09-12 20:36:39 -07:00
  • 04e3a79f76 Use memcpy in more cases in copy2 Victor Zverovich 2021-09-12 12:23:45 -07:00
  • e47e99bb09 Simplify format_decimal (#2498) Roman-Koshelev 2021-09-12 20:36:06 +03:00
  • 9b6b0e403c Remove data Victor Zverovich 2021-09-12 09:46:00 -07:00
  • 4d1c6034eb Deprecate basic_data Victor Zverovich 2021-09-12 09:29:56 -07:00
  • a3348eccdd Deprecate most of basic_data Victor Zverovich 2021-09-12 08:36:46 -07:00
  • 3a04481485 Remove data::hex_digits Victor Zverovich 2021-09-11 17:54:40 -07:00
  • ad77331c04 Move log10_2_significand to format-inl.h Victor Zverovich 2021-09-11 09:36:23 -07:00
  • d9ebc4e821 Add a function to get sign char Victor Zverovich 2021-09-11 08:47:55 -07:00
  • c00eb4f4c6 Add missing inline Victor Zverovich 2021-09-10 08:59:22 -07:00
  • 25af02f21a positive -> nonnegative (#2493) Victor Zverovich 2021-09-10 08:52:54 -07:00
  • 67cb2dad37 Optimize %F in tm formatting Victor Zverovich 2021-09-10 07:33:45 -07:00
  • 1aa98f8b93 Eliminate double copying in vformat_to_n (#2489) Roman-Koshelev 2021-09-09 18:10:29 +03:00
  • a58c133821 Improve code_point_length codegen on older gcc Victor Zverovich 2021-09-07 19:34:13 -07:00
  • aeee70a815 Remove unnecessary cast Victor Zverovich 2021-09-06 21:14:11 -07:00
  • c771ba361c Fix build for the clang-10 / libstdc++-9 couple (#2491) Jean-Michaël Celerier 2021-09-07 17:52:34 +02:00
  • ab6e2272cc Clarify shifts encoding Victor Zverovich 2021-09-06 18:45:34 -07:00
  • e4728409e7 Use throw_format_error in more places to reduce bloat Victor Zverovich 2021-09-06 16:42:17 -07:00
  • e3ebf366a6 Inline padding shifts Victor Zverovich 2021-09-06 16:26:50 -07:00
  • 894faf3fed Refactor presentation types Victor Zverovich 2021-09-06 10:24:21 -07:00
  • 4eb97fa4e3 Reduce code bloat Victor Zverovich 2021-09-05 16:22:15 -07:00
  • 6b55c83252 is_const_formattable -> has_const_formatter Victor Zverovich 2021-09-05 08:35:08 -07:00
  • 2fe94ad7e3 Make specifiers support in tuple_join an opt-in Victor Zverovich 2021-09-05 07:34:06 -07:00
  • 3940de5952 thousands -> group_digits Victor Zverovich 2021-09-05 06:47:18 -07:00
  • c4d0f96a6d Implement format specs in fmt::thousands Victor Zverovich 2021-09-04 06:47:21 -07:00
  • 3b9c442689 Implement thousands separators without locales Victor Zverovich 2021-09-03 22:04:58 -07:00
  • 08f98c7fac Simplify get_arg_index_by_name Victor Zverovich 2021-09-03 21:17:36 -07:00
  • a151f955a0 Remove FMT_OVERRIDE Victor Zverovich 2021-09-03 18:15:17 -07:00
  • 42a225cbd9 Remove redundand final Victor Zverovich 2021-09-03 17:31:06 -07:00
  • bf20d19901 Simplify the core API Victor Zverovich 2021-09-03 16:43:58 -07:00
  • fc0884037e Move FMT_GCC_VISIBILITY_HIDDEN to format.h Victor Zverovich 2021-09-03 16:25:58 -07:00
  • 1aeed2dbca Require inline namespaces Victor Zverovich 2021-09-03 15:59:23 -07:00
  • 799bea4730 Remove FMT_HAS_GXX_CXX11 Victor Zverovich 2021-09-03 15:49:40 -07:00
  • 60cd5ea3f2 Add support for more formattable types in ranges Victor Zverovich 2021-08-08 09:36:56 -07:00
  • 4fd9a00f35 Simplify ostream interface Victor Zverovich 2021-09-03 12:47:33 -07:00
  • 5681563898 Cleanup ostream interface Victor Zverovich 2021-09-03 09:33:24 -07:00
  • 20931baf1d Disable fallback_formatter for arrays Victor Zverovich 2021-09-03 08:35:13 -07:00
  • d58d19ba32 Fix an odr violation in ranges.h (#2483) Pierre-Antoine Lacaze 2021-09-02 17:47:44 +02:00
  • ee0659f8b6 Fix formatting of abstract classes via ostream Victor Zverovich 2021-09-02 08:13:47 -07:00
  • 8029bf955c Fix copy_str performance (#2477) Roman-Koshelev 2021-09-02 17:25:26 +03:00
  • 2520f410c8 Workaround for #2478 (#2482) Max 2021-09-02 17:13:30 +03:00
  • ee63f5f04e Workaround to MSVC bug (#2474) (#2476) Vladislav Shchapov 2021-08-31 19:54:42 +05:00
  • 1aaf72fb6d Add an example to fmt::runtime Victor Zverovich 2021-08-29 12:10:40 -07:00
  • c1313c2057 Clarify that format_to[_n] do not append a terminating null Victor Zverovich 2021-08-29 12:07:35 -07:00
  • cb0f177c35 Improve docs Victor Zverovich 2021-08-29 11:30:35 -07:00
  • 71677e5204 Improve docs Victor Zverovich 2021-08-29 11:21:38 -07:00
  • 4db5723525 add fuzzers for chrono timepoint and localtime,gmtime (#2469) Paul Dreik 2021-08-29 15:58:23 +02:00
  • dc7f3ef2bb Fix header name Victor Zverovich 2021-08-28 20:34:45 -07:00
  • 419ba86a91 Improve docs Victor Zverovich 2021-08-28 16:54:58 -07:00
  • 6a5b4d5faf Document format_string Victor Zverovich 2021-08-28 16:51:48 -07:00
  • 2599163b8a Document format_string Victor Zverovich 2021-08-28 15:20:56 -07:00
  • 8ef22f7740 Update docs Victor Zverovich 2021-08-28 12:05:30 -07:00
  • c0c4d1adab Update docs Victor Zverovich 2021-08-28 09:47:25 -07:00
  • 729a44e67d Depreate strtod and remove problematic tests Victor Zverovich 2021-08-28 09:20:36 -07:00
  • 74c1118964 Apply force inline Victor Zverovich 2021-08-26 21:17:35 -07:00
  • 596508a928 Cleanup Victor Zverovich 2021-08-26 20:56:28 -07:00
  • 043e3b3429 Remove static_assert from arg_mapper Victor Zverovich 2021-08-26 18:47:59 -07:00
  • 8b0cb944da Fix error reporting when mixing character types Victor Zverovich 2021-08-26 17:36:29 -07:00
  • 117fc67077 CI: replace g++ C++20 build to test FP formatting at compile-time Alexey Ochapov 2021-07-16 22:08:22 +03:00
  • c79a3841e8 make detail::fp and detail::bigit constexpr Alexey Ochapov 2021-08-27 00:57:50 +03:00
  • 5888de9f34 make detail::make_checked() constexpr Alexey Ochapov 2021-08-27 00:55:21 +03:00
  • 04b4b69b11 make detail::bit_cast() constexpr with C++20 Alexey Ochapov 2021-08-27 00:54:52 +03:00
  • fd34a3d246 make detail::basic_memory_buffer constexpr with C++20 Alexey Ochapov 2021-08-27 00:52:41 +03:00
  • 6d597e39c3 Fix overload ambiguity in arg_mapper Victor Zverovich 2021-08-26 16:54:27 -07:00
  • b9ce56d936 Improve comments Victor Zverovich 2021-08-26 16:30:58 -07:00
  • f889e52a15 Improve error reporting Victor Zverovich 2021-08-26 15:47:44 -07:00
  • 34caecd6b6 Use consistent initialization style Victor Zverovich 2021-08-23 10:10:56 -07:00
  • a44c8f651b reimplement formatter<tuple_join_view> (#2457) sunmy2019 2021-08-24 00:51:19 +08:00
  • 4b8bda25c0 Fix 2462 owent 2021-08-23 12:15:05 +08:00
  • 6b5e6119ee set clang in one place Paul Dreik 2021-08-21 14:24:45 +02:00
  • 7af1dc1d27 fix UB in fuzzer common (memcpy on nullptr) Paul Dreik 2021-08-21 14:24:30 +02:00
  • e77686f7a8 clang format Paul Dreik 2021-08-22 20:18:11 +02:00
  • 2207ea0b36 More escaping Victor Zverovich 2021-08-22 16:33:39 -07:00
  • a212ff757f Escape invalid code points Victor Zverovich 2021-08-22 15:14:13 -07:00
  • a76031e11d check -> is_printable Victor Zverovich 2021-08-22 13:23:38 -07:00
  • a7f280765c Improve naming Victor Zverovich 2021-08-22 12:44:00 -07:00
  • 07d033ecb4 Fix is_printable Victor Zverovich 2021-08-22 10:24:51 -07:00
  • cdb4299acb Add Unicode support to is_printable Victor Zverovich 2021-08-22 09:11:35 -07:00
  • 7df2c82a8a Rewrite printable.py codegen to emit C++ Victor Zverovich 2021-08-22 09:10:10 -07:00
  • 6cf90d7cee Add script license and fix python version Victor Zverovich 2021-08-22 08:17:58 -07:00
  • 2f1ad8ed3c Add printable codegen from Rust Victor Zverovich 2021-08-22 08:15:34 -07:00
  • 371d8e2ee0 Escape Unicode Victor Zverovich 2021-08-22 07:38:22 -07:00
  • 6397095ca4 More escaping Victor Zverovich 2021-08-21 09:35:05 -07:00
  • f69a572538 Don't overescape wide strings Victor Zverovich 2021-08-19 17:25:16 -07:00
  • 11b07a56b2 We should escape Victor Zverovich 2021-08-19 14:34:06 -07:00
  • b559cfd4c0 Implement basic escaping Victor Zverovich 2021-08-19 14:12:26 -07:00
  • 11d49491cb Handle global locale Victor Zverovich 2021-08-14 09:38:41 -07:00
  • 6ea6cf9464 Add decimal separator support to float Victor Zverovich 2021-07-18 07:39:22 -07:00
  • 9730a2af0a Update ChangeLog.rst Victor Zverovich 2021-08-13 10:07:48 -07:00
  • c2ed5f6863 Update ChangeLog.rst Victor Zverovich 2021-08-13 10:07:20 -07:00
  • 7b66e72e2c Use builtin intrinsics on intel (#2450) Chris White 2021-08-11 06:22:02 -07:00
  • d57b2a6525 Suppress a warning Victor Zverovich 2021-08-08 09:13:41 -07:00
  • bdfbd794e3 Cleanup begin/end usage Victor Zverovich 2021-08-07 08:55:01 -07:00