Commit Graph

  • d66fa2216e Reduce syntactic noise Victor Zverovich 2018-09-23 12:54:25 -07:00
  • 48e6dcd0f2 Implement workarounds for gcc 4.4 Victor Zverovich 2018-09-23 12:12:47 -07:00
  • 0ea3221d34 Remove is_named_arg and add FMT_CHAR Victor Zverovich 2018-09-23 09:44:01 -07:00
  • 73c53d7833 Parameterize 'printf(rgb color, ...)' and 'vprint_rgb(rgb color, ...)' on the type of the format string. Daniela Engert 2018-09-17 18:21:24 +02:00
  • d41be23acd Simplify string_view detection Victor Zverovich 2018-09-22 19:46:57 -07:00
  • 2def9e4c82 Remove FMT_DTOR_NOEXCEPT Victor Zverovich 2018-09-22 18:51:32 -07:00
  • ff6e46ed97 More cleanup Victor Zverovich 2018-09-22 16:00:34 -07:00
  • 715f2b4c00 Remove require_wchar and internalize no_formatter_error Victor Zverovich 2018-09-21 18:25:24 -07:00
  • ec0cdc46f6 Workaround Windows slowness Victor Zverovich 2018-09-21 13:55:33 -07:00
  • 3e75ad9822 Update version 5.2.1 Victor Zverovich 2018-09-21 10:18:51 -07:00
  • 4f043f8e00 Bump version Victor Zverovich 2018-09-21 10:07:56 -07:00
  • cc02cbc455 Fix formatting Victor Zverovich 2018-09-21 08:45:31 -07:00
  • 73c0238e3b Update changelog Victor Zverovich 2018-09-21 08:17:26 -07:00
  • cb122a4d03 Fix format_to formatting to wmemory_buffer Victor Zverovich 2018-09-21 07:56:30 -07:00
  • dc69cc45d2 Clean tests Victor Zverovich 2018-09-21 07:21:49 -07:00
  • 9d8021f0d6 Add checks for NVIDIA's CUDA compiler Candy Gumdrop 2018-09-21 10:44:42 +01:00
  • 9d2221b954 Improve error message when formatting unknown types Jonathan Müller 2018-09-19 14:51:01 +02:00
  • 70a6a4bb01 prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865) hhggit 2018-09-18 10:30:06 +08:00
  • e4fc856c2f Disable android build due to gradle issues Victor Zverovich 2018-09-19 19:53:47 -07:00
  • 3f4984fb36 Clean core-test and fix linkage errors on older gcc Victor Zverovich 2018-09-19 08:55:45 -07:00
  • d43665056d Workaround visit lookup issues in printf.h on gcc medithe 2018-09-19 08:10:25 +02:00
  • 894b6fac8e Changed to use scoped enum Daniel Marshall 2018-09-16 17:09:15 +01:00
  • 59f555ad8f Workaround more visit lookup issues on gcc Victor Zverovich 2018-09-15 08:25:57 -07:00
  • a7e356cc80 Update README.rst Victor Zverovich 2018-09-14 07:52:30 -07:00
  • e758bfbae1 Merge branch 'release' of github.com:fmtlib/fmt Victor Zverovich 2018-09-13 07:38:23 -07:00
  • 66381e308d Minor cleanup Victor Zverovich 2018-09-13 07:37:20 -07:00
  • 295a0d84d9 Update version 5.2.0 Victor Zverovich 2018-09-13 07:28:20 -07:00
  • 1fb1c4c912 Update docs Victor Zverovich 2018-09-13 07:20:43 -07:00
  • 465a593536 Add table support to rst2md Victor Zverovich 2018-09-13 07:15:18 -07:00
  • d62f4c3bc1 Formatting Victor Zverovich 2018-09-12 19:00:26 -07:00
  • a243490ad7 Add more methods to benchmark results Victor Zverovich 2018-09-12 18:28:26 -07:00
  • 9e12ca6069 Update changelog Victor Zverovich 2018-09-12 17:34:16 -07:00
  • fbca830dd1 Update changelog, readme and improve compat Victor Zverovich 2018-09-12 12:44:04 -07:00
  • 6146248cf4 Update changelog Victor Zverovich 2018-09-12 10:39:08 -07:00
  • bc26fbf1b0 Move experimental color API to fmt/color.h Victor Zverovich 2018-09-12 09:04:26 -07:00
  • 97cc889374 Workaround a visit lookup issue in gcc 8 (#851) Victor Zverovich 2018-09-12 08:39:24 -07:00
  • 7110b46076 Optimize default formatting Victor Zverovich 2018-09-12 07:34:22 -07:00
  • c8a8464f7d Optimize buffer construction Victor Zverovich 2018-09-12 06:17:13 -07:00
  • 8cbfb6e727 Get rid of conversion warning in gcc-4.8 (#854) medithe 2018-09-11 15:14:39 +02:00
  • 6ffc828a79 Phasing out null_terminating_iterator Victor Zverovich 2018-09-09 09:47:28 -07:00
  • aeb6add336 Skip strchr for the common case Victor Zverovich 2018-09-09 09:08:41 -07:00
  • 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