Commit Graph

  • a2681aabcb Debug ppc failure Victor Zverovich 2022-05-31 11:30:22 -07:00
  • bfc5767368 Add support for std.h in Bazel build Julian Amann 2022-05-30 23:08:01 +02:00
  • 798d09bb70 Debug ppc failure Victor Zverovich 2022-05-30 12:50:57 -07:00
  • 8c7cf51395 Cleanup Victor Zverovich 2022-05-30 08:21:01 -07:00
  • cdfacb4345 Cleanup parse_format_string Victor Zverovich 2022-05-30 07:27:01 -07:00
  • 926ddd0631 Move compile string to detail Victor Zverovich 2022-05-30 06:41:33 -07:00
  • cb682f36f4 Move to_string_view to detail Victor Zverovich 2022-05-29 22:49:34 -07:00
  • 156744ad47 Simplify fmt::runtime Victor Zverovich 2022-05-29 21:18:52 -07:00
  • d9c7166cf0 bi_iterator -> base Victor Zverovich 2022-05-29 20:31:15 -07:00
  • 11316b29af chore: Set permissions for GitHub actions nathannaveen 2022-05-30 00:58:11 +00:00
  • fe6eb792d5 Cleanup check_format_string Victor Zverovich 2022-05-29 19:00:22 -07:00
  • 054b1d9808 Remove unused include Victor Zverovich 2022-05-29 18:08:00 -07:00
  • e927149f8e Cleanup macros Victor Zverovich 2022-05-29 17:00:09 -07:00
  • 1761e2666a Remove FMT_CONSTEXPR_DECL Victor Zverovich 2022-05-29 16:40:46 -07:00
  • d6b568a6cc Cleanup string_view checks Victor Zverovich 2022-05-29 16:30:39 -07:00
  • c83a5d42bb FMT_MSC_VER -> FMT_MSC_VERSION Victor Zverovich 2022-05-29 15:01:43 -07:00
  • 27cd68c301 Cleanup macros Victor Zverovich 2022-05-29 14:07:40 -07:00
  • 08be4abb30 Remove FMT_NVCOMPILER_VERSION Victor Zverovich 2022-05-29 13:47:06 -07:00
  • 661b192545 Remove FMT_HEADER_ONLY_CONSTEXPR20 Victor Zverovich 2022-05-29 13:22:45 -07:00
  • d1026fa5d2 Remove extern format_float Victor Zverovich 2022-05-29 12:37:09 -07:00
  • 7e63b600b6 Make to_string work with __float128 Victor Zverovich 2022-05-29 11:40:33 -07:00
  • b2ea212cd1 Update README.rst Victor Zverovich 2022-05-29 11:44:09 -07:00
  • c2fcdc54e2 Move format_float to format.h for __float128 Victor Zverovich 2022-05-29 09:55:42 -07:00
  • 2b9037a190 Move basic_fp to format.h for compile-time formatting Victor Zverovich 2022-05-29 07:20:37 -07:00
  • 542785ccbf Get rid of detail::bits Victor Zverovich 2022-05-29 07:10:36 -07:00
  • 65dd2ea52c Use write_escaped_string to std::filesystem::path. Vladislav Shchapov 2022-05-21 20:12:32 +05:00
  • 9860f67cde Improve xchar support for std formatters. Vladislav Shchapov 2022-05-18 18:07:24 +05:00
  • 03b1b2838e Improve std::filesystem::path formatter. Vladislav Shchapov 2022-05-18 18:04:47 +05:00
  • 4f9311e689 Fix definition of error_handler::on_error Victor Zverovich 2022-05-27 10:49:19 -07:00
  • 652fea45a9 Visual Studio 2022: fmt/format.h(1526,27): warning C4127: conditional expression is constant #2908 Ivan Shynkarenka 2022-05-27 20:31:21 +04:00
  • 1f9eae7e31 Add xchar support for write_escaped_string. Vladislav Shchapov 2022-05-22 21:08:26 +05:00
  • 90b68783ff Skip cmake targets inclusion if fmt::fmt already exists (#2907) Nick Kiesel 2022-05-27 10:35:40 -05:00
  • ce246aaf74 Remove deprecated APIs Victor Zverovich 2022-05-22 06:49:31 -07:00
  • edeb3d8091 Remove deprecated APIs Victor Zverovich 2022-05-21 19:57:38 -07:00
  • 496aff7c33 Remove deprecated APIs Victor Zverovich 2022-05-21 13:21:01 -07:00
  • f5cdf7cb04 Simplify snprintf_float Victor Zverovich 2022-05-21 12:34:21 -07:00
  • 440512f08d Remove deprecated APIs Victor Zverovich 2022-05-21 12:08:40 -07:00
  • 621eb80bbb Remove deprecated APIs Victor Zverovich 2022-05-21 11:34:07 -07:00
  • 5c7d315ded Remove locale.h Victor Zverovich 2022-05-21 08:14:12 -07:00
  • c6324009ba Add initial double-double support Victor Zverovich 2022-05-21 06:38:05 -07:00
  • 147e8ca580 Fix Windows max mix-up (#2903) frithrah 2022-05-19 00:35:26 +01:00
  • 6bf039d750 Add std::thread::id formatter Victor Zverovich 2022-05-17 16:31:06 -07:00
  • 9730fb0156 Fix path formatter Victor Zverovich 2022-05-17 14:23:56 -07:00
  • f0903ad9df Add a path formatter Victor Zverovich 2022-05-16 17:32:25 -07:00
  • 8833f386e4 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2022-05-15 09:51:38 -07:00
  • 5ab9d39253 Namespace-qualify format_to to avoid conflict with std::format_to Victor Zverovich 2022-05-15 09:51:20 -07:00
  • af5644c274 Update README.rst Victor Zverovich 2022-05-15 06:29:15 -07:00
  • 3e28dc021c VS2022 17.2: C4189: 'zero': local variable is initialized but not referenced #2891 (#2892) Ivan Shynkarenka 2022-05-13 10:04:34 -04:00
  • f6f920a1a8 Tweak a comment and apply clang-format Victor Zverovich 2022-05-11 14:40:26 -07:00
  • ae963e444f Implement constexpr isfinite to avoid producing NaN Victor Zverovich 2022-05-11 07:21:09 -07:00
  • 358f5a7e50 Make precision computation consistent with width Victor Zverovich 2022-05-11 06:34:51 -07:00
  • f63afd161f Fixed all clang -Wsigned-enum-bitfield warnings (#2882) Sean McBride 2022-05-09 14:03:51 -04:00
  • 7e4ad40171 Add initial support for double-double Victor Zverovich 2022-04-24 07:43:02 -07:00
  • ffb5e6a732 Suppress a -Wliteral-range warning on Apple M1 (#2861) Vladislav Shchapov 2022-04-19 23:10:18 +05:00
  • 5d804ee7fe Fix handling of subnormals in exotic FP Victor Zverovich 2022-04-17 08:12:38 -07:00
  • 86e27ccb41 Suppress a warning Victor Zverovich 2022-04-12 09:30:29 -07:00
  • 192f79aaae Fix handling of locale separators in FP formatting Victor Zverovich 2022-04-12 08:00:17 -07:00
  • 395cf0f03e Fix detection of unformattable pointers Victor Zverovich 2022-04-12 06:45:46 -07:00
  • fc429d18b6 Avoid overhead on sensible platforms Victor Zverovich 2022-04-11 16:52:34 -07:00
  • ce7ecdb7af Replace conditional compilation with SFINAE Victor Zverovich 2022-04-11 12:16:05 -07:00
  • 8751a03a04 Fix Unicode handling when writing to an ostream Victor Zverovich 2022-04-10 09:32:44 -07:00
  • c55175a589 Add an issue template Victor Zverovich 2022-04-08 07:53:42 -07:00
  • a935ac3e60 MSVC CMake generation optimization (#2852) Mattias Ljungström 2022-04-08 15:27:23 +02:00
  • 22d31b31f0 Add a __float128 test Victor Zverovich 2022-04-03 14:52:35 -07:00
  • f607e3e970 Add __float128 support Victor Zverovich 2022-04-03 08:44:51 -07:00
  • 686de58886 Implement 128-bit constant mul in bigint Victor Zverovich 2022-04-03 07:12:24 -07:00
  • 02eb215f2f Replace uint128_wrapper with uint128_fallback Victor Zverovich 2022-04-02 10:03:29 -07:00
  • b4dc7a1d34 Add 128-bit operations to bigint Victor Zverovich 2022-04-02 07:40:52 -07:00
  • ef54f9aa38 Suppress -Wfloat-equal Victor Zverovich 2022-04-01 11:18:19 -07:00
  • 288c3b928b Remove dead code in ostream.h format_value Jean-Michaël Celerier 2022-03-29 19:10:06 +02:00
  • 96930161f9 Implement 128-bit operator+= for uint128_fallback Victor Zverovich 2022-03-27 08:07:45 -07:00
  • b41890c1e5 Make arg_mapper SFINAE-friendly again Victor Zverovich 2022-03-27 07:10:15 -07:00
  • e2408f37c8 Check if formatter is not defined if there is format_as Victor Zverovich 2022-03-26 09:36:06 -07:00
  • db5b8993ac Fix formatting of std::byte via format_as Victor Zverovich 2022-03-24 17:22:44 -07:00
  • 1c83eaf75e Fix incompatible between Jinja2 >= 3.1 and sphinx 3.3.0 Vladislav Shchapov 2022-03-26 18:40:33 +05:00
  • 5379063b54 Fixed clang -Wreserved-identifier warings Sean McBride 2022-03-07 11:16:43 -05:00
  • b591fc87dc Fixed all clang -Wreserved-id-macro warnings (on macOS at least) Sean McBride 2022-03-04 15:40:42 -05:00
  • 17dda58391 constexpr -> const for portability Victor Zverovich 2022-03-23 21:14:22 -07:00
  • 7ffe87c0bc Fix docs Victor Zverovich 2022-03-22 19:13:01 -07:00
  • 3c4273dd09 Simplify UDL Victor Zverovich 2022-03-22 17:43:37 -07:00
  • 36d95c9fcc Fix docs Victor Zverovich 2022-03-22 17:31:31 -07:00
  • 44abd1f483 Update signatures in docs and ostream.h Victor Zverovich 2022-03-22 16:05:30 -07:00
  • db745986f2 Workaround broken std::numeric_limits Victor Zverovich 2022-03-20 07:51:46 -07:00
  • 8271e43e5e Improve __float128 support and use constexpr Victor Zverovich 2022-03-20 07:20:41 -07:00
  • 3f9b7433a3 Improve __float128 support Victor Zverovich 2022-03-19 09:33:40 -07:00
  • 71778e8b90 Specialize float_info for __float128 Victor Zverovich 2022-03-19 08:39:16 -07:00
  • f024565c3f Improve exponent handling in Dragon Victor Zverovich 2022-03-19 07:35:43 -07:00
  • e7f31f5cdb Cleanup format_dragon Victor Zverovich 2022-03-18 16:03:19 -07:00
  • 3c61799fbf Cleanup fuzzing mode Victor Zverovich 2022-03-18 11:18:03 -07:00
  • 4e39e13085 Remove xchar.h include from ostream.h Victor Zverovich 2022-03-18 10:46:50 -07:00
  • ac0d9d5fe2 Issue #2816: also strip named-arg for the fallback formatter timsong-cpp 2022-03-18 09:23:06 -05:00
  • 4ad90578f7 Fix #2818: diagnose unformattable arguments in unpacked case timsong-cpp 2022-03-18 00:04:29 -05:00
  • 17ba99c1d2 Fix #2817: add compile-time checking to ostream overloads of fmt::print timsong-cpp 2022-03-17 23:55:32 -05:00
  • 3d19be282a Fix #2816: strip named argument wrappers for compile-time checking timsong-cpp 2022-03-17 23:53:48 -05:00
  • c076a54a4d Move snprintf_float to format.h Victor Zverovich 2022-03-18 08:07:19 -07:00
  • 0419d23882 Add FMT_USE_FLOAT128 Victor Zverovich 2022-03-18 07:41:41 -07:00
  • 69396347af Update color.h (#2815) cre 2022-03-17 13:55:02 -04:00
  • c51604a0e1 Reduce the number of configs Victor Zverovich 2022-03-15 18:20:59 -07:00
  • 587dc9946d Remove windows-2016 env no longer suppported by GA Victor Zverovich 2022-03-15 18:16:13 -07:00
  • 1f3d44b859 Update std::tm/chrono docs Victor Zverovich 2022-03-15 16:53:51 -07:00