Commit Graph

  • 5614289dd8 Optimize and simplify format string parsing Victor Zverovich 2018-09-09 08:41:27 -07:00
  • 10c7f89351 Optimize format string processing on dumb compilers Victor Zverovich 2018-09-09 08:13:06 -07:00
  • 59c268a5f8 Use strlen when possible since it's constexpr on gcc Victor Zverovich 2018-09-08 16:17:22 -07:00
  • 918bb1ce8f Optimize argument capture Victor Zverovich 2018-09-08 13:09:44 -07:00
  • a3ba6b4f62 Disable the fmt(...) macro by default (#853) Victor Zverovich 2018-09-08 09:55:41 -07:00
  • 8671689449 Update docs and formatting Victor Zverovich 2018-09-08 09:06:54 -07:00
  • cc10b4607f Make format_to faster on older gcc Victor Zverovich 2018-09-08 07:22:29 -07:00
  • 981797f059 Get rid of implicit-fallthrough warn. in GCC 7 and 8 medithe 2018-09-07 17:53:15 +02:00
  • 2117775747 Micro-optimize parsing Victor Zverovich 2018-09-04 15:37:31 -07:00
  • be0e268468 Optimize processing of trailing '}' Victor Zverovich 2018-08-31 15:34:31 -07:00
  • fbc38b9083 Pass heavy arguments by ref Victor Zverovich 2018-08-31 14:42:45 -07:00
  • 8dc69b9da9 Workaround a bug in Intellisense Victor Zverovich 2018-08-29 19:18:08 -07:00
  • 1489d3b7fa Implement exponential notation Victor Zverovich 2018-08-29 10:07:29 -07:00
  • dd8c5ce442 Implement more FP formatting options Victor Zverovich 2018-08-29 09:34:57 -07:00
  • 46484da711 Fix a warning Victor Zverovich 2018-08-29 07:00:24 -07:00
  • 802ff8866e Fix compilation of time.h when localtime_t is a macro (#843) Victor Zverovich 2018-08-28 07:36:48 -07:00
  • 95a718992c Remove conversion compiler warnings (#844) medithe 2018-08-29 15:38:56 +02:00
  • e483a01a0f Implement some formatting options in Grisu Victor Zverovich 2018-08-26 09:51:49 -07:00
  • f51080916e Revert "Implement some formatting options in Grisu" Victor Zverovich 2018-08-27 17:51:27 -07:00
  • 2a952dd0b2 Implement some formatting options in Grisu Victor Zverovich 2018-08-26 09:51:49 -07:00
  • 0de44a469a Implement exponent formatting Victor Zverovich 2018-08-26 08:12:35 -07:00
  • f0d0a1ebd7 Implement Grisu2 digit generation Victor Zverovich 2018-08-25 16:08:32 -07:00
  • 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 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
  • 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