Commit Graph

  • 3fc33f6273 Update changelog Victor Zverovich 2020-04-03 08:29:02 -0700
  • 2e32db5b99 Update changelog Victor Zverovich 2020-04-03 07:42:02 -0700
  • c1ce6e01f7 Update changelog Victor Zverovich 2020-04-02 08:18:42 -0700
  • 1c3c80dc1f Update changelog Victor Zverovich 2020-04-02 07:27:58 -0700
  • d1d653d895 Implement the L specifier Victor Zverovich 2020-04-02 06:58:38 -0700
  • 73c8437485 Follow naming conventions Victor Zverovich 2020-04-01 09:30:28 -0700
  • e588b02b17 Fix posix-mock-test Victor Zverovich 2020-04-01 08:42:14 -0700
  • 1a62711d01 Reduce binary size Victor Zverovich 2020-03-31 07:54:15 -0700
  • 5b02881582 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2020-03-28 09:46:44 -0700
  • a133187a8c Update changelog Victor Zverovich 2020-03-28 09:44:27 -0700
  • 80ce222ca6 Fix wide print overload (#1609) Victor Zverovich 2020-03-28 06:31:38 -0700
  • 770a94edef Use FMT_THROW macro where applicable Scott Ramsby 2020-03-25 10:42:29 -0700
  • 1b6f722cec Fix - missing source for nuget push Wu, Ganhao 2020-03-28 00:04:31 +0800
  • 73a39fae7f Fix - use of nuget api key in secrets. Wu, Ganhao 2020-03-27 23:57:19 +0800
  • d91e8f8e8a Fix nuget package id Wu, Ganhao 2020-03-27 23:55:57 +0800
  • d6e128dccc Fix nuget push Wu, Ganhao 2020-03-27 22:36:24 +0800
  • 9235d55126 Fix - incorrect build folder. Wu, Ganhao 2020-03-27 22:28:19 +0800
  • e6bebe42fa Create nuget package and push. Wu, Ganhao 2020-03-27 22:24:36 +0800
  • 4b74af662b Ignore windows output files. Wu, Ganhao 2020-03-27 22:13:41 +0800
  • 300c76e4a5 Use FMT_THROW macro where applicable Scott Ramsby 2020-03-25 10:42:29 -0700
  • 2864e8432a Update readme and add compatibility option Victor Zverovich 2020-03-26 07:06:25 -0700
  • 21a295c272 Undo comment change Victor Zverovich 2020-03-25 08:14:31 -0700
  • 96c68afe69 Fix -Wsign-conversion warnings Victor Zverovich 2020-03-25 07:08:14 -0700
  • 664dd88e31 Enable FMT_STRING() use with types other than string literals Scott Ramsby 2020-03-11 17:43:14 -0700
  • 69779b4ed6 Fix handling of small precision in general format Victor Zverovich 2020-03-24 09:01:57 -0700
  • 01a172c969 Add .vs to .gitignore Scott Ramsby 2020-03-23 10:33:54 -0700
  • 4c04162df7 Enable FMT_STRING() use with types other than string literals Scott Ramsby 2020-03-11 17:43:14 -0700
  • 7e65b12ced Add .vs to .gitignore Scott Ramsby 2020-03-23 10:33:54 -0700
  • 51c860de90 Enable correct __cplusplus macro when building with MSVC Scott Ramsby 2020-03-23 10:31:51 -0700
  • 08ca40ea91 Detect /utf-8 in MSVC Victor Zverovich 2020-03-22 07:57:56 -0700
  • dd97f4920c Improve exception safety in dynamic_format_arg_store Victor Zverovich 2020-03-21 08:51:48 -0700
  • 2951169481 Move FMT_USE_FLOAT and friends to fmt/format.h Victor Zverovich 2020-03-20 06:59:41 -0700
  • d3e668418f
    Allow disabling floating point support (#1590) Alberto Aguirre 2020-03-20 08:46:31 -0500
  • b44eca8197 Fix empty-body warning Alberto Aguirre 2020-03-19 18:38:45 -0500
  • b7f240a0df Add is_supported_floating_point constexpr function Alberto Aguirre 2020-03-19 18:18:41 -0500
  • c3c9a69ace Avoid conditional macros to disable float support Alberto Aguirre 2020-03-19 16:33:51 -0500
  • 52d0e1bbe3 Don't use properties when setting FMT_LIB_NAME Victor Zverovich 2020-03-19 08:35:09 -0700
  • 5d32ccfc31
    Add back missing OUTPUT_NAME in target properties. (#1598) Attila M. Szilagyi 2020-03-19 07:01:51 -0700
  • 4979178ca1 Add missing target property OUTPUT_NAME Attila Mark 2020-03-18 13:10:36 -0700
  • 5453e8c84d Merge remote-tracking branch 'upstream/master' Attila Mark 2020-03-18 13:04:02 -0700
  • 3cf619de55 Simplify dynamic_format_arg_store Victor Zverovich 2020-03-17 07:13:46 -0700
  • 2559983e7a
    Color formatting fixed for wide strings (fixes issue #1594) (#1596) Spirrwell 2020-03-17 09:24:42 -0400
  • 026f99178e Simplify dynamic store Victor Zverovich 2020-03-16 19:10:41 -0700
  • 9f70fc3e7a Minor tweaks for dynamic_format_arg_store Victor Zverovich 2020-03-16 07:51:57 -0700
  • c062733f60 Remove unnecessary color format wide string tests Spirrwell 2020-03-16 10:12:30 -0400
  • 6012dc9ab4
    Dynamic arguments storage. Implementation of enhancement from issue #1170. (#1584) Vladimir Solontsov 2020-03-16 17:00:29 +0300
  • ae512cd100 Fixes after review vsol 2020-03-16 10:37:05 +0300
  • 9e6a10beca Color tests for wide strings Spirrwell 2020-03-15 23:32:23 -0400
  • 6ec9543eef Use std::char_traits::length for ansi_color_escape::begin Spirrwell 2020-03-15 22:16:14 -0400
  • 85050aa2e6 Ability to join elements of std::initializer_list was added Nikolay Rapotkin 2020-03-13 11:20:24 +0300
  • 5edd2cec4e Ability to join elements of std::initializer_list was added Nikolay Rapotkin 2020-03-13 11:20:24 +0300
  • ff486a72a7 Allow leading zeros in precision (#1579) Victor Zverovich 2020-03-14 11:37:38 -0700
  • 473ba57fcf Fixed comments vsol 2020-03-14 20:51:41 +0300
  • 678341275b Deprecate fmt::char8_t Victor Zverovich 2020-03-14 10:32:34 -0700
  • 6f01b6ebb6 Fix a typo in CMake config: STRINGS -> STRING Victor Zverovich 2020-03-14 09:50:25 -0700
  • 863aa63433 trying to fix MSVC vsol 2020-03-14 19:28:43 +0300
  • 49a46f8d50 Removed conditional compilation as there's already the internal::std_string_veiew alias vsol 2020-03-14 19:16:32 +0300
  • def562c56a minor fixes vsol 2020-03-14 19:10:28 +0300
  • 61c5a51604 Fix handling of empty tuples (#1588) Victor Zverovich 2020-03-14 07:41:08 -0700
  • 70bc839b24 merge dyn-args.h to core.h vsol 2020-03-14 12:27:25 +0300
  • 6e047c2a45 minor (unused alias in test) vsol 2020-03-14 11:38:08 +0300
  • c2c5c5c846 Merge branch 'master' of https://github.com/fmtlib/fmt.git vsol 2020-03-14 11:25:52 +0300
  • bee2b5f07c Preliminary cleanup. vsol 2020-03-14 11:24:09 +0300
  • 02bfd8a9a5 Add FMT_HAS_CPP14_ATTRIBUTE / FMT_HAS_CPP17_ATTRIBUTE to test for language-specific attributes. Dair Grant 2020-03-02 14:51:51 +0000
  • ab33f1a47b Add FMT_HAS_CPP14_ATTRIBUTE / FMT_HAS_CPP17_ATTRIBUTE to test for language-specific attributes. Dair Grant 2020-03-02 14:51:51 +0000
  • 90219a772b Build fixes vsol 2020-03-13 10:00:23 +0300
  • 435133426e
    Update dyn-args.h Vladimir Solontsov 2020-03-12 11:24:03 +0300
  • 107f9a84b4 Custom list -- first cut. vsol 2020-03-12 10:30:25 +0300
  • f0984c43bc Addressed minor issues, removed named_arg support. vsol 2020-03-12 09:49:20 +0300
  • 7433fd5ae2 Merge branch 'master' of https://github.com/fmtlib/fmt.git vsol 2020-03-12 09:34:37 +0300
  • 3c24052cf1 Workaround 'cannot call member function without object' error on gcc 4.9 Victor Zverovich 2020-03-11 17:29:07 -0700
  • f72a905eb3 Fix handling of volatile enums Victor Zverovich 2020-03-11 08:40:57 -0700
  • 941d5e147a Workaround broken fallthrough attribute in the PGI compiler (#1583) Victor Zverovich 2020-03-11 07:56:18 -0700
  • 5930040c99 Clang-format applied. vsol 2020-03-10 21:14:55 +0300
  • a15c81e5ff Allow disabling floating point support Alberto Aguirre 2020-03-10 11:56:48 -0500
  • 448fb74633 MSVC2015 fix vsol 2020-03-10 13:50:04 +0300
  • c3c6d0c2d2 Fixed a lifetime issue in test and minor build fixes. vsol 2020-03-10 11:17:44 +0300
  • 833bfe3749 Finxing build issues. (Not complete) vsol 2020-03-09 21:41:37 +0300
  • ee2b828b9a Tweak a comment Victor Zverovich 2020-03-09 11:27:14 -0700
  • 5bb8856655
    Workaround for broken [[deprecated]] in PGI compiler (#1581) Pramod Kumbhar 2020-03-09 19:25:38 +0100
  • 7a1a67ff93 Dynamic arguments storage. Implementation of enhancement from issue #1170. vsol 2020-03-09 20:50:52 +0300
  • 1c0c59d4a0 Fix empty debug postfix Laurent Stacul 2020-03-09 06:14:29 +0000
  • f8390924f1 Fix empty debug postfix Laurent Stacul 2020-03-09 06:14:29 +0000
  • 0c04714397 run clang-format (v9.0.0) Pramod Kumbhar 2020-03-08 22:44:07 +0100
  • 265c93684b Workaround broken [[deprecated]] in PGI compiler - similar to Intel and NVCC, add workaround for PGI compiler Pramod Kumbhar 2020-03-08 00:20:54 +0100
  • b1adaa9881 Remove gcc 4.4 workaround Victor Zverovich 2020-03-07 14:50:52 -0800
  • 48e8d0ebef set_doc -> set_verbose Victor Zverovich 2020-03-07 14:31:39 -0800
  • ce00979152 Cleanup CMake config Victor Zverovich 2020-03-07 08:18:01 -0800
  • f2d92931ce Adjust FMT_STRING_RESULT check to gcc 8.4. Dair Grant 2020-03-07 01:46:25 +0000
  • d94558359a Allow fmt::compile to accept a fmt::basic_string_view in addition to a string literal. Dair Grant 2020-03-07 00:17:25 +0000
  • 50f1131fba Lower FMT_STRING_RESULT gcc check to 8.0. Dair Grant 2020-03-06 23:11:47 +0000
  • 2807732878 Conditionalise result of FMT_STRING_IMPL for gcc 9. Dair Grant 2020-03-06 22:45:15 +0000
  • 566ef6ef95 Fix unused type alias warning from clang. Dair Grant 2020-03-06 21:48:42 +0000
  • dac909b1dd Workaround for gcc issue with FMT_STRING within if constexpr. Dair Grant 2020-03-05 12:48:01 +0000
  • db4a6cfbf9 is_static_compiled_format -> is_compiled_format Victor Zverovich 2020-03-06 07:25:34 -0800
  • 29a1ea795a Fix clang -Wdisabled-macro-expansion warning from FMT_STRING_IMPL. Dair Grant 2020-03-02 15:08:56 +0000
  • 8a06ca84c7 Fix ambiguous overloads of format & format_to Victor Zverovich 2020-03-05 11:43:33 -0800
  • c7deded175 Fix clang -Wdisabled-macro-expansion warning from FMT_STRING_IMPL. Dair Grant 2020-03-02 15:08:56 +0000
  • 153f753bde Deprecate undocumented _u suffix Victor Zverovich 2020-03-04 19:20:19 -0800
  • eafd079868 Improve width computation Victor Zverovich 2020-03-04 16:43:49 -0800