Commit Graph

  • 8c8f74a870 fix zero flag for char types and make zero flag ignored if a precision is specified rimathia 2020-05-23 17:21:32 +0200
  • 3bdeda1362 fix zero flag for char types and make zero flag ignored if a precision is specified rimathia 2020-05-23 17:21:32 +0200
  • bc1b89da26 Temporarily revert parsing changes Victor Zverovich 2020-05-22 14:59:23 -0700
  • a7fb321ac6 Remove a redundant branch Victor Zverovich 2020-05-22 14:14:57 -0700
  • 8cadb96506
    fix max/min macro (#1697) Daniil Goncharov 2020-05-22 18:38:43 +0500
  • 99c5b223ce add FMT_IF_CONSTEXPR neargye 2020-05-22 16:48:13 +0500
  • 02318b06c0 fix max/min macro neargye 2020-05-22 16:29:49 +0500
  • 297c3b2ed5 Fix an example (thanks Alexey Kuzmenko) Victor Zverovich 2020-05-20 15:52:19 -0700
  • 943532fece Make ostream formatter work with compile-time format strings (#1692) Victor Zverovich 2020-05-20 14:59:57 -0700
  • bd8804019b
    Update README.rst Victor Zverovich 2020-05-19 19:25:46 -0700
  • f230300ac5
    Knuth is using fmt library (#1691) Fernando Pelliccioni 2020-05-19 22:08:32 -0300
  • 1cbd4a69c0 Knuth is using fmt library Fernando Pelliccioni 2020-05-19 19:55:04 -0300
  • a265e25b79 Optimize small string parsing Victor Zverovich 2020-05-19 12:56:06 -0700
  • 2aa2526f64 Optimize small string concatenation Victor Zverovich 2020-05-19 10:54:22 -0700
  • 8d78045e7c Move void_t to where it's used Victor Zverovich 2020-05-18 10:46:25 -0700
  • 7aafa6bc64 Update analytics Victor Zverovich 2020-05-18 10:26:22 -0700
  • c66aae1652
    Adding sentinel support to fmt::join(). (#1689) Barry Revzin 2020-05-18 08:31:01 -0500
  • fb85eb6888 Fix build issues with MXE Attila Mark 2020-05-17 17:59:06 -0700
  • 53cb4fb8d9 Surprised gcc compiled this. Barry Revzin 2020-05-17 12:32:47 -0500
  • 6d66de3805 Add c specifier support to integral types (#1652) Victor Zverovich 2020-05-17 08:44:55 -0700
  • 81cd096fdf Adding sentinel support to fmt::join(). Barry Revzin 2020-05-17 10:30:57 -0500
  • 6b219a58db
    fix interaction of space flag and '+' flag, as well as '-' flag and '0' flag (#1687) rimathia 2020-05-17 13:27:18 +0200
  • 01354d1857 fix interaction of space flag and '+' flag, as well as '-' flag and '0' flag rimathia 2020-05-16 20:48:12 +0200
  • eee2023c2a Update signatures Victor Zverovich 2020-05-15 15:25:02 -0700
  • c5ed73aab2 Add fmt::detail::buffer to the docs (#704) Victor Zverovich 2020-05-15 14:35:55 -0700
  • ea1cd9638c Fix apidoc Victor Zverovich 2020-05-15 10:03:02 -0700
  • d3964d7b1e Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2020-05-15 09:43:38 -0700
  • d18c6723a2 Update docs Victor Zverovich 2020-05-15 09:43:35 -0700
  • 96c18b26c2
    make plus flag for printf not be ignored for char argument (#1683) rimathia 2020-05-15 15:45:51 +0200
  • 3fd84af5b0 clarify overwriting of alignment specifiers for printf with char argument rimathia 2020-05-15 09:27:33 +0200
  • ba25baeb97 Apply doc patch to 6.2.1 Victor Zverovich 2020-05-14 19:11:40 -0700
  • d8d4f2611f make plus flag for printf not be ignored for char argument rimathia 2020-05-14 16:46:09 +0200
  • 981b517ccf
    nested replacement fields may omit arg_id (#1681) Kevin Puetz 2020-05-13 19:20:05 -0500
  • 66a0b8df58
    nested replacement fields may omit arg_id Kevin Puetz 2020-05-13 18:20:45 -0500
  • 922ea924bf
    Make dynamic_format_arg_store reusable and add reserve() (#1677) Vladimir Solontsov 2020-05-12 21:00:42 +0300
  • 7db96e267b fix a typo in static assert message vsol 2020-05-12 18:46:49 +0300
  • 62a7412a95 Replace direct uses of throw in fmt/compile.h with FMT_THROW. Krzysztof Kosiński 2020-05-11 19:34:52 -0700
  • da2b65e216 Implemented #1674: make dynamic_format_arg_store reusable and add reserve() for better memory menagement. vsol 2020-05-11 20:11:20 +0300
  • e0d98923c7 Update version Victor Zverovich 2020-05-09 09:13:20 -0700
  • 8069265373 internal -> detail (#1538) Victor Zverovich 2020-05-10 07:25:42 -0700
  • 963ee08310 Simplify named arguments Victor Zverovich 2020-05-09 16:38:37 -0700
  • 02a6fe59fb Named arguments go brrr Victor Zverovich 2020-05-09 12:56:35 -0700
  • de290f5c4c Ditch internal::arg_map Victor Zverovich 2020-05-09 12:43:11 -0700
  • d0623de510 Bump version Victor Zverovich 2020-05-09 10:57:04 -0700
  • 73e335ed38
    Make implicit capture explicit for C++20 (#1669) Markus Werle 2020-05-09 10:55:37 -0700
  • b4d46e3988 Update changelog Victor Zverovich 2020-05-09 10:05:16 -0700
  • 19bd751020 Update version 6.2.1 Victor Zverovich 2020-05-09 09:13:20 -0700
  • 572d2f6a7a Update changelog Victor Zverovich 2020-05-09 09:11:53 -0700
  • 1425e72d5c Bump version Victor Zverovich 2020-05-09 09:01:59 -0700
  • 393fd86ab9 explicit capture to avoid MACRO Markus Werle 2020-05-09 17:55:44 +0200
  • b149bb202c Update changelog Victor Zverovich 2020-05-09 08:30:31 -0700
  • cfcafcc23c Fix inconsistent type detection (#1662) Victor Zverovich 2020-05-05 18:28:00 -0700
  • 3a52c6ae31 Fix ostream support in sprintf (#1631) Victor Zverovich 2020-04-12 07:38:54 -0700
  • a182f7341e Update changelog Victor Zverovich 2020-05-09 08:30:31 -0700
  • 68201831a5
    Support named args in dynamic_format_arg_store (#1655). (#1663) Vladimir Solontsov 2020-05-09 16:25:03 +0300
  • 00b68834a6 Review fixes. vsol 2020-05-09 13:13:55 +0300
  • 9f8cacb8a4 rename FMT_CAPTURE_OF_THIS to FMT_CAPTURE_THIS Markus Werle 2020-05-08 14:42:05 +0200
  • d4bf5fdecb
    [clang-tidy] replace long long with uint64_t Rosen Penev 2020-05-07 19:02:35 -0700
  • 2fab5a8586
    [clang-tidy] avoid implicit bool conversions Rosen Penev 2020-05-07 18:57:46 -0700
  • 3cd0f70662
    remove stars from auto Rosen Penev 2020-05-07 18:53:48 -0700
  • ccfb50166a
    [clang-tidy] use trailing return types Rosen Penev 2020-05-07 18:51:11 -0700
  • 41777279ab
    [clang-tidy] make several member functions const Rosen Penev 2020-05-07 18:48:46 -0700
  • 7f723fbcb8 Consistently namespace qualify size_t Victor Zverovich 2020-05-07 15:59:46 -0700
  • c06851456d Purge basic_writer Victor Zverovich 2020-05-07 14:15:12 -0700
  • ae0a2cab53 narrow this capture to C++20 Markus Werle 2020-05-07 23:01:04 +0200
  • 91251b9069 capture of this: support C++14 & C++20 via macro Markus Werle 2020-05-07 22:55:27 +0200
  • 5f6f93b7e5 Minor fixes. vsol 2020-05-07 21:46:52 +0300
  • 2f05054dd3 Purge basic_writer Victor Zverovich 2020-05-06 18:29:04 -0700
  • f0ce21164c Revert enum change Victor Zverovich 2020-05-07 07:25:33 -0700
  • 44639b11fe
    Fix some warnings (#1667) peterbell10 2020-05-07 14:14:07 +0100
  • 818f65e30a make implicit capture explicit Markus Werle 2020-05-07 12:14:56 +0200
  • d2a2c525e6 Fix gcc 4.8 build vsol 2020-05-07 12:33:05 +0300
  • ced27f1232 Fix review comments vsol 2020-05-07 10:55:29 +0300
  • 1c86a99e8f Purge basic_writer Victor Zverovich 2020-05-06 18:29:04 -0700
  • 8f511fc12f Make copyfmt not throw (#1666) Victor Zverovich 2020-05-06 17:15:46 -0700
  • 905d7c47f5 Consolidate FMT_HEADER_ONLY code Peter Bell 2020-05-07 00:47:01 +0100
  • 6a7c7eac0b Use typed enums to fix Wsigned-enum-bitfield warnings Peter Bell 2020-05-06 20:39:33 +0100
  • 5147edc5e7 Add missing "extern template" declarations for non-header-only build Peter Bell 2020-05-06 20:38:52 +0100
  • b4f4024572 Fix sign-conversion warning Peter Bell 2020-05-06 20:38:08 +0100
  • 59fe455f36 Remove compatibility stubs Victor Zverovich 2020-05-06 07:31:35 -0700
  • b0f47a13e6 Separate nonfinite formatting Victor Zverovich 2020-05-06 07:19:37 -0700
  • d6cea50d01 Remove deprecated APIs Victor Zverovich 2020-05-05 20:00:31 -0700
  • 40bc7163fb Move FMT_MAYBE_UNUSED to where it's actually used Victor Zverovich 2020-05-05 19:16:30 -0700
  • 080e44d0bf Fix inconsistent type detection (#1662) Victor Zverovich 2020-05-05 18:28:00 -0700
  • 7e57cace5d
    Exclude std::abort from compilation when compiling CUDA with Clang (#1661) James Beach 2020-05-04 14:21:21 +0100
  • 6199e2a02d Named arguments. Better wupport for std::reference_wrapper. vsol 2020-05-04 14:40:18 +0300
  • e46c0a45b8 Fix namespace issue around exceptions marcos for MSVC vsol 2020-05-04 12:40:48 +0300
  • 7b66e2f219 Inherit arg_formatter_base from basic_writer Victor Zverovich 2020-05-03 21:02:09 -0700
  • bab3f58003 Refactor pointer formatting Victor Zverovich 2020-05-03 20:33:25 -0700
  • 9cc7edfddc Move int_writer to the namespace scope Victor Zverovich 2020-05-03 17:34:48 -0700
  • efbcb27d9b fix build: exceptions and cast... vsol 2020-05-03 22:27:42 +0300
  • c902f34a9a Support named args in dynamic_format_arg_store (#1655). vsol 2020-05-03 20:58:23 +0300
  • 8d9d528bf5 Improve handling of alignment Victor Zverovich 2020-05-03 10:58:18 -0700
  • 8efd1a8ef6 Improve handling of alignment Victor Zverovich 2020-05-03 10:08:57 -0700
  • a71bc9c825 Use '0' fill with numeric align for consistency with std::format Victor Zverovich 2020-05-03 09:52:31 -0700
  • 5934c2dedd Remove extraneous #endif James Beach 2020-05-03 17:00:40 +0100
  • 60d85d598c Suppress ubsan warning Victor Zverovich 2020-05-03 08:43:10 -0700
  • baae799489 Merge remote-tracking branch 'zverovich/master' vsol 2020-05-03 12:23:02 +0300
  • 8225d42dd8 Choose std::terminate unconditionally James Beach 2020-05-03 09:05:26 +0100
  • c2ad86fe11 sync with upstream James Beach 2020-05-03 08:52:12 +0100