Commit Graph

  • dccddc2bdb Apply clang-format Victor Zverovich 2021-06-07 08:49:47 -0700
  • 0e36681b8e Cleanup digit count Victor Zverovich 2021-06-07 07:42:22 -0700
  • 1de80f5b22 Workaround lack of static constexpr in constexpr functions Victor Zverovich 2021-06-07 07:16:58 -0700
  • 2039dce75f Detect consteval Victor Zverovich 2021-06-06 17:35:40 -0700
  • d551b88a6d Move is_char specializations to xchar.h Victor Zverovich 2021-06-06 09:25:12 -0700
  • 16c3514d01 wchar-test -> xchar-test Victor Zverovich 2021-06-06 07:51:26 -0700
  • 206000a017 Workaround pathological conversion (#2343) Victor Zverovich 2021-06-06 06:51:37 -0700
  • 76ee490468 Move wchar/custom char overloads to xchar.h Victor Zverovich 2021-06-05 20:19:17 -0700
  • e77b22d6da Deprecate memory buffer overload of format_to Victor Zverovich 2021-05-30 12:59:56 -0700
  • 07039f4b19
    Update README.rst Victor Zverovich 2021-06-05 06:32:22 -0700
  • 4678192c88 Remove bsr2log10 Victor Zverovich 2021-06-04 21:33:05 -0700
  • 7c3d3dfa29 Update thousands_sep_impl signature Victor Zverovich 2021-06-04 21:12:47 -0700
  • ef826b86cb Fix docs Victor Zverovich 2021-06-04 20:34:58 -0700
  • 5223f552c8 Remove FMT_ALWAYS_INLINE Victor Zverovich 2021-06-04 20:29:54 -0700
  • cfde93afe0 Add FMT_STATIC_CONSTEXPR Victor Zverovich 2021-06-04 16:20:46 -0700
  • 986a5a6c2c Fixed join_view formatter for wchar_t Cristi 2021-06-04 02:06:25 +0300
  • 7c8b35ff32 fix MSVC Win32 count_digits Tobias Ribizel 2021-06-04 19:37:48 +0200
  • a1d03d9f77
    fix MSVC Win32 count_digits Tobias Ribizel 2021-06-04 19:37:48 +0200
  • 3eeb084e71 Optimize count_digits Victor Zverovich 2021-06-04 06:45:20 -0700
  • 2ac0bfe59e Improve handling of thousands separator Victor Zverovich 2021-06-03 20:29:42 -0700
  • 024741b476 CI: set up multi-thread build for all platforms Alexey Ochapov 2021-06-03 08:00:00 +0300
  • f4c95f6dd9 Improve handling of thousands separator Victor Zverovich 2021-06-03 17:40:00 -0700
  • d4fbeacc33 Fix docs build Victor Zverovich 2021-06-03 17:29:46 -0700
  • 0eef389ddb Code style Victor Zverovich 2021-06-03 11:51:21 -0700
  • 6aac972d25 Fixed join_view formatter for wchar_t Cristi 2021-06-04 02:06:25 +0300
  • e27b1ce50c Fix docs Victor Zverovich 2021-06-03 09:32:12 -0700
  • 9f8b6daca2 Fix wheel installation Victor Zverovich 2021-06-03 09:10:07 -0700
  • 6060bcfc8a Fix docs Victor Zverovich 2021-06-03 09:03:00 -0700
  • ff9673463c Fix docs Victor Zverovich 2021-06-03 08:43:41 -0700
  • 1085cc2178 Fix docs Victor Zverovich 2021-06-03 08:28:02 -0700
  • 11addaa16e Update docs Victor Zverovich 2021-06-03 06:24:17 -0700
  • 71141c5c49
    CI: set up multi-thread build for all platforms Alexey Ochapov 2021-06-03 08:00:00 +0300
  • 760ca5ccc0 Update docs Victor Zverovich 2021-06-02 19:45:42 -0700
  • 290d3f8b61 Cleanup ranges API Victor Zverovich 2021-06-02 17:06:02 -0700
  • aa09e0f5dd Update docs Victor Zverovich 2021-06-02 16:25:19 -0700
  • d142579e97 Cleanup the format API Victor Zverovich 2021-06-02 16:13:39 -0700
  • f286139d22 Fix "undefined reference to `fmt::v7::detail::basic_data<void>::digits'" Владислав Щапов 2021-06-01 01:50:42 +0500
  • e7ac9333ba Fix "undefined reference to `fmt::v7::detail::basic_data<void>::digits'" Владислав Щапов 2021-06-01 01:50:42 +0500
  • 7b9d69b827 Add xchar.h to docs Victor Zverovich 2021-06-02 08:19:54 -0700
  • cbd861f188 Update docs Victor Zverovich 2021-06-02 08:06:52 -0700
  • faf972f039 Update docs Victor Zverovich 2021-06-02 07:46:26 -0700
  • 622d1c0423 Update changelog Victor Zverovich 2021-06-02 07:36:27 -0700
  • 634c948769 Update changelog Victor Zverovich 2021-06-02 07:13:06 -0700
  • a04e3a2dc8 Comment Victor Zverovich 2021-06-01 20:47:16 -0700
  • 87876d5474 Cleanup the printf implementation Victor Zverovich 2021-06-01 20:20:41 -0700
  • d338d66324 Cleanup the printf implementation Victor Zverovich 2021-06-01 19:30:46 -0700
  • 272660e704 Remove deprecated printf functions Victor Zverovich 2021-06-01 18:08:31 -0700
  • 5a95c5ae2c Update changelog Victor Zverovich 2021-06-01 17:47:23 -0700
  • 70e67ae018 Re-enable module testing Prepare for compilation with gcc (modules branch). Daniela Engert 2021-05-29 20:00:41 +0200
  • ad97258915 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2021-06-01 13:38:26 -0700
  • ed2a6377e7 Workaround msvc constexpr issues Victor Zverovich 2021-06-01 11:51:59 -0700
  • 9976869549 fix custom types formatting at compile-time, add test Alexey Ochapov 2021-05-30 03:46:12 +0300
  • 4f7ea165d1
    Re-enable module testing Prepare for compilation with gcc (modules branch). Daniela Engert 2021-05-29 20:00:41 +0200
  • 7bdc3fd585
    fix custom types formatting at compile-time, add test Alexey Ochapov 2021-05-30 03:46:12 +0300
  • 8c1b22ba6d Workaround a gcc 9.1 bug (#2334) Victor Zverovich 2021-06-01 06:34:43 -0700
  • 2dba1cfac1 Update changelog Victor Zverovich 2021-05-31 19:19:09 -0700
  • d7ba6c3ea8
    Use qualified name-lookup in module. (#2324) Daniela Engert 2021-05-31 18:11:24 +0200
  • bf9904ee4d Workaround msvc bugs Victor Zverovich 2021-05-31 08:09:37 -0700
  • 577bce9029 Apply clang-format Victor Zverovich 2021-05-31 08:09:10 -0700
  • ba4c7f193b
    Swap parameter order to match #2327 (#2329) Daniela Engert 2021-05-31 16:44:33 +0200
  • e9e89b355b
    Update ChangeLog.rst Victor Zverovich 2021-05-31 07:43:29 -0700
  • 9bb406d78d Update changelog Victor Zverovich 2021-05-31 07:37:10 -0700
  • 831e9d3ad7
    Swap parameter order to match #2327 Daniela Engert 2021-05-30 17:12:44 +0200
  • 11a14db286 Update format_to taking a buffer and remove undocumented vformat_to overload Victor Zverovich 2021-05-30 07:33:02 -0700
  • 832ec098fc Fix argument order in locale overload of vformat_to (#2327) Victor Zverovich 2021-05-30 06:42:09 -0700
  • 486a80e8ef Move wchar_t overloads to xchar.h Victor Zverovich 2021-05-30 06:32:27 -0700
  • 19d45f4b31 Update changelog Victor Zverovich 2021-05-29 16:56:33 -0700
  • 5a2b88f6e9 Reduce binary size Victor Zverovich 2021-05-29 16:42:23 -0700
  • 00a39ad5f8
    Enable Char types other than char (#2323) Daniela Engert 2021-05-29 20:42:16 +0200
  • 47606d8288
    Use qualified name-lookup in module. Allow lookup of non-exported names from local classes in function templates. Daniela Engert 2021-05-24 13:57:57 +0200
  • 460c0ab821
    Enable Char types other than char Daniela Engert 2021-05-29 19:54:11 +0200
  • ff37e41625 wchar.h -> xchar.h because it handles other code unit types too Victor Zverovich 2021-05-29 09:37:17 -0700
  • 0901176fe4 arg_join -> join_view Victor Zverovich 2021-05-29 08:43:34 -0700
  • a9a9018191 Move wmemory_buffer to wchar.h Victor Zverovich 2021-05-29 08:26:04 -0700
  • 4a7801c3ec Update changelog Victor Zverovich 2021-05-29 08:14:25 -0700
  • 517578f80e Update changelog Victor Zverovich 2021-05-29 07:48:59 -0700
  • 85442ed045 Update changelog Victor Zverovich 2021-05-29 07:43:21 -0700
  • 6a12b13a85 Update changelog Victor Zverovich 2021-05-29 07:39:35 -0700
  • 1cfe3c7382
    Update ChangeLog.rst Victor Zverovich 2021-05-29 07:30:47 -0700
  • c06014792b Update changelog Victor Zverovich 2021-05-29 07:30:07 -0700
  • 6fe04871f4 Update changelog Victor Zverovich 2021-05-29 07:20:29 -0700
  • 9d67988aed FMT_DEPRECATED_WCHAR -> FMT_DEPRECATED_INCLUDE_WCHAR Victor Zverovich 2021-05-29 06:41:07 -0700
  • 765b451edd Update changelog Victor Zverovich 2021-05-29 06:15:49 -0700
  • 17c993c753
    Fixed compilation with CMake < 3.7 (#2321) Jose Miguel Pérez 2021-05-29 05:24:31 +0200
  • 14ca382a63 Fixed compilation with CMake < 3.7 Jose Miguel Pérez Ruiz 2021-05-29 03:32:32 +0200
  • dde6937319 Update changelog Victor Zverovich 2021-05-28 16:20:46 -0700
  • 272b0f36b3
    More module tests (#2309) Daniela Engert 2021-05-29 00:49:39 +0200
  • 576f0b7722
    More module tests Daniela Engert 2021-05-21 16:31:18 +0200
  • 126c8cb46b
    Export os.h API, too (#2318) Daniela Engert 2021-05-28 18:27:45 +0200
  • 98b9ff47a1
    Align hex floats right as default (#2317) Matthias Liedtke 2021-05-28 18:21:01 +0200
  • ece4b4b33a Update changelog Victor Zverovich 2021-05-28 06:53:33 -0700
  • 4025c0306c
    Export os.h API, too Daniela Engert 2021-05-28 12:50:22 +0200
  • a70a4ae053
    Ignore zero-padding for non-finite floating points (#2310) Liedtke 2021-05-27 23:13:05 +0200
  • b92319da6f align code-style Matthias Liedtke 2021-05-27 22:56:33 +0200
  • 4e191b5ad5 Align hex floats right as default Matthias Liedtke 2021-05-27 20:07:36 +0200
  • 96e08b0cda preserve alignment Matthias Liedtke 2021-05-27 19:09:55 +0200
  • 7612f18dc8 Update changelog Victor Zverovich 2021-05-27 07:06:13 -0700
  • b9f2c27661 Update changelog Victor Zverovich 2021-05-26 21:12:03 -0700
  • 4e21baff43 Simplify get_units Victor Zverovich 2021-05-26 18:26:00 -0700
  • 683ef11ab9 Update changelog Victor Zverovich 2021-05-26 18:25:21 -0700