Commit Graph

  • 98a8830d2a attempt stripping void casts Walter Gray 2020-12-20 21:17:53 -0800
  • b9063f9392 remove vformat from chrono.h Walter Gray 2020-12-20 16:26:53 -0800
  • c85d5e342c address easy comments Walter Gray 2020-12-20 16:07:45 -0800
  • f2a5a0f27e restore ifdef guarding GCC bug Walter Gray 2020-12-12 17:43:26 -0800
  • 8e575bd507 address comments Walter Gray 2020-12-12 16:55:02 -0800
  • 098de0d54f Remove formatted_size overlaod accepting compile-time strings Walter Gray 2020-12-12 14:57:59 -0800
  • b8ebadd3ac fixup chrono MSVC workaround Walter Gray 2020-12-09 11:22:32 -0800
  • 2489501c39 fix gcc issue Walter Gray 2020-12-07 22:20:29 -0800
  • 9fafb14f29 fix unused arg issue in test Walter Gray 2020-12-07 22:07:47 -0800
  • dafbc05dbd fixup test Walter Gray 2020-12-07 21:30:11 -0800
  • d539f76da6 cleanup doc string Walter Gray 2020-12-07 21:21:17 -0800
  • b61537a9df restore missing include Walter Gray 2020-12-03 21:36:12 -0800
  • 60bceae2f4 fixup chrono.h with better notes about MSVC workaround Walter Gray 2020-12-03 20:23:59 -0800
  • c4c83517a4 trim down compiletime test Walter Gray 2020-12-03 20:20:26 -0800
  • d343e4ba7b fix MSVC version check #if statements Walter Gray 2020-11-30 19:23:41 -0800
  • 7f1c0411d6 fix gcc errors Walter Gray 2020-11-30 19:09:08 -0800
  • 900adebb4b fix gcc pedantic error Walter Gray 2020-11-30 17:58:11 -0800
  • 1e034bddf4 try a fix for strange gcc failures Walter Gray 2020-11-30 17:20:16 -0800
  • 35b94fa9b3 increase MSVC version restriction Walter Gray 2020-11-30 15:02:51 -0800
  • 55600c96e9 fix ranges.h Walter Gray 2020-11-30 14:51:17 -0800
  • 1fbfcccb1b Improve docs Walter Gray 2020-11-30 14:45:57 -0800
  • e805e8ee29 workaround MSVC bug Walter Gray 2020-11-30 14:03:47 -0800
  • 54d6d5bc84 fix gcc test Walter Gray 2020-11-30 13:17:48 -0800
  • aa65e99969 fix ranges Walter Gray 2020-11-30 12:49:15 -0800
  • 3b6d21be15 clang-format, test fixes Walter Gray 2020-11-30 11:21:34 -0800
  • 2f9484c74b fix chrono Walter Gray 2020-11-30 11:05:50 -0800
  • b75bd49b6c fix formatted_size Walter Gray 2020-11-30 11:02:28 -0800
  • f76c64abe5 fix wide string formatting Walter Gray 2020-11-30 10:49:15 -0800
  • e05c8fcffe Add test Walter Gray 2020-11-30 10:45:20 -0800
  • fa43fd1444
    Forward arguments to work with views (#2068) Daumantas Kavolis 2020-12-20 15:14:54 +0000
  • 3551f5d118 Workaround a gcc 10 -Warray-bounds bug (#2065) Victor Zverovich 2020-12-19 09:01:57 -0800
  • 5e705209d8 Added format_to(buffer, text_style, ...) overload Eclipse842 2020-12-18 17:30:30 -0800
  • ee941cee6b forward arguments to work with views dkavolis 2020-12-18 00:55:33 +0000
  • 2b6e30a75e add test for formatting with no args Walter Gray 2020-12-15 11:49:26 -0800
  • de42f13712
    use is_constant_evaluated() to initialize class value` with string Alexey Ochapov 2020-12-15 04:48:34 +0300
  • 0484cd75ad
    Compile time error in case of trying to use FMT_COMPILE while it's not supported is prettified Krylov Yaroslav 2020-12-12 03:27:34 +0300
  • d88d078abe
    Try to convince github actions to build all jobs instead of stopping on first fail. Using "fail-fast: false" this time Krylov Yaroslav 2020-12-12 03:21:16 +0300
  • 46346f59f6
    Revert "Try to convince github actions to build all jobs instead of stopping on first fail" Doesn't work anyway( Krylov Yaroslav 2020-12-12 03:03:16 +0300
  • 4be0b4083c
    Try to convince github actions to build all jobs instead of stopping on first fail Krylov Yaroslav 2020-12-12 02:47:44 +0300
  • 6b60df69f6
    FMT_COMPILE tests are temporary switched on even if constexpr_if is not available. Let's on error output Krylov Yaroslav 2020-12-12 02:13:04 +0300
  • e737672614 Remove an old mingw workaround (#2059) Victor Zverovich 2020-12-10 06:24:52 -0800
  • 6742642dcd
    quick fix for MSVC 19.0.24241.7 Alexey Ochapov 2020-12-09 20:54:24 +0300
  • 25a41b80fc
    Fix a link to Android.mk (#2057) Victor Zverovich 2020-12-09 08:04:58 -0800
  • 9293f7072e
    Suppress gcc warning on privates-only class (#2053) Finkman 2020-12-09 15:55:17 +0100
  • f0b7578287 Suppress gcc warning on privates-only class Sven Fink 2020-12-07 10:02:04 +0100
  • 62abf10ed8
    add missing 0 spec test Alexey Ochapov 2020-12-09 03:44:58 +0300
  • aead58e6e8
    add constexpr where it's needed Alexey Ochapov 2020-12-09 03:08:44 +0300
  • 725eedf1ae
    add tests for specs, std::string_view -> fmt::basic_string_view in test_string Alexey Ochapov 2020-12-09 02:58:56 +0300
  • c20874c28f
    Reenable support for fallback formatter in join (#2040) (#2050) Camille Bordignon 2020-12-08 17:56:53 +0100
  • 6d9892fec5 Reenable support for fallback formatter to join (#2040) Camille Bordignon 2020-12-08 17:47:36 +0100
  • 5de0bc1d4f
    Add UDL as replacement for FMT_COMPILE (#2043) Alexey Ochapov 2020-12-08 02:53:11 +0300
  • e7d035d55d
    remove deduction guide for fixed_string Alexey Ochapov 2020-12-07 23:36:21 +0300
  • b81bf00c9b
    update FMT_USE_NONTYPE_TEMPLATE_PARAMETERS Alexey Ochapov 2020-12-07 22:35:54 +0300
  • a6fafe2f01
    docs: use https for some links (#2051) 谭九鼎 2020-12-05 22:41:38 +0800
  • c4df2c00bb docs: use https for some links 谭九鼎 2020-12-05 09:01:15 +0000
  • 004a45d65a Remove version check until fix can be validated Walter Gray 2020-12-03 18:39:31 -0800
  • 33f9a6d360 Fix handling of enums in to_string (#2036) Victor Zverovich 2020-12-03 15:03:19 -0800
  • aabe0a8473
    simplify tests by reordering arguments of EXPECT_EQ (#2044) Alexey Ochapov 2020-12-04 01:21:23 +0300
  • 1f4a76d2c8 Add a missing include (#2047) Victor Zverovich 2020-12-03 13:58:18 -0800
  • 34c1491418 Add test Walter Gray 2020-12-03 13:04:26 -0800
  • e3210ff5eb Fix MSVC issue with FMT_ENFORCE_COMPILE_STRING Walter Gray 2020-12-03 12:25:52 -0800
  • 4a6eadbde0 Make std::byte formattabe (#1981) Victor Zverovich 2020-12-03 08:50:28 -0800
  • 6ea2ca8ff4
    fix for empty format string Alexey Ochapov 2020-12-02 21:35:40 +0300
  • 855e4887b3
    add empty format string into CompileTest::CompileFormatStringLiteral Alexey Ochapov 2020-12-02 21:15:48 +0300
  • 8c8b1cc74f
    apply requested changes Alexey Ochapov 2020-12-02 21:11:53 +0300
  • 506230ba5d
    add _cf literal as replacement for FMT_COMPILE Alexey Ochapov 2020-12-02 01:14:58 +0300
  • 683a74501f
    fix formatting with empty compiled format string (#2042) Alexey Ochapov 2020-12-02 18:14:57 +0300
  • f43416e1d7 Add a link to contents from index Victor Zverovich 2020-12-02 06:30:09 -0800
  • a1fe710c3e
    simplify tests by reordering arguments of EXPECT_EQ Alexey Ochapov 2020-12-02 13:45:26 +0300
  • 34aa442cab
    fix formatting with empty compiled format string Alexey Ochapov 2020-12-02 01:00:41 +0300
  • b60884994b Document FMT_STRING requires >C++14 Walter Gray 2020-12-01 10:34:09 -0800
  • ce670492ea add test for wide fmt strings Walter Gray 2020-11-30 10:11:22 -0800
  • f52375ac2f add print overload accepting locale to locale.h Walter Gray 2020-11-30 10:05:40 -0800
  • 5a493560f5 Move some code from core.h to format.h where it is used Victor Zverovich 2020-11-29 09:44:57 -0800
  • 9ed0a98178 Fix docs build Victor Zverovich 2020-11-29 09:13:14 -0800
  • dac753b81e
    Basics of formatting at compile-time based on compile-time API (#2019) Alexey Ochapov 2020-11-29 19:59:11 +0300
  • f9c1723019
    remove redundant scope block in CompileTimeFormattingTest::Combination test Alexey Ochapov 2020-11-29 17:49:18 +0300
  • af8bcb9fe5
    simplify tests Alexey Ochapov 2020-11-29 02:23:47 +0300
  • 6b7665c329
    apply requested changes Alexey Ochapov 2020-11-28 22:51:57 +0300
  • 77312ce710
    revert digits, un-constexpr equal2 and copy2 (not needed) Alexey Ochapov 2020-11-27 22:13:02 +0300
  • 8f1f5981ff
    update tests Alexey Ochapov 2020-11-27 21:32:40 +0300
  • 119f7dc3d6 Truncate file by default Victor Zverovich 2020-11-27 08:15:14 -0800
  • 22a68d1613 Don't emit trailing zeros by default Victor Zverovich 2020-11-27 07:45:54 -0800
  • d0110b7e35
    Update README.rst Victor Zverovich 2020-11-26 19:51:31 -0800
  • c9a0032a75
    apply requested changes, apply code style Alexey Ochapov 2020-11-26 22:09:23 +0300
  • 3f4839ce3d Merge branch 'release' of github.com:fmtlib/fmt Victor Zverovich 2020-11-25 06:41:05 -0800
  • 10ea9a02f5 Fix join for specifc types (#1981) Camille Bordignon 2020-11-25 13:51:09 +0100
  • 7bdf0628b1 Update version 7.1.3 Victor Zverovich 2020-11-24 17:15:02 -0800
  • fc1355114d Update changelog Victor Zverovich 2020-11-24 17:14:00 -0800
  • 926233bde8 Fix test Victor Zverovich 2020-11-24 14:54:15 -0800
  • 706555bf3c
    remove inline from functions with FMT_CONSTEXPR Alexey Ochapov 2020-11-24 21:57:18 +0300
  • 0683fa7d1d Bump version Victor Zverovich 2020-11-24 08:36:21 -0800
  • 6ce207b9a5 Fix formatting Victor Zverovich 2020-11-24 08:29:17 -0800
  • 07b1c1a15f Update changelog Victor Zverovich 2020-11-24 08:24:14 -0800
  • 58992761cf Reintroduce ostream support to range formatters (#2014) Victor Zverovich 2020-11-21 16:31:22 -0800
  • b8957f50c3 Fix an overflow in format_to_n (#2029) Victor Zverovich 2020-11-18 06:43:47 -0800
  • df66516ed3 Workaround an issue with mixing std versions in gcc (#2017) Victor Zverovich 2020-11-14 09:02:14 -0800
  • a57baa69a5 Fix more linkage errors (#2011) Victor Zverovich 2020-11-14 06:06:10 -0800
  • 85534a1397 Fix linkage errors when linking with a shared library (#2011) Victor Zverovich 2020-11-12 05:51:00 -0800
  • ab3c8efadd
    add test with uint64_t and uint32_t numbers Alexey Ochapov 2020-11-24 00:11:11 +0300