Commit Graph

  • 61602a75db Remove -Wno-shadow Victor Zverovich 2020-08-05 08:48:50 -07:00
  • 2f8fc29e9b Update README.rst Victor Zverovich 2020-08-05 10:53:49 -07:00
  • 717b226b59 include/fmt/format.h: explicit cast to std::size_t for parameter to buffer.resize() in order to get rid of warning 'implicit conversion changes signedness:' in clang-8 (#1802) medithe 2020-08-05 18:37:10 +02:00
  • 2a69f56769 Tweak buffer size Victor Zverovich 2020-08-05 08:22:12 -07:00
  • ea76933802 Simplify ostream Victor Zverovich 2020-08-04 19:39:44 -07:00
  • 5413713c95 Remove unused function Victor Zverovich 2020-08-04 19:08:06 -07:00
  • 57f462428d Increase the default buffer size Victor Zverovich 2020-08-04 07:43:56 -07:00
  • 0b6e7cc60a Update README.rst Victor Zverovich 2020-08-03 21:51:48 -07:00
  • e587adb4e9 Simplify count_digits Victor Zverovich 2020-08-03 15:45:48 -07:00
  • 279d698e1b Fix handling of default alignmment with locale (#1801) Victor Zverovich 2020-08-03 10:51:42 -07:00
  • 76cfb50b2d Test complex formatter Victor Zverovich 2020-08-03 10:05:18 -07:00
  • 208291205d Optimize count_digits Victor Zverovich 2020-08-02 07:39:14 -07:00
  • 8d9ab96736 Cut a few cycles from count_digits Victor Zverovich 2020-08-01 17:53:45 -07:00
  • 734344931f Simplify ostream_params Victor Zverovich 2020-08-01 15:47:11 -07:00
  • 2a47a1e48f Update README.rst Victor Zverovich 2020-08-01 12:00:01 -07:00
  • 7c4c5c79d2 Make buffer size configurable Victor Zverovich 2020-08-01 10:25:39 -07:00
  • f0b84da5ff Don't use 128 bit integers with clang-cl (#1800) Kingcom 2020-07-31 02:21:35 +02:00
  • a3dfd6f927 Workaround a bug in msvc Victor Zverovich 2020-07-30 11:13:54 -07:00
  • 51d05521e9 Workaround broken numeric_limites, part 2 (#1787) Victor Zverovich 2020-07-30 09:42:24 -07:00
  • 21c8b5c142 Report error on missing named argument (#1796) Victor Zverovich 2020-07-30 07:16:15 -07:00
  • d82fdcc9e2 Fix handling of iterators in locale-specific formatting (#1782) Victor Zverovich 2020-07-30 07:03:11 -07:00
  • 633213d96f Merge release branch Victor Zverovich 2020-07-29 08:52:53 -07:00
  • b9d749095e Update version Victor Zverovich 2020-07-29 07:30:55 -07:00
  • 86b63bb71a Bump version Victor Zverovich 2020-07-28 09:25:15 -07:00
  • cbf6be9604 Update changelog Victor Zverovich 2020-07-28 09:15:02 -07:00
  • 229ee9b469 Workaround broken numeric_limits (#1725) Victor Zverovich 2020-07-20 08:39:15 -07:00
  • 2b7a146fa1 Fix a regression in handling digit separators (#1782) Victor Zverovich 2020-07-18 08:31:38 -07:00
  • 89d0c7124b Fix compatibility with CMake 3.4 (#1779) Victor Zverovich 2020-07-17 06:39:53 -07:00
  • e8f2580a43 Bump version Victor Zverovich 2020-07-28 09:25:15 -07:00
  • 6cefe55ac7 Update changelog Victor Zverovich 2020-07-28 09:15:02 -07:00
  • 64e2da15cd Update README.rst Victor Zverovich 2020-07-28 08:35:28 -07:00
  • 1c8c810f88 Update README.rst Victor Zverovich 2020-07-28 08:32:37 -07:00
  • c2399ccfca Update README.rst Victor Zverovich 2020-07-28 08:21:04 -07:00
  • a7c5db06d5 Update README.rst Victor Zverovich 2020-07-28 08:18:10 -07:00
  • a4c22acd0a Update README.rst Victor Zverovich 2020-07-26 12:12:31 -07:00
  • 0c1f4b5a0d Update README.rst Victor Zverovich 2020-07-26 10:57:59 -07:00
  • 63b422ee5e Update README.rst Victor Zverovich 2020-07-26 10:37:00 -07:00
  • 26e81a6731 Update README.rst Victor Zverovich 2020-07-26 10:29:03 -07:00
  • de5fc6af3b Update README.rst Victor Zverovich 2020-07-26 10:19:55 -07:00
  • 9c2edfd1aa Partially revert 638db5 because it breaks the doc build Victor Zverovich 2020-07-26 09:44:37 -07:00
  • 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
  • f19b1a521e Update version 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