Commit Graph

  • 810357c014 Document color Victor Zverovich 2020-07-26 08:22:56 -07:00
  • 0a7032a400 Update README.rst Victor Zverovich 2020-07-26 08:14:18 -07:00
  • 95d3abf95c Make format_to_n part of the core API Victor Zverovich 2020-07-24 08:28:23 -07:00
  • 98626093d2 Correct the locale format specifier in api.rst (#1792) Malcolm Parsons 2020-07-24 05:01:54 +01:00
  • 47f8d7a345 Make formatted_size part of the core API Victor Zverovich 2020-07-23 07:34:35 -07:00
  • 46a63b7087 Update docs Victor Zverovich 2020-07-23 07:12:19 -07:00
  • 430f393d6f Disabled __attribute__((deprecated)) usage for LCC (#1790) TheQwertiest 2020-07-23 16:34:03 +03:00
  • febffa4e64 Make join() handle non-const-only begin/end ranges (#1786) Tony E Lewis 2020-07-21 20:13:00 +01:00
  • d69e2da221 Fix apidoc Victor Zverovich 2020-07-20 10:38:14 -07:00
  • ce73ea37fb Reorder functions Victor Zverovich 2020-07-20 09:42:14 -07:00
  • d39d661b18 Workaround broken numeric_limits (#1725) Victor Zverovich 2020-07-20 08:39:15 -07:00
  • c228bfe882 Improve docs Victor Zverovich 2020-07-20 07:56:20 -07:00
  • 38ce19f738 Update README.rst Victor Zverovich 2020-07-20 07:29:57 -07:00
  • d11849bc0b Add FMT_REDUCE_INT_INSTANTIATIONS flag (#1781) Khalil Estell 2020-07-19 13:09:10 -07:00
  • c08518a25b Move make_args_checked to the public API Victor Zverovich 2020-07-19 10:21:15 -07:00
  • e2837084ee Add a color section Victor Zverovich 2020-07-19 09:51:52 -07:00
  • 9f0c003371 Simplify format string checks Victor Zverovich 2020-07-19 08:42:02 -07:00
  • d615137ca0 Improve handling of buffer iterator Victor Zverovich 2020-07-19 06:49:32 -07:00
  • 26b47b6fb5 Bump tested CMake version to 3.18 Raul Tambre 2020-07-18 21:33:43 +03:00
  • 7a01c9c523 Update README.rst Victor Zverovich 2020-07-18 09:17:10 -07:00
  • b17d5c4f5d Fix a regression in handling digit separators (#1782) Victor Zverovich 2020-07-18 08:31:38 -07:00
  • eb90da2e82 Type erase output iterators Victor Zverovich 2020-07-18 06:44:44 -07:00
  • 9d3cd0afb2 Type erase output iterators Victor Zverovich 2020-07-17 11:21:11 -07:00
  • 18024853b6 Fix compatibility with CMake 3.4 (#1779) Victor Zverovich 2020-07-17 06:39:53 -07:00
  • f5d4215b7c Trying to clear ambiguous compile time claims (#1775) Léonard Gérard 2020-07-16 06:19:49 -07:00
  • c26349f4d2 Improve error reporting Victor Zverovich 2020-07-14 11:13:21 -07:00
  • f4b11ef6e2 Add a short anchor Victor Zverovich 2020-07-14 09:39:22 -07:00
  • 0097cf113d Report unformattable type name more prominently Victor Zverovich 2020-07-13 08:46:53 -07:00
  • 8fa20b471b dev -> latest Victor Zverovich 2020-07-13 06:15:47 -07:00
  • a03bd3ddb0 Autodetect MSVC static runtime (#1770) Dmitriy Vetutnev 2020-07-13 16:11:23 +03:00
  • c108ee1d59 Clarify a comment Victor Zverovich 2020-07-12 10:59:33 -07:00
  • a8074a865a Update README.rst Victor Zverovich 2020-07-12 09:57:02 -07:00
  • 5f62954864 Update README.rst Victor Zverovich 2020-07-12 09:55:24 -07:00
  • bd903f96ac Clarify precedence Victor Zverovich 2020-07-12 09:02:31 -07:00
  • 16cac46a09 Improve handling of streamable and convertible to bool types (#1766) Victor Zverovich 2020-07-12 08:26:35 -07:00
  • 415cd51913 direct_buffered_file -> ostream Victor Zverovich 2020-07-11 11:06:52 -07:00
  • e1bfb59619 Fix handling of code units in compile Victor Zverovich 2020-07-11 08:35:26 -07:00
  • ba8d98cbb7 Cleanup direct_buffered_file Victor Zverovich 2020-07-11 08:27:37 -07:00
  • 04a1f6e991 Improve handling of single code units in compile Victor Zverovich 2020-07-11 08:21:14 -07:00
  • e4f57bfd7f Add an overload of write for buffer_appender Victor Zverovich 2020-07-11 07:33:25 -07:00
  • d870468159 Make append work with fixed-size buffer Victor Zverovich 2020-07-11 06:53:25 -07:00
  • e8ec09ae83 Cleanup core-test Victor Zverovich 2020-07-10 20:54:15 -07:00
  • a2c4fed981 Double buffering no more Victor Zverovich 2020-07-10 07:50:37 -07:00
  • 36406509d9 Add a fixed buffer Victor Zverovich 2020-07-10 06:30:37 -07:00
  • 60c43e8703 Apply clang-format Victor Zverovich 2020-07-09 09:04:46 -07:00
  • b998e0f30b Reduce symbol sizes and simplify iterator use Victor Zverovich 2020-07-09 08:41:05 -07:00
  • c5adfc51c5 Update README.rst Victor Zverovich 2020-07-09 06:21:02 -07:00
  • c4ad94ce26 Update README.rst Victor Zverovich 2020-07-08 18:17:26 -07:00
  • c1429651eb Fix image source link Victor Zverovich 2020-07-08 13:34:47 -07:00
  • 638db5ca5e Use Cmake to find Python and Sphinx-doc. Vitaly Zaitsev 2020-07-07 16:35:01 +02:00
  • c090569751 Update readme Victor Zverovich 2020-07-08 08:01:36 -07:00
  • 1efdb2dde4 Simplify readme Victor Zverovich 2020-07-08 07:47:18 -07:00
  • dc69afad14 Cleanup example Victor Zverovich 2020-07-08 07:44:36 -07:00
  • 445f5d392b Break long lines Victor Zverovich 2020-07-08 07:36:07 -07:00
  • 23063c3444 Update readme Victor Zverovich 2020-07-08 07:11:13 -07:00
  • f57b62575c Move PR template to the top level Victor Zverovich 2020-07-08 07:01:19 -07:00
  • 3e8d2c57f3 Add CE6 support (#1749) escherstair 2020-07-07 18:29:16 +02:00
  • f19b1a521e Update version 7.0.1 Victor Zverovich 2020-07-07 07:47:44 -07:00
  • 5c67fefb26 Fix a changelog entry Victor Zverovich 2020-07-07 06:58:44 -07:00
  • 1d2a556e1b Fix undefined reference error Dmitriy Kurkin 2020-07-07 20:17:45 +08:00
  • 04c9b62fb4 Merge release branch Victor Zverovich 2020-07-07 06:34:39 -07:00
  • 6be6762e57 Fix date Victor Zverovich 2020-07-07 06:32:19 -07:00
  • f1dd2eb3c0 Bump version Victor Zverovich 2020-07-07 06:24:32 -07:00
  • fbf3b943cc Workaround a bug in gcc Victor Zverovich 2020-07-07 06:06:50 -07:00
  • a29a01d304 Fix docs Victor Zverovich 2020-07-06 09:50:24 -07:00
  • 9f0b3afb79 Bump version in namespace Victor Zverovich 2020-07-06 09:47:27 -07:00
  • 86b2f99f8c Fix the docs Victor Zverovich 2020-07-06 07:15:39 -07:00
  • c472ff12d8 Update version Victor Zverovich 2020-07-06 06:45:20 -07:00
  • 5173a76ba4 Update version 7.0.0 Victor Zverovich 2020-07-05 08:43:47 -07:00
  • 1614af3520 Minor corrections in the changelog Victor Zverovich 2020-07-05 08:43:01 -07:00
  • 569a9b3a7f Bump version Victor Zverovich 2020-07-05 07:59:11 -07:00
  • 4e7e3c65a3 Update docs Victor Zverovich 2020-07-05 07:32:43 -07:00
  • 0f7a6bfa12 Add a section on std::format compatibility Victor Zverovich 2020-07-05 07:07:29 -07:00
  • 4faec5a5ee Update README.rst Victor Zverovich 2020-07-05 06:41:51 -07:00
  • 7dbc8ac716 Update changelog Victor Zverovich 2020-07-05 06:29:05 -07:00
  • c87dd746fa Update changelog Victor Zverovich 2020-07-05 06:20:50 -07:00
  • 372175caf8 Revert changelog changes Victor Zverovich 2020-07-05 06:06:29 -07:00
  • 9047548766 Add ClickHouse to the list of projects (#1751) alexey-milovidov 2020-07-05 15:57:04 +03:00
  • d30bca64e3 Revert changelog conversion since GFM is not supported there Victor Zverovich 2020-07-04 17:43:30 -07:00
  • d6047cdc4a Update changelog Victor Zverovich 2020-07-04 15:46:48 -07:00
  • 810241b36e Convert changlog to markdown Victor Zverovich 2020-07-04 15:20:33 -07:00
  • 661c474739 Rename changelog Victor Zverovich 2020-07-04 15:14:42 -07:00
  • 7c33059fad Update ChangeLog.rst Victor Zverovich 2020-07-04 10:16:55 -07:00
  • 9e20883ab3 Update README.rst Victor Zverovich 2020-07-04 09:37:27 -07:00
  • 41899d5225 Update changelog Victor Zverovich 2020-07-04 09:31:12 -07:00
  • f42f459089 Update changelog Victor Zverovich 2020-07-04 08:40:42 -07:00
  • 2381df654f Update readme Victor Zverovich 2020-07-04 08:27:57 -07:00
  • 7ae816563e Update README.rst Victor Zverovich 2020-07-04 08:20:45 -07:00
  • c56cf3d074 Update changelog and readme Victor Zverovich 2020-07-04 08:20:10 -07:00
  • 01309a34ab Deprecate arg_formatter Victor Zverovich 2020-07-04 06:41:24 -07:00
  • a62d060554 Update changelog Victor Zverovich 2020-07-04 07:16:36 -07:00
  • 23e3a2eee8 Update changelog Victor Zverovich 2020-07-03 19:39:08 -07:00
  • d8e0554b97 Disable numeric formatting by default Victor Zverovich 2020-07-03 10:35:49 -07:00
  • 1e8eea4f44 Update changelog Victor Zverovich 2020-07-03 10:31:14 -07:00
  • 44bd5384a9 Fix formatting Victor Zverovich 2020-07-03 09:18:18 -07:00
  • 20e19387a2 Update changelog Victor Zverovich 2020-07-03 09:14:11 -07:00
  • 56fed78149 FMT_NUMERIC_ALIGN -> FMT_DEPRECATED_NUMERIC_ALIGN Victor Zverovich 2020-07-03 08:30:05 -07:00
  • 56e63078ff Make the n specifier an opt-in Victor Zverovich 2020-07-03 07:27:22 -07:00
  • 31ce6bc702 Fix a conversion warning with Clang10 on Windows (#1750) Florin Iucha 2020-07-03 08:53:42 -04:00
  • c9c5b90da7 Fix a typo. Thanks Tracy Chapman from TripleChecker Victor Zverovich 2020-07-02 15:09:34 -07:00