Commit Graph

  • 04950bbfa1 Workaround bugs in gcc 8 Владислав Щапов 2020-10-27 13:55:26 +0500
  • 4fe0b11195 Update version 7.1.0 Victor Zverovich 2020-10-25 10:44:22 -0700
  • df4bd60f42 Bump version Victor Zverovich 2020-10-25 10:43:03 -0700
  • 764fb35e1f Always install the required version of breathe Victor Zverovich 2020-10-25 10:34:47 -0700
  • e1bdc0ecaf Use the correct version of sphinx Victor Zverovich 2020-10-25 09:52:14 -0700
  • 39bde329bd Tweak markup Victor Zverovich 2020-10-25 09:19:38 -0700
  • 204d299abb Tweak markup Victor Zverovich 2020-10-25 09:12:22 -0700
  • e0995b1c14 Update readme Victor Zverovich 2020-10-25 09:04:39 -0700
  • 4af178bdfe Remove outdated build config Victor Zverovich 2020-10-25 09:01:44 -0700
  • aa41dc02b1 Remove unused script Victor Zverovich 2020-10-25 09:00:25 -0700
  • 6a77ea3c93 Tweak markup Victor Zverovich 2020-10-25 08:59:36 -0700
  • 62c72059d9 Update changelog Victor Zverovich 2020-10-25 08:56:46 -0700
  • c10e3f7f4f Update changelog Victor Zverovich 2020-10-25 07:29:24 -0700
  • e542e6953e Update changelog Victor Zverovich 2020-10-25 06:46:45 -0700
  • 530cf316b8 Point to the release, not dev documentation Victor Zverovich 2020-10-24 12:02:12 -0700
  • 740385d636 Update changelog Victor Zverovich 2020-10-24 11:18:33 -0700
  • cd4651116e Update changelog Victor Zverovich 2020-10-24 09:24:47 -0700
  • 46291be348 Update changelog Victor Zverovich 2020-10-23 07:38:01 -0700
  • 90071c1df0
    Update ChangeLog.rst Victor Zverovich 2020-10-22 09:30:27 -0700
  • 25293d7ac6
    Update ChangeLog.rst Victor Zverovich 2020-10-22 09:28:23 -0700
  • 5024742f8a
    Update ChangeLog.rst Victor Zverovich 2020-10-22 09:27:49 -0700
  • 0452a4e71f Update changelog Victor Zverovich 2020-10-22 09:08:30 -0700
  • 8de96817ce Woraround bugs in gcc 8 Victor Zverovich 2020-10-22 07:14:54 -0700
  • 47e167679a Simplify arg formatter Victor Zverovich 2020-10-21 18:28:30 -0700
  • f0a42346a4 Move parsing optimization one level up Victor Zverovich 2020-10-21 18:18:53 -0700
  • 86287b8d56 Optimize common case in parse_format_specs Victor Zverovich 2020-10-21 16:27:42 -0700
  • 8924211f3b
    Update README.rst Victor Zverovich 2020-10-21 14:02:55 -0700
  • 525e7649cf
    Update CONTRIBUTING.md Victor Zverovich 2020-10-21 14:02:33 -0700
  • 0ecb3d1829 Optimize alignment parsing Victor Zverovich 2020-10-21 09:11:10 -0700
  • 9755307842 Optimize format_uint Victor Zverovich 2020-10-21 08:19:21 -0700
  • 7446818f98 Simplify vformat_to Victor Zverovich 2020-10-21 06:53:19 -0700
  • 280b5612c0 Add option to force usage of inline namespaces darklukee 2020-10-21 09:45:41 +0200
  • 39d2a8da2b Add option to force usage of inline namespaces darklukee 2020-10-21 09:45:41 +0200
  • e57ec7d563 Merge vformat_to overloads Victor Zverovich 2020-10-20 17:39:50 -0700
  • 2a3f4de3f4 Remove iterator_category Victor Zverovich 2020-10-20 16:44:49 -0700
  • 27fdb4ead2 Unshadow floaty Victor Zverovich 2020-10-20 15:05:00 -0700
  • 297e0bad8c Apply clang-format Victor Zverovich 2020-10-20 14:10:28 -0700
  • e3b4c22ec9 Simplify is_output_iterator Victor Zverovich 2020-10-20 13:35:31 -0700
  • da8278e1e3 Update changelog and bump version Victor Zverovich 2020-10-19 14:37:14 -0700
  • 17fba753c4
    added position independent documentation (#1939) Adnan 2020-10-19 14:20:54 -0700
  • f10dd03bca linebreaks Adnan Yunus 2020-10-19 13:26:31 -0700
  • 71e705a273
    Update README.rst Victor Zverovich 2020-10-19 08:54:55 -0700
  • 74654c8cbb
    Fix compilation for systems without fcntl.h (#1942) darklukee 2020-10-19 16:43:06 +0200
  • c2f57e068e Fix compilation for systems without fcntl.h darklukee 2020-10-19 13:31:32 +0200
  • e81de9536c suggested fixes to usage Adnan Yunus 2020-10-19 03:03:58 -0700
  • d2d1ef61cf Suppress warnings on gcc 9 Sven Fink 2020-10-19 09:48:50 +0200
  • f468b203ad Avoid conversion from long long to size_t (#1935) Victor Zverovich 2020-10-18 08:42:46 -0700
  • 3dbbd613c2 Support std::ostream formatter in ranges jl 2020-10-17 22:51:22 +0200
  • 20d4f2e836 Fix handling of weird character types when parsing sign (#1932) Victor Zverovich 2020-10-17 09:19:01 -0700
  • 08370c39ff
    Update README.rst Victor Zverovich 2020-10-17 08:27:21 -0700
  • 975c168c50 added position independent documentation Adnan Yunus 2020-10-16 18:28:22 -0700
  • bd3c792507 Fix float fuzzer Victor Zverovich 2020-10-16 07:35:53 -0700
  • 8d3fd86d6d Merge branch 'master' of github.com:fmtlib/fmt Victor Zverovich 2020-10-16 07:35:02 -0700
  • 4034715713
    Update README.rst Victor Zverovich 2020-10-16 06:47:16 -0700
  • 37d738fa6b
    Update README.rst Victor Zverovich 2020-10-16 06:46:39 -0700
  • 271eff149f
    Make classes derived from buffer<T> final to silence the virtual destructor warning. (#1937) Bart Siwek 2020-10-16 02:41:56 +0200
  • 8d7bc04b14 Make classes derived from buffer<T> final to silence the virtual destructor warning. Bart Siwek 2020-10-16 01:04:45 +0200
  • 010efc310f Add float fuzzer and cleanup Victor Zverovich 2020-10-14 07:13:37 -0700
  • 811c8b58c5 Add float fuzzer and cleanup Victor Zverovich 2020-10-14 07:13:37 -0700
  • 846759e176 buffer should declare virtual dtor Sven Fink 2020-10-14 14:19:59 +0200
  • 82c4e2236a Cleanup fuzzing Victor Zverovich 2020-10-13 08:08:48 -0700
  • 63e40c9614 Fix naming of fuzzers Victor Zverovich 2020-10-12 16:48:25 -0700
  • 2f448ed565 Fix fuzzer timeouts Victor Zverovich 2020-10-12 16:46:21 -0700
  • af28305961 Cleanup Victor Zverovich 2020-10-11 08:30:14 -0700
  • 48ea8193df Explain why assert-test is a separate test Victor Zverovich 2020-10-11 08:24:17 -0700
  • 1d112bdd1e Remove old test Victor Zverovich 2020-10-11 08:13:53 -0700
  • 5eb292a653
    Update README.rst Victor Zverovich 2020-10-11 09:57:21 -0700
  • 7e56b6b6cb Fix coding style and remove duplicate fuzzer Victor Zverovich 2020-10-11 07:45:39 -0700
  • 41d97e1ef4 Fix a UB on ridiculously large precision Victor Zverovich 2020-10-11 06:47:51 -0700
  • 01c37e0a4b
    Added check for -mbig-obj and ref qualifier check (#1929) MarcDirven 2020-10-11 16:49:54 +0200
  • 9301ccaf9f Removed FMT_REF_QUALIFIER completely Marc 2020-10-11 15:52:45 +0200
  • ab7de3b875 Added Google Style format Marc 2020-10-11 15:40:10 +0200
  • 86053a99a4 Renamed macro to FMT_REF_QUALIFIER Marc 2020-10-11 15:32:09 +0200
  • faf4541dd8 Added extra macro to determine whether compiler has ref qualifiers Marc 2020-10-11 15:23:17 +0200
  • e06790cbee Added check whether mingw has -mbig-obj flag Marc 2020-10-11 15:21:25 +0200
  • a5e7e7db95 Fix handling of thousand separator (#1927) Victor Zverovich 2020-10-10 07:23:36 -0700
  • bf19051a9f Optimize floating point formatting Victor Zverovich 2020-10-09 14:06:24 -0700
  • 3c13a88b14 Optimize floating point formatting Victor Zverovich 2020-10-09 10:23:10 -0700
  • f6d75c534c Refactor write_float Victor Zverovich 2020-10-09 06:49:35 -0700
  • e9c0b2d69e Merge write_float overloads Victor Zverovich 2020-10-08 17:18:16 -0700
  • 7eddbfed53 Cleanup exponent handling in write_float Victor Zverovich 2020-10-07 13:27:46 -0700
  • b347b3023f Update dynamic_formatter comment (#1923) Victor Zverovich 2020-10-07 12:15:07 -0700
  • 3541880efd Fix integer overflow when using max int precision Victor Zverovich 2020-10-07 10:58:46 -0700
  • 7b50dc0b24 Don't exclude all detail symbols from docs Victor Zverovich 2020-10-07 09:07:39 -0700
  • 2805243103 Fix the doc config Victor Zverovich 2020-10-07 08:11:59 -0700
  • 34f22e88a1 Cleanup CMake config Victor Zverovich 2020-10-07 08:11:42 -0700
  • a18b3fbbdc Fix fixed precision handling when rounding (#1917) Victor Zverovich 2020-10-07 07:42:23 -0700
  • 7eb5e3f583 Added an if expression for the individual case described in fmtlib/fmt/issues/1917. andargunov 2020-10-06 17:19:54 +0300
  • 5bcd642bcc Added EXPECT expressions for the situation described in issue #1917, as well as for similar situations. andargunov 2020-10-06 17:16:42 +0300
  • 7277035736 Fix long lines in usage.md francesco-st 2020-10-05 15:42:02 +0200
  • 7612c1ea87 Add reference to lhelper package manager in usage francesco-st 2020-10-05 14:36:33 +0200
  • de69d70abc
    Fix long lines in usage.md francesco-st 2020-10-05 15:42:02 +0200
  • b91d39f20b Get rid of float_writer Victor Zverovich 2020-10-04 16:17:45 -0700
  • d878672e6e
    Add reference to lhelper package manager in usage francesco-st 2020-10-05 14:36:33 +0200
  • 5ba4c8e0c8 Get rid of float_writer Victor Zverovich 2020-10-04 16:17:45 -0700
  • b4b64b9cce Refactor float formatting Victor Zverovich 2020-10-04 10:36:46 -0700
  • ec164b85ed Refactor float formatting Victor Zverovich 2020-10-04 10:36:46 -0700
  • 712abe40f2 Workaround a bug in gcc 7.5 (#1912) Victor Zverovich 2020-10-04 08:36:55 -0700
  • db28615c2a Workaround a bug in gcc 7.5 (#1912) Victor Zverovich 2020-10-04 08:36:55 -0700
  • af8a180aed Make GetCachedPower test more precise Victor Zverovich 2020-10-04 07:20:22 -0700