Commit Graph

  • 7395472dde Refactor floating-point formatting Victor Zverovich 2019-11-22 11:15:09 -0800
  • 9108b25da9 Merge branch 'float' Victor Zverovich 2019-11-22 08:54:28 -0800
  • 4d366c68b7 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2019-11-22 08:53:58 -0800
  • ded1e7679e Refactor floating point formatting Victor Zverovich 2019-11-21 18:48:25 -0800
  • c7edd8e570 Cleanup FP formatting Victor Zverovich 2019-11-20 13:17:03 -0800
  • 75108a56f6 Don't print % for nan and inf Victor Zverovich 2019-11-20 12:26:48 -0800
  • 3e1f70fe02 Merge write_fp into write Victor Zverovich 2019-11-20 12:20:17 -0800
  • 125fc5e520 Update comment Victor Zverovich 2019-11-20 11:45:25 -0800
  • 6793ffc1d6
    Update README.rst Victor Zverovich 2019-11-20 09:33:59 -0800
  • f4fcc5fd28
    Update README.rst Victor Zverovich 2019-11-20 09:31:11 -0800
  • 4de41aa655 Move basic_writer::write_fp to where it belongs Victor Zverovich 2019-11-20 08:22:34 -0800
  • 404a880bd4 Make parse_arg_id more readable Victor Zverovich 2019-11-20 08:12:23 -0800
  • 092d2dc7b2 Merge safe-duration-cast.h into chrono.h Victor Zverovich 2019-11-20 07:51:14 -0800
  • 093e554211 Remove redundant qualification Victor Zverovich 2019-11-20 07:44:09 -0800
  • d0696b0aa6 warning C4456: declaration of 'num_digits' hides previous local declaration Ivan Shynkarenka 2019-11-20 11:10:33 +0300
  • d5af1637d4 warning C4456: declaration of 'num_digits' hides previous local declaration Ivan Shynkarenka 2019-11-20 11:10:33 +0300
  • 66d7746bb3 Use grisu for exponent notation Victor Zverovich 2019-11-19 15:18:38 -0800
  • e9bff78814 Don't parse % unless FMT_DEPRECATED_PERCENT is set Victor Zverovich 2019-11-19 11:54:18 -0800
  • 57b6f2966d Deprecate the fmt macro Victor Zverovich 2019-11-19 10:20:31 -0800
  • d79493e5ee Remove Grisu2 Victor Zverovich 2019-11-19 09:50:59 -0800
  • 78842ce0d6 test: add default constructor for a const value Leon Klingele 2019-11-19 15:13:38 +0100
  • ca44f4d2a9
    test: add default constructor for a const value Leon Klingele 2019-11-19 15:13:38 +0100
  • 5420bcce2d Make % an opt-in to improve compatibility with std::format Victor Zverovich 2019-11-18 08:04:43 -0800
  • 56a2e2075c Refactor float spec parsing Victor Zverovich 2019-11-18 05:10:11 -0800
  • ed117baa4f Replace bool with float_format and add exponential Victor Zverovich 2019-11-17 14:17:50 -0800
  • f26446290b Move float_spec_handler to internal namespace and update asserts Victor Zverovich 2019-11-17 13:47:00 -0800
  • 7e1cb3237a Fix indentation Victor Zverovich 2019-11-17 13:17:43 -0800
  • f67783d7e6 Clarify that numeric alignment is deprecated Victor Zverovich 2019-11-17 10:24:55 -0800
  • 1c6d85f7bb Apply coding conventions to examples Victor Zverovich 2019-11-17 10:15:16 -0800
  • 4a1da44f91 Apply coding conventions to examples Victor Zverovich 2019-11-17 10:14:06 -0800
  • 080b6899d2 Tweak the docs Victor Zverovich 2019-11-17 10:10:32 -0800
  • c01ec54fde Document and clean basic_format_parse_context Victor Zverovich 2019-11-17 08:54:34 -0800
  • b0c2ab93fa Bump version Victor Zverovich 2019-11-17 08:35:26 -0800
  • 9b7fe2a4a1 Don't use POSIX API on UWP Victor Zverovich 2019-11-15 07:32:50 -0800
  • c58b7d9c2f Use overridden locale in ostream Daniel Laügt 2019-11-13 13:08:47 +0100
  • 905c0008b7 Use overridden locale in ostream Daniel Laügt 2019-11-13 13:08:47 +0100
  • ceff9b0b2e Tweak the docs Victor Zverovich 2019-11-16 07:14:57 -0800
  • 3dc8639f8a [docs] Added conda Tom de Geus 2019-11-16 07:30:31 +0100
  • 345dd1502c
    [docs] Added conda Tom de Geus 2019-11-16 07:30:31 +0100
  • dcde089b4e Improve POSIX API detection Victor Zverovich 2019-11-15 05:41:14 -0800
  • 2145a7bdcc Move has_formatter into the public fmt namespace. (#1407) David P. Sicilia 2019-11-14 10:08:24 -0500
  • 52ae134f84 Remove broken CI config Victor Zverovich 2019-11-14 07:06:38 -0800
  • 0d6dd0cc6a Correct basic_string_view from string ctor Victor Zverovich 2019-11-14 05:57:23 -0800
  • 34e7ac52fc Fix static_asserts for C++14 compatability David P. Sicilia 2019-11-13 09:58:25 -0500
  • 64a779094f Move has_formatter into the public fmt namespace. David P. Sicilia 2019-11-13 09:11:19 -0500
  • 575953fd85
    removed [[noreturn]] on fail_fast dbj 2019-11-13 11:33:16 +0100
  • e080c467ea
    had to give up on [[noreturn]] dbj 2019-11-13 11:19:06 +0100
  • 84ff17dfa6
    duplicate of terror removed dbj 2019-11-13 09:02:09 +0100
  • f756233686
    always use fmt :: internal::do_throw(x) dbj 2019-11-13 08:29:40 +0100
  • 8d5f9d6d40
    FMT_FAST_FAIL dbj 2019-11-13 07:42:03 +0100
  • baa84eb810 Add thousand separators on floating number with specifier 'n' Daniel Laügt 2019-11-10 22:26:05 +0100
  • 1f918159ed [clang-tidy] Replace deprecated C headers Rosen Penev 2019-11-07 13:10:32 -0800
  • 6868f888b2 [clang-tidy] Add missing override Rosen Penev 2019-11-07 13:02:05 -0800
  • 87cd545a1e [clang-tidy] Replace {} with = default Rosen Penev 2019-11-07 12:58:32 -0800
  • 12f9437e22 [clang-tidy] Use auto Rosen Penev 2019-11-07 12:57:30 -0800
  • bb0c8bfea8 [clang-tidy] Add noexcept where move is used Rosen Penev 2019-11-07 12:56:09 -0800
  • e6e8298904 [clang-tidy] Add parentheses to macro arguments Rosen Penev 2019-11-07 12:44:10 -0800
  • 0f0848e4f4 [clang-tidy] Use braced init list Rosen Penev 2019-11-07 12:42:35 -0800
  • a1fb5c7337 [clang-tidy] Changes suffixes to uppercase Rosen Penev 2019-11-07 12:40:46 -0800
  • 8a411c2bca [clang-tidy] Turn deleted function to public Rosen Penev 2019-11-07 12:38:37 -0800
  • 57a5ec0483
    [clang-tidy] Replace deprecated C headers Rosen Penev 2019-11-07 13:10:32 -0800
  • 983135b96d
    [clang-tidy] Add missing override Rosen Penev 2019-11-07 13:02:05 -0800
  • 20a905c88e
    [clang-tidy] Replace {} with = default Rosen Penev 2019-11-07 12:58:32 -0800
  • ff78ed8f41
    [clang-tidy] Use auto Rosen Penev 2019-11-07 12:57:30 -0800
  • c8db53b3b0
    [clang-tidy] Add noexcept where move is used Rosen Penev 2019-11-07 12:56:09 -0800
  • 018fa12dca
    [clang-tidy] Add parentheses to macro arguments Rosen Penev 2019-11-07 12:44:10 -0800
  • 4210c143fa
    [clang-tidy] Use braced init list Rosen Penev 2019-11-07 12:42:35 -0800
  • 6a09864aef
    [clang-tidy] Changes suffixes to uppercase Rosen Penev 2019-11-07 12:40:46 -0800
  • c1021867fb
    [clang-tidy] Turn deleted function to public Rosen Penev 2019-11-07 12:38:37 -0800
  • 0047dc10a2 Mark apidoc as rst Victor Zverovich 2019-11-06 15:16:02 +0000
  • 263cdef8a0 Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2019-11-06 13:19:56 +0000
  • d4ca54253a Update docs Victor Zverovich 2019-11-06 12:48:21 +0000
  • 5bb7b28e15 Document members Victor Zverovich 2019-11-05 10:43:18 +0000
  • 1409dfe76b Try fix CI Victor Zverovich 2019-11-05 07:40:06 +0000
  • f1559e1d56 Use grouping() from locale for specifier 'n' daniel 2019-11-03 00:28:52 +0100
  • ffd05e65ed basic_parse_context -> basic_format_parse_context per standard and document Victor Zverovich 2019-11-04 11:37:40 +0000
  • 1c6d3ee9f7 Use grouping() from locale for specifier 'n' daniel 2019-11-03 00:28:52 +0100
  • f5eb410c62
    Remove string like api detection for ranges Alexandre Bossard 2019-11-04 14:20:03 +0100
  • 8b52d33b69
    Fix is_string<> to allow string like class Alexandre Bossard 2019-10-31 13:50:04 +0100
  • 0889856d61 Fix UTF-8 truncation Attila Tajti 2019-11-02 10:02:28 +0100
  • c3c7abb4bd Fix UTF-8 truncation Attila Tajti 2019-11-02 10:02:28 +0100
  • d6eede9e08 Remove redundant ctor Victor Zverovich 2019-11-01 12:09:04 -0700
  • 213e09644f Workaround X11 madness (#1388) Victor Zverovich 2019-11-01 08:37:51 -0700
  • f05eec5fea hello JinalShah31 2019-10-31 23:41:14 +0530
  • 3b3fee1c83 git is confusing king7saksham 2019-10-31 14:35:14 +0530
  • 6bfc9af8c9 Add double support to compile Victor Zverovich 2019-10-30 20:45:29 -0700
  • 3487f1b9cd Always inline grisu_gen_digits and disable grisu2 by default Victor Zverovich 2019-10-30 16:52:00 -0700
  • 8e353e4bcb
    A minor change Jainan-Tandel 2019-10-31 02:23:49 +0530
  • d2e6b3ecad
    typo , an opening bracket was missing JayatiGoyal 2019-10-31 01:02:58 +0530
  • 791294d17b Apply get_cached_power optimization by jk-jeon Victor Zverovich 2019-10-30 08:07:01 -0700
  • 8e700619b7 Simplify format_handler Victor Zverovich 2019-10-30 07:02:38 -0700
  • 58c6f8c7f5 Make unsigned-integer-overflow sanitizer happy (#1377) Victor Zverovich 2019-10-28 14:30:56 -0700
  • 40414b3446 Don't emit trailing zeros in exponential notation (#1376) Victor Zverovich 2019-10-28 12:31:00 -0700
  • b7a157401e Simplify grisu_writer Victor Zverovich 2019-10-21 17:07:45 -0700
  • 7aa58c30bf Simplify NVCC checks Victor Zverovich 2019-10-23 11:32:35 -0700
  • 8e9bffa986 clang-format Victor Zverovich 2019-10-23 11:20:21 -0700
  • ce4d87acd4 Remove obsolete comment and clang-format Victor Zverovich 2019-10-23 11:15:43 -0700
  • 21acc2af43 Fix more Visual Studio 2019 pedantic warnings (#1371) Ivan Shynkarenka 2019-10-23 03:13:03 +0300
  • 2dc58f1b60 Use const_check to silence constexpr warning Ivan Shynkarenka 2019-10-22 18:45:22 +0300
  • 00669427df Patch compiler error when building using nvcc kent-tri 2019-10-21 17:17:22 +0900