Commit Graph

  • 4f4d876616 Remove '%' from the docs Victor Zverovich 2019-12-06 07:06:19 -08:00
  • f443bd3baf Ditch decimal_formatter (#1363) Victor Zverovich 2019-12-05 19:07:45 -08:00
  • 1219b65f21 Relax fallthrough attribute detection Victor Zverovich 2019-12-05 10:04:29 -08:00
  • 071794ec65 Update version 6.1.1 Victor Zverovich 2019-12-04 12:21:48 -08:00
  • d22e4ad85b Remove trailing comma Victor Zverovich 2019-12-04 12:20:52 -08:00
  • 983806b0c1 Update changelog Victor Zverovich 2019-12-04 12:03:44 -08:00
  • 02af5beb8a Bump version and update changelog Victor Zverovich 2019-12-04 10:22:07 -08:00
  • 123e7f7fc3 Revert #1433 because of build failures (#1450) Victor Zverovich 2019-12-03 09:24:15 -08:00
  • 168460f02c Remove TYPES Victor Zverovich 2019-12-03 06:45:00 -08:00
  • a64f60c849 Remove unneeded FMT_API. Egor Pugin 2019-12-03 04:26:27 +03:00
  • 1a599117d8 Export assert_fail with FMT_API. This fixes dll build. Egor Pugin 2019-12-03 04:14:16 +03:00
  • b160123e39 Update ChangeLog.rst Victor Zverovich 2019-12-02 16:18:06 -08:00
  • 5981588565 Fix compilation with MinGW Beat Bolli 2019-12-02 20:40:59 +01:00
  • 8bbe76af3a Add a missing decimal point in exponent notation with trailing zeros Victor Zverovich 2019-12-02 11:36:33 -08:00
  • 4ca6821e8f Update version 6.1.0 Victor Zverovich 2019-12-01 16:58:40 -08:00
  • 7111a1eb9f Bump version Victor Zverovich 2019-12-01 16:50:07 -08:00
  • ae00bbdc91 Update changelog Victor Zverovich 2019-12-01 16:39:58 -08:00
  • e71e07d9fb Update changlog Victor Zverovich 2019-12-01 16:26:07 -08:00
  • 0184df7020 Update docs Victor Zverovich 2019-12-01 14:49:56 -08:00
  • 1cbae6e9ba Put vprint declarations in one place Victor Zverovich 2019-12-01 14:43:51 -08:00
  • 159f89e2b8 Fixing installation directory of '*.dll' files on Windows Robert Franke 2019-11-29 17:01:32 +01:00
  • 4b120b68ae Clean up includes Victor Zverovich 2019-12-01 10:19:07 -08:00
  • 186b225d9d Update changlog Victor Zverovich 2019-12-01 10:16:01 -08:00
  • 4cbf4888ea Update changelog Victor Zverovich 2019-12-01 10:04:38 -08:00
  • e31f2b3d03 Update changelog Victor Zverovich 2019-12-01 09:27:28 -08:00
  • 62da1db62a Avoid wchar_t instantiations Victor Zverovich 2019-12-01 07:22:51 -08:00
  • 3bc28fcc6b Squelch MSVC warning exporting subclasses of runtime_error Chris Martin 2019-11-29 10:33:47 -05:00
  • 3c05fa46c6 Update changelog Victor Zverovich 2019-11-30 09:18:16 -08:00
  • ba6e330fd3 digits -> num_bits Victor Zverovich 2019-11-30 08:19:58 -08:00
  • 6037b3cae9 Fix dangling else problem in FMT_ASSERT Victor Zverovich 2019-11-30 07:52:33 -08:00
  • fafb03fa6d Fix handling of fallback_uintptr Victor Zverovich 2019-11-30 06:35:52 -08:00
  • 2f9acd1838 Remove dependency on <cassert> Victor Zverovich 2019-11-29 08:04:47 -08:00
  • aaf829bfb1 Fix fallback pointer formatting on big endian, take 2 Victor Zverovich 2019-11-29 07:07:08 -08:00
  • b994a0ab13 Fix handling of missing fraction in snprintf_float Victor Zverovich 2019-11-29 06:17:29 -08:00
  • bb205d940d Fix fallback pointer formatting on big endian Victor Zverovich 2019-11-29 05:15:59 -08:00
  • ef7369ce90 Update docs Victor Zverovich 2019-11-28 08:09:46 -08:00
  • 40e4c227db Update changelog Victor Zverovich 2019-11-28 07:43:22 -08:00
  • ea54b21e78 Remove invalid noexcept annotation Florin Iucha 2019-11-27 13:03:30 -05:00
  • 9cbf4b087c Fix -Wconversion warnings Florin Iucha 2019-11-27 11:59:19 -05:00
  • 1200a34e10 Update changelog Victor Zverovich 2019-11-27 16:15:42 -08:00
  • 9c7e2a6c6f Add missing newline Victor Zverovich 2019-11-27 11:06:40 -08:00
  • 34e921f6fe Update docs Victor Zverovich 2019-11-27 09:26:32 -08:00
  • c3be0f593d Refactor floating-point formatting Victor Zverovich 2019-11-27 07:32:29 -08:00
  • c68703c9f4 float_spec -> float_specs Victor Zverovich 2019-11-26 15:52:56 -08:00
  • 9a21728b0a Remove gen_digits_params Victor Zverovich 2019-11-26 11:27:27 -08:00
  • 3de36e9348 Enable -Wswitch-enum in CI Victor Zverovich 2019-11-26 09:10:24 -08:00
  • 4afb39bc24 Update README.rst Victor Zverovich 2019-11-26 08:33:16 -08:00
  • 7ffa62db18 Fix precision handling in snprintf_float Victor Zverovich 2019-11-25 20:00:10 -08:00
  • 0d07db1234 Fix handling of streamable and convertible to string types Victor Zverovich 2019-11-25 16:46:33 -08:00
  • d19ed6716d Fix hexfloat buffer reallocation Victor Zverovich 2019-11-25 14:57:11 -08:00
  • 99b6e928d4 Fix handling of types with deleted rvalue conversion to string (#1421) Victor Zverovich 2019-11-25 08:30:47 -08:00
  • 57cd3f72e9 Update comment Victor Zverovich 2019-11-24 15:34:33 -08:00
  • 111fc127fe Remove fp::operator- Victor Zverovich 2019-11-24 13:28:15 -08:00
  • 6003ec3f25 Simplify Grisu implementation Victor Zverovich 2019-11-24 11:43:59 -08:00
  • 8877a67724 Instantiate snprintf_float Victor Zverovich 2019-11-24 08:57:39 -08:00
  • 75fff1db64 Minor cleanup Victor Zverovich 2019-11-24 08:43:56 -08:00
  • 28d7191c27 Don't print trailing zero with fixed, precision=0, and showpoint (#1417) Victor Zverovich 2019-11-24 08:22:18 -08:00
  • 43271ba8e8 Handle null terminator at the end of the buffer Victor Zverovich 2019-11-24 06:38:01 -08:00
  • 63a9f3fcd4 fix bad oss fuzz link in the oss-fuzz badge Paul Dreik 2019-11-23 08:33:51 +01:00
  • 4cf59ce734 Integrate Grisu and sprintf digit generators Victor Zverovich 2019-11-23 06:22:30 -08:00
  • 7395472dde Refactor floating-point formatting Victor Zverovich 2019-11-22 11:15:09 -08:00
  • 9108b25da9 Merge branch 'float' Victor Zverovich 2019-11-22 08:54:28 -08:00
  • 4d366c68b7 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2019-11-22 08:53:58 -08:00
  • ded1e7679e Refactor floating point formatting Victor Zverovich 2019-11-21 18:48:25 -08:00
  • c7edd8e570 Cleanup FP formatting Victor Zverovich 2019-11-20 13:17:03 -08:00
  • 75108a56f6 Don't print % for nan and inf Victor Zverovich 2019-11-20 12:26:48 -08:00
  • 3e1f70fe02 Merge write_fp into write Victor Zverovich 2019-11-20 12:20:17 -08:00
  • 125fc5e520 Update comment Victor Zverovich 2019-11-20 11:45:25 -08:00
  • 6793ffc1d6 Update README.rst Victor Zverovich 2019-11-20 09:33:59 -08:00
  • f4fcc5fd28 Update README.rst Victor Zverovich 2019-11-20 09:31:11 -08:00
  • 4de41aa655 Move basic_writer::write_fp to where it belongs Victor Zverovich 2019-11-20 08:22:34 -08:00
  • 404a880bd4 Make parse_arg_id more readable Victor Zverovich 2019-11-20 08:12:23 -08:00
  • 092d2dc7b2 Merge safe-duration-cast.h into chrono.h Victor Zverovich 2019-11-20 07:51:14 -08:00
  • 093e554211 Remove redundant qualification Victor Zverovich 2019-11-20 07:44:09 -08:00
  • d0696b0aa6 warning C4456: declaration of 'num_digits' hides previous local declaration Ivan Shynkarenka 2019-11-20 11:10:33 +03:00
  • 66d7746bb3 Use grisu for exponent notation Victor Zverovich 2019-11-19 15:18:38 -08:00
  • e9bff78814 Don't parse % unless FMT_DEPRECATED_PERCENT is set Victor Zverovich 2019-11-19 11:54:18 -08:00
  • 57b6f2966d Deprecate the fmt macro Victor Zverovich 2019-11-19 10:20:31 -08:00
  • d79493e5ee Remove Grisu2 Victor Zverovich 2019-11-19 09:50:59 -08:00
  • 78842ce0d6 test: add default constructor for a const value Leon Klingele 2019-11-19 15:13:38 +01:00
  • 5420bcce2d Make % an opt-in to improve compatibility with std::format Victor Zverovich 2019-11-18 08:04:43 -08:00
  • 56a2e2075c Refactor float spec parsing Victor Zverovich 2019-11-18 05:10:11 -08:00
  • ed117baa4f Replace bool with float_format and add exponential Victor Zverovich 2019-11-17 14:17:50 -08:00
  • f26446290b Move float_spec_handler to internal namespace and update asserts Victor Zverovich 2019-11-17 13:47:00 -08:00
  • 7e1cb3237a Fix indentation Victor Zverovich 2019-11-17 13:17:43 -08:00
  • f67783d7e6 Clarify that numeric alignment is deprecated Victor Zverovich 2019-11-17 10:24:55 -08:00
  • 1c6d85f7bb Apply coding conventions to examples Victor Zverovich 2019-11-17 10:15:16 -08:00
  • 4a1da44f91 Apply coding conventions to examples Victor Zverovich 2019-11-17 10:14:06 -08:00
  • 080b6899d2 Tweak the docs Victor Zverovich 2019-11-17 10:10:32 -08:00
  • c01ec54fde Document and clean basic_format_parse_context Victor Zverovich 2019-11-17 08:54:34 -08:00
  • b0c2ab93fa Bump version Victor Zverovich 2019-11-17 08:35:26 -08:00
  • 9b7fe2a4a1 Don't use POSIX API on UWP Victor Zverovich 2019-11-15 07:32:50 -08:00
  • c58b7d9c2f Use overridden locale in ostream Daniel Laügt 2019-11-13 13:08:47 +01:00
  • ceff9b0b2e Tweak the docs Victor Zverovich 2019-11-16 07:14:57 -08:00
  • 3dc8639f8a [docs] Added conda Tom de Geus 2019-11-16 07:30:31 +01:00
  • dcde089b4e Improve POSIX API detection Victor Zverovich 2019-11-15 05:41:14 -08:00
  • 2145a7bdcc Move has_formatter into the public fmt namespace. (#1407) David P. Sicilia 2019-11-14 10:08:24 -05:00
  • 52ae134f84 Remove broken CI config Victor Zverovich 2019-11-14 07:06:38 -08:00
  • 0d6dd0cc6a Correct basic_string_view from string ctor Victor Zverovich 2019-11-14 05:57:23 -08:00
  • 1f918159ed [clang-tidy] Replace deprecated C headers Rosen Penev 2019-11-07 13:10:32 -08:00