Commit Graph

  • c3099beb6f Cleanup Victor Zverovich 2020-05-02 22:00:34 -0700
  • cbb4cb8991 Remove undocumented deprecated APIs Victor Zverovich 2020-05-02 21:09:51 -0700
  • b85e9ac38b Simplify vformat_to Victor Zverovich 2020-05-02 21:06:03 -0700
  • e3710ab972 FMT_CONSTEXPR -> constexpr Victor Zverovich 2020-05-02 20:35:46 -0700
  • aa3e6e69b4 excludes std::abort from compilation when compiling CUDA with Clang as device code James Beach 2020-05-02 17:12:29 +0100
  • d59751f0f0 Update date formatting example to use threadsafe localtime Lindsay Roberts 2020-05-02 16:58:23 +0300
  • e0a08bfbdd Update date formatting example to use threadsafe localtime Lindsay Roberts 2020-05-02 16:58:23 +0300
  • d6abb2fa03 Reduce library size Victor Zverovich 2020-05-01 15:23:09 -0700
  • e9fdea90b5
    Update README.rst Victor Zverovich 2020-05-01 10:40:07 -0700
  • 44b6584f22
    Update README.rst Victor Zverovich 2020-05-01 10:39:28 -0700
  • 78f041ab5b build: Fix installation paths Jan Tojnar 2020-04-30 22:23:38 +0200
  • 58e3c698f2
    build: Fix installation paths Jan Tojnar 2020-04-30 22:23:38 +0200
  • 7ca89bf87a Reduce template bloat in write_int Victor Zverovich 2020-05-01 07:53:50 -0700
  • 3c114d091b Fix a shadowing warning (#1658) Victor Zverovich 2020-05-01 07:00:25 -0700
  • e2ef12a8c0 Allow to avoid inclusion of os.cc in fmt target Krzysztof Wesolowski 2020-04-30 11:25:39 +0200
  • bca82719ab Pass iterator by value Victor Zverovich 2020-04-30 21:05:37 -0700
  • 99da389627 Make write_padded non-members Victor Zverovich 2020-04-30 15:54:18 -0700
  • f19d667943 Bump fuzzer allocation limit Victor Zverovich 2020-04-30 08:45:50 -0700
  • 3e69847616 Reduce branching in write_padded Victor Zverovich 2020-04-29 18:33:14 -0700
  • cc6e2ccfdb Allow to avoid inclusion of os.cc in fmt target Krzysztof Wesolowski 2020-04-30 11:25:39 +0200
  • 9ac1eebd47 Reduce library size Victor Zverovich 2020-04-29 09:21:25 -0700
  • e2ff910675
    Replace FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION with fmt-specific macro (#1650) asraa 2020-04-29 12:12:43 -0400
  • 4d65be44d2 address comment Asra Ali 2020-04-29 10:32:03 -0400
  • 3fae95b87f use macro Asra Ali 2020-04-29 09:46:24 -0400
  • 0c292aee11 fix macro Asra Ali 2020-04-29 09:27:18 -0400
  • ca0fb3040c update to use FMT_FUZZ Asra Ali 2020-04-28 15:30:49 -0400
  • f2ed03b919 Fix a warning (#1649) Victor Zverovich 2020-04-28 06:19:29 -0700
  • 9dde9f0131 Reduce library size Victor Zverovich 2020-04-27 18:51:57 -0700
  • b1af642d1d Reduce library size Victor Zverovich 2020-04-26 19:56:26 -0700
  • 4a617f25c6 Clarify encoding conversion in chrono Victor Zverovich 2020-04-27 09:57:08 -0700
  • 9aa1517525 use FMT_THROW Asra Ali 2020-04-27 09:53:19 -0400
  • 6f435f55c8 Improve compile time by using extern template (#1452) Victor Zverovich 2020-04-23 14:52:50 -0700
  • cb475cb884 Clarify why we don't check argument id Victor Zverovich 2020-04-25 10:02:00 -0700
  • 1e1ac6e964 Check dynamic width/precision id at compile time (#1614) Victor Zverovich 2020-04-22 14:18:45 -0700
  • e51c449fe6 Revert "Check dynamic widht/precision id at compile time (#1614)" Victor Zverovich 2020-04-25 07:43:56 -0700
  • 0463665ef1 Don't access a C string past precision in printf (#1595) Victor Zverovich 2020-04-22 16:39:28 -0700
  • 7d748a6f82 Check dynamic widht/precision id at compile time (#1614) Victor Zverovich 2020-04-22 14:18:45 -0700
  • 2b75bd7ce6 Get rid of do_check_format_string Victor Zverovich 2020-04-22 12:02:39 -0700
  • 4a1d5931cb Simplify udl_formatter with FMT_STRING Victor Zverovich 2020-04-22 11:26:05 -0700
  • 811b0f9054 Enable compile-time error tests Victor Zverovich 2020-04-22 10:50:07 -0700
  • 450e8eed97 Fix markup Victor Zverovich 2020-04-22 09:30:09 -0700
  • b8fbcec1be Clarify formatter reuse Victor Zverovich 2020-04-22 09:15:52 -0700
  • 56bc86ffac Suppress bogus MSVC analysis warnings Victor Zverovich 2020-04-22 07:51:25 -0700
  • 3f79357ef0 Fix a recent regression in handling max packed arguments Victor Zverovich 2020-04-22 07:10:06 -0700
  • 8a11148f99 Add Facebook Folly to the list of projects Victor Zverovich 2020-04-22 06:16:07 -0700
  • e371e8b686 Tweak readme Victor Zverovich 2020-04-22 06:13:36 -0700
  • 813732fede Improve readme formatting Victor Zverovich 2020-04-22 06:07:12 -0700
  • 3670d5b3f6 README: add vectorized.io/redpanda in the list of users Alexander Gallego 2020-04-21 18:44:14 -0700
  • 5ba483e152 README: add vectorized.io/redpanda in the list of users Alexander Gallego 2020-04-21 18:44:14 -0700
  • 9e2ad7cf68
    Add windows terminal to the projects using {fmt} Victor Zverovich 2020-04-21 15:47:04 -0700
  • 06627e186a Add a disable wchar support option Andreas Pokorny 2020-04-21 13:03:32 +0200
  • 63479c8519 Use a delegating ctor and add inlines Victor Zverovich 2020-04-20 17:24:43 -0700
  • 5944fcad37 Remove remaining wchar_t instantiation Victor Zverovich 2020-04-19 16:23:30 -0700
  • e253b371b2 Don't generate RTTI for allocator Victor Zverovich 2020-04-19 15:52:48 -0700
  • 0c86f467bc Fix build on ancient gcc Victor Zverovich 2020-04-19 09:52:40 -0700
  • 1929df4bc2 Simplify format_args Victor Zverovich 2020-04-19 09:21:39 -0700
  • a138221813 Always inline arg_data functions Victor Zverovich 2020-04-19 08:12:27 -0700
  • 04e0dfd4bd Always inline value ctors Victor Zverovich 2020-04-19 07:41:55 -0700
  • 04cde756bc Simplify checks Victor Zverovich 2020-04-19 07:35:19 -0700
  • c9a57b9a81 Fix incorrect assumptions about nul termination Victor Zverovich 2020-04-18 06:50:02 -0700
  • f46f5ecaf0 Reenable constexpr _compile on GCC 9 Victor Zverovich 2020-04-17 06:10:57 -0700
  • 1d7bf46ec2 Use UDL template for GCC 9.3 and newer Lars Gullik Bjønnes 2020-04-16 20:53:52 +0200
  • 6e8d7e2776 Don't use constexpr on Intel compiler (#1628) Victor Zverovich 2020-04-16 06:39:09 -0700
  • 567ed03f88 Merge arg overloads and cleanup Victor Zverovich 2020-04-15 08:16:02 -0700
  • c3fa333140 Remove warning in core.h with when compiling with gcc and -Wshadow Johan Norberg 2020-04-11 20:16:45 +0200
  • 84898b4626 Remove warning in format.h when compiling with gcc and -Wshadow Johan Norberg 2020-04-11 20:15:24 +0200
  • 538d83fd08 Cleanup named arguments Victor Zverovich 2020-04-15 06:28:41 -0700
  • 8a4630686e Improve handling of named arguments Victor Zverovich 2020-04-14 06:48:55 -0700
  • a9d62d3f35 Add check for CompiledFormat to avoid ambiguous call Dmitriy Kurkin 2020-04-14 14:50:28 +0800
  • 39dbd5c63a Add check for CompiledFormat to avoid ambiguous call Dmitriy Kurkin 2020-04-14 14:50:28 +0800
  • fdcf7870a2 Add stack-based named argument storage Victor Zverovich 2020-04-11 09:55:21 -0700
  • 5899267c47 Fix a clang-tidy warning Victor Zverovich 2020-04-12 08:27:39 -0700
  • 07b4c246ea Fix a typo Victor Zverovich 2020-04-12 08:18:47 -0700
  • e99809f29d Fix ostream support in sprintf (#1631) Victor Zverovich 2020-04-12 07:38:54 -0700
  • 3cd5179f32 Fixed clang tidy warning -multiple declarations in a single statement reduces readability gabime 2020-04-10 16:15:32 +0300
  • 7404e33a73 Fix clang warning about explicit ctor gabime 2020-04-10 16:07:26 +0300
  • f660d92033 Remove warning in core.h with when compiling with gcc and -Wshadow Johan Norberg 2020-04-11 20:16:45 +0200
  • 9505bdd852 Remove warning in format.h when compiling with gcc and -Wshadow Johan Norberg 2020-04-11 20:15:24 +0200
  • 3aab2171ed Clean up basic_format_args Victor Zverovich 2020-04-11 08:22:53 -0700
  • 7645ca0724 Clean up printf Victor Zverovich 2020-04-11 06:42:15 -0700
  • e30d8391e4 Suppress an MSVC warning (#1622) Victor Zverovich 2020-04-11 06:26:42 -0700
  • 8cd8ef03eb Simplify warning suppression Victor Zverovich 2020-04-11 06:17:31 -0700
  • bbb6b357c7 Add floating-point L specifier (#1624) Victor Zverovich 2020-04-10 07:16:20 -0700
  • 36ea32640f Suppress a bogus MSVC warning Victor Zverovich 2020-04-10 06:36:50 -0700
  • 09a90ded9a Fixed clang tidy warning -multiple declarations in a single statement reduces readability gabime 2020-04-10 16:15:32 +0300
  • 3934e8c185 Fix clang warning about explicit ctor gabime 2020-04-10 16:07:26 +0300
  • 141a00d642 Define FMT_EXTERN_TEMPLATE_API on export Victor Zverovich 2020-04-09 11:54:55 -0700
  • 3860edc5d9 Bump version Victor Zverovich 2020-04-08 14:48:14 -0700
  • 7d01859ef1 Fix handling of unsigned char strings in printf Victor Zverovich 2020-04-08 12:32:34 -0700
  • 63b23e786a Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2020-04-08 13:03:44 -0700
  • 4999796c15 Fix the docs Victor Zverovich 2020-04-06 07:32:15 -0700
  • 34b3f7b7aa Avoid windows issue with min() max() macros Greg Sjaardema 2020-04-06 10:38:07 -0600
  • 14c67e95e6
    Avoid windows issue with min() max() macros Greg Sjaardema 2020-04-06 10:38:07 -0600
  • 27e3c0fe9b Update signature in the docs Victor Zverovich 2020-04-06 07:17:41 -0700
  • 9bdd1596ce Update version 6.2.0 Victor Zverovich 2020-04-05 06:46:41 -0700
  • d151562bdd Fix punctuation in changelog Victor Zverovich 2020-04-04 12:49:56 -0700
  • 346500e70b Fix gcc version check Victor Zverovich 2020-04-04 11:23:36 -0700
  • a434a8f778 Update changelog Victor Zverovich 2020-04-04 06:34:23 -0700
  • 9eb47d951a Fix markup Victor Zverovich 2020-04-03 08:49:29 -0700
  • 51c58a56ba Bump version Victor Zverovich 2020-04-03 08:32:45 -0700