Commit Graph

  • 569ac91e0b Implement Grisu boundary computation Victor Zverovich 2018-08-25 11:39:38 -07:00
  • a11eb3a090 Workaround various icc bugs (#822) Victor Zverovich 2018-08-22 09:07:17 -07:00
  • 62010520ed Disable gnu-string-literal-operator-template warning Victor Zverovich 2018-08-22 07:58:51 -07:00
  • 987514761e Make convert_to_int public (#818) Victor Zverovich 2018-08-22 07:40:06 -07:00
  • ba95e36a58 Clarify that '\0' cannot be used as fill (#832) Victor Zverovich 2018-08-19 08:37:40 -07:00
  • abde38b4fb Add compilation support with Newlib nano for embedded targets Thomas Bernard 2018-08-17 11:22:56 +02:00
  • 18400503da Fix C4127 warning in basic_writer<Range>::write_double Elias Daler 2018-08-17 01:43:03 +03:00
  • 9de312112a Reformat and add a comment Victor Zverovich 2018-08-15 06:54:43 -07:00
  • 8bbb0b48b4 Update README.rst Victor Zverovich 2018-08-15 06:34:34 -07:00
  • 5c0101ab2d Use the correct function signature in the docs Victor Zverovich 2018-08-12 11:34:48 -07:00
  • fbe6410e53 Fix docs Victor Zverovich 2018-08-12 08:52:47 -07:00
  • 8b9fb9fb7e Fix ambiguous instantiation with formatter in fmt/ostream.h (#830) Victor Zverovich 2018-08-11 09:13:54 -07:00
  • 0f04ec68a9 Fix package upload (#828) Victor Zverovich 2018-08-11 07:57:45 -07:00
  • 809073851f Update changelog Victor Zverovich 2018-08-11 07:22:41 -07:00
  • 5d02041c59 Update changelog Victor Zverovich 2018-08-11 07:12:52 -07:00
  • 4b868b8922 Re-enable compile-time format-string checking medithe 2018-08-07 15:08:20 +02:00
  • 4061a0d35d Parameterize vformat to support custom char types Victor Zverovich 2018-08-05 08:30:27 -07:00
  • c68bab7014 Remove broken fmt::internal::format_enum (#818) Victor Zverovich 2018-08-01 07:11:53 -07:00
  • 0c63d15ee9 Improve wording Victor Zverovich 2018-07-27 07:37:45 -07:00
  • ce19309d09 Workaround a bug in icc 15 Victor Zverovich 2018-07-26 07:59:41 -07:00
  • c684349195 Move contiguous version of format_to to fmt/core.h Victor Zverovich 2018-07-22 18:09:22 -07:00
  • 8db14efa84 util-test -> core-test and minor cleanup Victor Zverovich 2018-07-22 16:54:57 -07:00
  • ffe414cad1 Add compile-time format string checks to format_to (#783) Victor Zverovich 2018-07-22 15:30:51 -07:00
  • c178ab440f Remove FMT_USE_RVALUE_REFERENCES Victor Zverovich 2018-07-22 15:07:53 -07:00
  • 5befe6584d Remove fmt/folly.h and clean up core API Victor Zverovich 2018-07-22 14:42:25 -07:00
  • 35538ca66c Merge more format overloads Victor Zverovich 2018-07-22 09:39:50 -07:00
  • 4f16409730 Merge format overloads using SFINAE Victor Zverovich 2018-07-22 07:20:11 -07:00
  • 2a4e948864 Add UTF-8 types Victor Zverovich 2018-07-21 09:13:21 -07:00
  • d778bded95 Make line in tests fit within 80chars MikePopoloski 2018-07-20 18:23:29 -04:00
  • 7b4f170c94 Fix warning about using old-style cast MikePopoloski 2018-07-19 08:59:11 -04:00
  • b1d10a2884 Add support for dynamic arg sets MikePopoloski 2018-07-18 21:48:35 -04:00
  • cf2719bd12 Add support for types explicitly convertible to wstring_view Victor Zverovich 2018-07-18 19:12:10 -07:00
  • 50584f42b4 Test formatting of an object with templated conversion to string-like Victor Zverovich 2018-07-18 16:24:46 -07:00
  • 73bed45b7a Add support for types explicitly convertible to fmt::string_view Victor Zverovich 2018-07-18 14:12:10 -07:00
  • 6eaa507473 Fix global initialization issue (#807) Victor Zverovich 2018-07-18 09:14:10 -07:00
  • 48dff9f3c5 Update docs Victor Zverovich 2018-07-18 06:44:46 -07:00
  • a9e261599b Minor cleanup Victor Zverovich 2018-07-17 08:54:22 -07:00
  • efd8ee8a7f Reduce warnings, support #809 Henry Fredrick Schreiner 2018-07-16 12:37:54 +02:00
  • 8615ff2acc Micro-optimize argument retrieval Victor Zverovich 2018-07-15 06:29:51 -07:00
  • 916ed99dab Micro-optimize argument retrieval Victor Zverovich 2018-07-14 15:28:55 -07:00
  • e7e9578ed4 Optimize format string parsing Victor Zverovich 2018-07-14 13:17:40 -07:00
  • c99a259739 Mark new functions with FMT_API (#808) Victor Zverovich 2018-07-14 06:42:24 -07:00
  • e0f6a2f8be Add a formatter for folly::StringPiece Victor Zverovich 2018-07-14 06:33:16 -07:00
  • ae4a3945f5 Revert "Better support for newer CMake's" Victor Zverovich 2018-07-14 06:34:20 -07:00
  • a317448bd4 Keep noexcept specifier when exceptions are disabled. Alexej Harm 2018-07-13 14:04:43 +02:00
  • 0eb01b832c Better support for newer CMake's Henry Schreiner 2018-07-09 12:04:13 +03:00
  • 2a4cd6d05e Fix the returned value of format_to_n with user-defined types having operator<<. Marek Kurdej 2018-07-09 15:49:44 +02:00
  • 9c32e73abf Fixing return unreachable warning on NVCC Henry Schreiner 2018-07-09 12:27:59 +03:00
  • e5c93108e6 Added clear() to basic_buffer gabime 2018-07-09 14:47:22 +03:00
  • 60c662b3a7 Add an example of reusing formatters Victor Zverovich 2018-07-08 15:00:44 -07:00
  • f66ba6508a Optimize format string parsing Victor Zverovich 2018-07-07 12:20:10 -07:00
  • f21268aa72 Revert "Optimize format string parsing" because of a bug in MSVC Victor Zverovich 2018-07-08 08:05:55 -07:00
  • 07b690a679 Update README.rst Victor Zverovich 2018-07-07 18:18:56 -07:00
  • f9e9bf0231 Optimize format string parsing Victor Zverovich 2018-07-07 12:20:10 -07:00
  • c2ce7e4f07 Update version 5.1.0 Victor Zverovich 2018-07-05 06:22:54 -07:00
  • 434eb9167e Update README.rst Victor Zverovich 2018-07-04 18:07:17 -07:00
  • 09d94162f9 Update changelog Victor Zverovich 2018-07-04 17:47:46 -07:00
  • e6362642cf Fix pedantic conversion warning Florin Iucha 2018-07-04 17:47:20 -04:00
  • f0110e8125 Update changelog and CI Victor Zverovich 2018-07-04 16:00:06 -07:00
  • 479ee2a8c6 Fix MSVC build, take 2 Victor Zverovich 2018-07-04 13:17:03 -07:00
  • e928b6724c Fix MSVC 2013 build Victor Zverovich 2018-07-04 11:36:38 -07:00
  • ec218a3ad1 Fix redefinition warning for RESET_COLOR Dhruv Paranjape 2018-06-28 10:43:00 +05:30
  • c04fb91b03 Fix handling of user-defined types in format_to (#793) Victor Zverovich 2018-07-04 07:40:56 -07:00
  • b6d435b9a6 Fix an MSVC warning (#798) Victor Zverovich 2018-07-04 05:42:59 -07:00
  • 323b92bffe Force linking of inline functions into the library (#795) Victor Zverovich 2018-07-03 19:10:23 -07:00
  • c6d9730ddb Fix sign conversion warnings (#790) Jonathan Müller 2018-06-27 14:31:20 +02:00
  • 2e95823ef7 Move new color support to format.h and mark old as deprecated Victor Zverovich 2018-06-24 06:39:22 -07:00
  • ab2d88ca8e Make format_to work with basic_memory_buffer (#776) Victor Zverovich 2018-06-23 08:29:26 -07:00
  • 3abd036c47 Fix compilation on gcc 4 Victor Zverovich 2018-06-23 07:18:59 -07:00
  • c2f3805488 Add vformat_to_n (#769) Victor Zverovich 2018-06-23 07:03:00 -07:00
  • ce500635c7 Renamed enum color to colors. Added enum colors conversion to rgb struct. Added colors_test.cpp. Remotion 2018-06-09 00:33:39 +02:00
  • 0508bbc7ae Add wchar_t overload of format_to_n (#764) Victor Zverovich 2018-06-13 08:24:32 +02:00
  • c2fbadb9cf Fixed issue #779 gabime 2018-06-10 23:58:10 +03:00
  • 47268ecd80 Fixed GCC version test Remotion 2018-06-09 16:20:09 +02:00
  • 9ff3b6af2e Fix handling of compile-time strings when including ostream.h (#768) Victor Zverovich 2018-06-10 19:05:27 +02:00
  • e3707ef14b Document that file should be in wide-oriented mode for wide print Victor Zverovich 2018-06-09 09:12:49 +02:00
  • 45fa4ee949 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-06-08 21:43:56 +02:00
  • 9c07b37fff Using enum class now. Renamed from hex to color. Changed colr names to snake case. Remotion 2018-06-08 16:11:02 +02:00
  • 5b5886a993 Fixed line length. Remotion 2018-06-08 16:01:07 +02:00
  • d2bfee13e2 Added quotes for strings in ranges and tuple likes. Remotion 2018-06-07 22:32:47 +02:00
  • aff6e45e14 Added support for rgb color output. Remotion 2018-06-07 22:49:16 +02:00
  • 1b8a7f8fa0 Fix postincrement in truncating and counting iterators Victor Zverovich 2018-06-07 20:20:36 +02:00
  • 4bc26f0a7b Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2018-06-07 18:42:30 +02:00
  • fc6e0fe992 Fix FP formatting to a non-back_insert_iterator with sign & numeric alignment (#756) Victor Zverovich 2018-06-07 18:41:40 +02:00
  • cd5b5670ba Make is_range and is_tuple_like public API, fix #751 Dror Levin 2018-06-05 22:42:26 +03:00
  • 6322b47e60 Minor cleanup Victor Zverovich 2018-06-06 16:51:35 +02:00
  • 691a7a91a1 Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736) Elias Kosunen 2018-06-06 16:57:59 +03:00
  • dd1a5ef7f9 Let requests close the file Victor Zverovich 2018-06-05 16:58:02 +02:00
  • d5c462596b Fix formatting of more than 15 named arguments (#754) Victor Zverovich 2018-06-05 08:32:28 +02:00
  • 47d147b65d Simplify the nvcc warning fix Victor Zverovich 2018-06-04 21:27:20 +02:00
  • 911a75114b Fix nvcc warnings (#752) Victor Zverovich 2018-06-04 21:00:28 +02:00
  • 94b476283c Fix docs Victor Zverovich 2018-06-04 19:56:22 +02:00
  • 252f11f85d Fix a bogus MSVC warning about unreachable code, take 2 Victor Zverovich 2018-06-04 11:59:59 +02:00
  • 81d5663825 Fix more bogus MSVC warnings about unreachable code (#748) Victor Zverovich 2018-06-03 20:10:17 +02:00
  • 68f0ac8271 Fix a bogus MSVC warning about unreachable code Victor Zverovich 2018-06-03 08:03:56 +02:00
  • b60a5c5d49 Improve floating-point formatting Victor Zverovich 2018-05-28 20:16:30 -07:00
  • 8dc2360b11 Fix a comment Victor Zverovich 2018-05-28 17:21:07 -07:00
  • 4e4b8570e5 Implement simple version of Grisu Victor Zverovich 2018-05-28 11:25:07 -07:00
  • 4027557958 Fix tests on 64-bit MSVC Victor Zverovich 2018-05-27 11:38:53 -07:00
  • 5c32aa411c Workaround a bug in MSVC Victor Zverovich 2018-05-27 11:18:27 -07:00