Commit Graph

  • 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
  • 468c243ca8 Add a function to get cached power of 10 Victor Zverovich 2018-05-27 10:57:26 -07:00
  • 2f257b7291 Implement normalization and simplify power table Victor Zverovich 2018-05-27 08:04:30 -07:00
  • 6a5bb6e268 Move Android.mk to support and update Victor Zverovich 2018-05-27 06:20:38 -07:00
  • e282d963fe Bump version Victor Zverovich 2018-05-26 09:46:59 -07:00
  • e2cd521b8f Fix incorrect call to on_align in '{:}=' (#750) Victor Zverovich 2018-05-26 09:23:09 -07:00
  • fba352a92a Don't use UDL templates on Intel C++ compiler (#742) Victor Zverovich 2018-05-26 08:07:45 -07:00
  • 6dcc526d5b Update release script Victor Zverovich 2018-05-26 07:02:49 -07:00
  • 5386f1df20 Update version 5.0.0 Victor Zverovich 2018-05-21 21:00:04 -07:00
  • ba6640b257 Fix formatting Victor Zverovich 2018-05-21 20:50:23 -07:00
  • 507a50c3ad Fix changelog Victor Zverovich 2018-05-21 20:38:07 -07:00
  • 147807c911 Detect integer_sequence support on MSVC Victor Zverovich 2018-05-21 20:30:58 -07:00
  • 8b246531e6 Update changelog Victor Zverovich 2018-05-21 20:27:58 -07:00
  • 5ad54256c5 Fix a conflict between fmt::join and fmt/ostream.h (#744) Victor Zverovich 2018-05-21 20:21:06 -07:00
  • 6ebc1a967d Merge locale.h into format-inl.h Victor Zverovich 2018-05-20 17:16:34 -07:00
  • 6966db1dab Update docs Victor Zverovich 2018-05-20 17:10:34 -07:00
  • 2196025dd1 Fix a warning Victor Zverovich 2018-05-20 17:09:12 -07:00
  • 589f5f37b6 Update changelog Victor Zverovich 2018-05-20 16:00:39 -07:00
  • edd5f1445d Fix compilation errors on gcc 4.4 Victor Zverovich 2018-05-20 09:09:03 -07:00
  • 936aba5f90 Fix compilation errors on gcc 4.4 Victor Zverovich 2018-05-20 07:42:09 -07:00
  • 3e3a27740e Update changelog Victor Zverovich 2018-05-19 11:46:55 -07:00
  • b76bb79613 Improve naming consistency Victor Zverovich 2018-05-19 10:32:53 -07:00
  • fbd5153487 Update changelog Victor Zverovich 2018-05-19 10:31:49 -07:00
  • 69823bf852 Improve naming consistency Victor Zverovich 2018-05-19 08:57:31 -07:00
  • d940fa679c Disable unsafe implicit conversion to std::string (#729) Victor Zverovich 2018-05-19 07:14:13 -07:00
  • d2bf93fe22 Update changelog Victor Zverovich 2018-05-19 07:13:06 -07:00
  • 550ef1d29d MSVC improvements and data truncation cleanup. Michael Winterberg 2018-05-17 18:03:43 -07:00
  • 728e4f5a8d Fix docs Victor Zverovich 2018-05-16 08:19:26 -07:00
  • 8c2557710d Update docs and changelog Victor Zverovich 2018-05-16 07:58:43 -07:00
  • a68fd44ecc Add ranges.h to FMT_HEADERS in CMakeLists.txt (#738) sv1990 2018-05-14 14:16:30 +02:00
  • e3f7f3a2e9 Add support for ranges, containers and tuple-like types in fmt/ranges.h Remotion 2018-05-10 16:11:00 +02:00
  • 984232db15 Remove duplicate ChangeLog entries Victor Zverovich 2018-05-13 13:14:28 -07:00
  • 78677e3fcf Update ChangeLog and docs Victor Zverovich 2018-05-13 12:42:55 -07:00
  • ad23270ec7 Document to_wstring Victor Zverovich 2018-05-13 09:11:29 -07:00
  • 3c0f8c2601 Update ChangeLog Victor Zverovich 2018-05-13 08:53:16 -07:00
  • 989378930a Detect inline namespaces on gcc Victor Zverovich 2018-05-13 08:53:04 -07:00
  • dfb6546932 Fix docs Victor Zverovich 2018-05-13 08:04:39 -07:00
  • 3aa2911579 Update ChangeLog.rst Victor Zverovich 2018-05-13 08:02:06 -07:00
  • d3f6c841c1 Update ChangeLog.rst Victor Zverovich 2018-05-13 07:22:41 -07:00
  • c1441ae4c4 Update ChangeLog.rst Victor Zverovich 2018-05-12 16:02:20 -07:00