Commit Graph

  • 36d95c9fcc Fix docs Victor Zverovich 2022-03-22 17:31:31 -0700
  • 44abd1f483 Update signatures in docs and ostream.h Victor Zverovich 2022-03-22 16:05:30 -0700
  • 52c62ca386
    Provide typedefs for std::wstring and std::wostream J.W. Jagersma 2022-03-20 19:19:33 +0100
  • 2d86bc4a79
    Don't use visibility attribute for djgpp. J.W. Jagersma 2022-03-20 19:01:31 +0100
  • db745986f2 Workaround broken std::numeric_limits Victor Zverovich 2022-03-20 07:51:46 -0700
  • b625c597e7
    Implement getpagesize() for djgpp J.W. Jagersma 2022-03-18 15:47:41 +0100
  • 8271e43e5e Improve __float128 support and use constexpr Victor Zverovich 2022-03-20 07:20:41 -0700
  • 3f9b7433a3 Improve __float128 support Victor Zverovich 2022-03-19 09:33:40 -0700
  • 71778e8b90 Specialize float_info for __float128 Victor Zverovich 2022-03-19 08:39:16 -0700
  • f024565c3f Improve exponent handling in Dragon Victor Zverovich 2022-03-19 07:35:43 -0700
  • e7f31f5cdb Cleanup format_dragon Victor Zverovich 2022-03-18 16:03:19 -0700
  • 3c61799fbf Cleanup fuzzing mode Victor Zverovich 2022-03-18 11:18:03 -0700
  • 88fe83765b Only use format_as if no formatter is available timsong-cpp 2022-03-18 12:58:57 -0500
  • 4e39e13085 Remove xchar.h include from ostream.h Victor Zverovich 2022-03-18 10:46:50 -0700
  • ac0d9d5fe2 Issue #2816: also strip named-arg for the fallback formatter timsong-cpp 2022-03-18 09:23:06 -0500
  • 4ad90578f7 Fix #2818: diagnose unformattable arguments in unpacked case timsong-cpp 2022-03-18 00:04:29 -0500
  • 17ba99c1d2 Fix #2817: add compile-time checking to ostream overloads of fmt::print timsong-cpp 2022-03-17 23:55:32 -0500
  • 3d19be282a Fix #2816: strip named argument wrappers for compile-time checking timsong-cpp 2022-03-17 23:53:48 -0500
  • c076a54a4d Move snprintf_float to format.h Victor Zverovich 2022-03-18 08:07:19 -0700
  • 0419d23882 Add FMT_USE_FLOAT128 Victor Zverovich 2022-03-18 07:41:41 -0700
  • b15699aba9 Issue #2816: also strip named-arg for the fallback formatter timsong-cpp 2022-03-18 09:23:06 -0500
  • 47d5762b6b Fix #2818: diagnose unformattable arguments in unpacked case timsong-cpp 2022-03-18 00:04:29 -0500
  • acd2ceb7bd Fix #2817: add compile-time checking to ostream overloads of fmt::print timsong-cpp 2022-03-17 23:55:32 -0500
  • 7207bd17e6 Fix #2816: strip named argument wrappers for compile-time checking timsong-cpp 2022-03-17 23:53:48 -0500
  • 69396347af
    Update color.h (#2815) cre 2022-03-17 13:55:02 -0400
  • ecafacf548
    Update color.h cre 2022-03-17 13:15:05 -0400
  • c51604a0e1 Reduce the number of configs Victor Zverovich 2022-03-15 18:20:59 -0700
  • 587dc9946d Remove windows-2016 env no longer suppported by GA Victor Zverovich 2022-03-15 18:16:13 -0700
  • 1f3d44b859 Update std::tm/chrono docs Victor Zverovich 2022-03-15 16:53:51 -0700
  • bc654faf82 Add is_floating_point that works with __float128 Victor Zverovich 2022-03-15 08:21:20 -0700
  • 26bffce66d Simplify basic_memory_buffer Victor Zverovich 2022-03-15 07:11:24 -0700
  • ed18ca3eae Implement isnan Victor Zverovich 2022-03-14 20:37:46 -0700
  • a204b8dde7 Add initial __float128 support Victor Zverovich 2022-03-14 17:00:21 -0700
  • b6b003b073 Cleanup test Victor Zverovich 2022-03-14 15:48:38 -0700
  • f2543b0a98 Add initial support for 128-bit floats Victor Zverovich 2022-03-14 14:00:15 -0700
  • 72f487562d Simplify float_info Victor Zverovich 2022-03-14 13:15:30 -0700
  • f91f61cd13 Reuse num_significand_bits Victor Zverovich 2022-03-14 11:19:13 -0700
  • 9a1beab574 Workaround Windows API garbage Victor Zverovich 2022-03-11 17:14:21 -0800
  • a8fe8becf4
    Fix compilation error for ranges with ADL begin/end (#2807) Riccardo Brugo 2022-03-11 20:36:39 +0100
  • b9f4f14b28 Simplify tests rbrugo 2022-03-11 19:37:57 +0100
  • d02079a40f Apply clang-format rbrugo 2022-03-11 16:35:09 +0100
  • 03bf57a69e Add test for adl begin/end rbrugo 2022-03-11 16:03:33 +0100
  • f7510c5930 Use range_begin/end to get formatted range iterators rbrugo 2022-03-11 15:33:03 +0100
  • f6bcb25e16 Remove extra dot Victor Zverovich 2022-03-10 16:26:17 -0800
  • b4a4189d0c Fix handling of implicit bit Victor Zverovich 2022-03-10 11:41:56 -0800
  • 32d477e5f1
    Add styled in documentation (#2805) Riccardo Brugo 2022-03-10 21:24:47 +0100
  • 5a8a6cc4ee Add styled in documentation rbrugo 2022-03-09 23:00:34 +0100
  • 0b7c045a2f Simplify _cf Victor Zverovich 2022-03-08 15:31:51 -0800
  • c10fffecdc Make _cf visible in the doc build Victor Zverovich 2022-03-08 11:00:04 -0800
  • dcfbe4a77a
    Document output_file default behavior correctly (#2803) rtobar 2022-03-09 02:02:22 +0800
  • 8c9bc070f5
    Implement styled arguments (#2793) Riccardo Brugo 2022-03-08 18:50:14 +0100
  • 0b07acfa80 Remove defaulted text_style parameter in styled function rbrugo 2022-03-08 17:11:28 +0100
  • b250c639bf Remove unnecessary styled overloads rbrugo 2022-03-08 16:15:42 +0100
  • 1b663051b5 Use the iterator instead of the buffer in styled_arg::format rbrugo 2022-03-08 16:11:07 +0100
  • f7bf27dd7e
    Document output_file default behavior correctly rtobar 2022-03-08 10:57:04 +0800
  • 5bc39d363a
    Eliminate intel compiler warnings (#2802) Greg Sjaardema 2022-03-07 16:34:33 -0700
  • ad95044f25 Remove redundant constructor for styled_arg rbrugo 2022-03-08 00:11:22 +0100
  • d9af1566fc
    Merge branch 'fmtlib:master' into master Riccardo Brugo 2022-03-07 23:07:18 +0100
  • 9d484f876a
    Eliminate intel compiler warnings Greg Sjaardema 2022-03-07 14:32:14 -0700
  • e3d688e79a
    Fix warning C4251: class fmt::v8::file needs to have dll-interface (#2797) Boris Dalstein 2022-03-07 21:09:48 +0100
  • 91a9f96004 Move const before auto rbrugo 2022-03-07 19:40:54 +0100
  • 1fc4d8bb70 Change styled_arg ctor parameters names to avoid shadowing members rbrugo 2022-03-07 18:59:04 +0100
  • 406accd17e Move styled_arg definition into the previous detail block rbrugo 2022-03-07 16:49:59 +0100
  • c9b14e9bd4 Inherit from formatter<Arg> to get the underlying parse and format rbrugo 2022-03-07 16:12:15 +0100
  • bf4bdbbe6d Add CMake target dependency between test-main and fmt Boris Dalstein 2022-03-07 16:16:14 +0100
  • ea8a98ea5c
    Merge branch 'fmtlib:master' into master Riccardo Brugo 2022-03-07 15:59:39 +0100
  • 8d4f3e91b2 Update docs Victor Zverovich 2022-03-06 10:12:40 -0800
  • fe09375b31 Fix warning C4251: class fmt::v8::file needs to have dll-interface Boris Dalstein 2022-03-05 17:20:38 +0100
  • 0cef1f819e
    Fixing formatting of certain kinds of ranges of ranges. (#2787) Barry Revzin 2022-03-04 18:21:00 -0600
  • 36ab74f726 Renaming const_range to range_type. Barry Revzin 2022-03-03 15:38:47 -0600
  • bc399a0107 Fixing formatting of certain kinds of ranges of ranges. Barry Revzin 2022-02-22 15:44:35 -0600
  • 5c0d656401 Fix apt install Victor Zverovich 2022-03-03 14:51:26 -0800
  • 41b242e869 Implement styled arguments rbrugo 2022-03-02 23:33:07 +0100
  • d416a995ea
    Update README.rst Victor Zverovich 2022-03-01 13:53:02 -0800
  • 3f67a12477
    Update README.rst Victor Zverovich 2022-03-01 13:48:54 -0800
  • 33ecbc1056
    Update locale.h Saad Ahmed 2022-03-01 23:40:02 +0500
  • cc57e35974
    Update godbolt link in the readme (#2789) YuTArrUsO 2022-02-26 05:47:23 +0800
  • 3b6e8fe571
    Update README.rst YuTArrUsO 2022-02-24 10:16:18 +0800
  • abea08e430
    fix typo YuTArrUsO 2022-02-23 19:47:24 +0800
  • 86477f7ecc Fix size computation Victor Zverovich 2022-02-22 17:18:33 -0800
  • 0742606f19
    Fix Conversion Warning (#2782) Björn Schäpers 2022-02-22 17:16:36 +0100
  • 1ba69fb5a1 Remove snprintf FP fallback Victor Zverovich 2022-02-21 07:47:14 -0800
  • ea6f0bf0e5 Minor cleanup Victor Zverovich 2022-02-21 07:29:36 -0800
  • 1a18a2f3dd
    Fixing "C4127: conditional expression is constant" Visual Studio 2022 warning in pedantic mode (#2783) Ivan Shynkarenka 2022-02-21 09:26:16 -0600
  • 4fcacea354 Parameterized fp on significand type Victor Zverovich 2022-02-20 11:33:16 -0800
  • 53f2b0bc73 Fixing "C4127: conditional expression is constant" Visual Studio 2022 warning in pedantic mode Ivan Shynkarenka 2022-02-21 15:09:56 +0300
  • a290e536e0 Fix Conversion Warning Björn Schäpers 2022-02-21 10:55:26 +0100
  • cf940ae82e Simplify to_decimal Victor Zverovich 2022-02-20 08:46:09 -0800
  • 70dc3de053 Update format.h Juraj 2022-02-19 11:10:45 +0100
  • c31fef4d6c
    change static_cast to to_unsigned Juraj 2022-02-20 20:21:10 +0100
  • e8a6f7867f
    Merge branch 'fmtlib:master' into patch-1 Juraj 2022-02-20 20:17:06 +0100
  • cbc59ca893 Clear moved from memory buffer Victor Zverovich 2022-02-20 08:12:19 -0800
  • ea3d326c63
    Fix clang -Wliteral-range warning (#2779) Vladislav Shchapov 2022-02-19 23:52:33 +0500
  • 1c15f1ca27 Fix clang -Wliteral-range warning Vladislav Shchapov 2022-02-19 13:48:58 +0500
  • aad44f2839 Add fmt::enums::format_as Victor Zverovich 2022-02-19 08:03:42 -0800
  • 1319719a5e Add underlying_t Victor Zverovich 2022-02-19 07:57:43 -0800
  • af5d8004fc Limit Dragonbox to supported FP formats Victor Zverovich 2022-02-19 07:14:18 -0800
  • bc65d58c1d
    Update format.h Juraj 2022-02-19 11:10:45 +0100
  • 7b96420961 Remove unused include Victor Zverovich 2022-02-18 18:56:51 -0800
  • a0b43bfae2 Add support for 96-bit long double Victor Zverovich 2022-02-18 17:59:02 -0800