1. 0683fa7 Bump version by Victor Zverovich · 3 years, 6 months ago
  2. 5899276 Reintroduce ostream support to range formatters (#2014) by Victor Zverovich · 3 years, 6 months ago
  3. b8957f5 Fix an overflow in format_to_n (#2029) by Victor Zverovich · 3 years, 7 months ago
  4. df66516 Workaround an issue with mixing std versions in gcc (#2017) by Victor Zverovich · 3 years, 7 months ago
  5. a57baa6 Fix more linkage errors (#2011) by Victor Zverovich · 3 years, 7 months ago
  6. 85534a1 Fix linkage errors when linking with a shared library (#2011) by Victor Zverovich · 3 years, 7 months ago
  7. cd30036 Fix more linkage errors (#2011) by Victor Zverovich · 3 years, 7 months ago
  8. d1ef29d Fix initialization of iterator_buffer (#1996) by Victor Zverovich · 3 years, 7 months ago
  9. e4eb242 Update changelog and bump version by Victor Zverovich · 3 years, 7 months ago
  10. ce98e0c Fix fallback float formatter at assymetric bounds (#1976) by Victor Zverovich · 3 years, 7 months ago
  11. 5d3f074 Update changelog and bump version by Victor Zverovich · 3 years, 7 months ago
  12. 563cbb6 Add a macro to workaround clang/gcc ABI incompatibility on ARM by Victor Zverovich · 3 years, 7 months ago
  13. 425778a Fix ABI compatibility (#1961) by Victor Zverovich · 3 years, 7 months ago
  14. 69a8419 Remove accidental parenthesis (#1968) by Tobias Hammer · 3 years, 7 months ago
  15. 5c04504 Removed [-Wsign-conversion] warning in GCC by OptoCloud · 3 years, 7 months ago
  16. 28a8eae Cleanup by Victor Zverovich · 3 years, 7 months ago
  17. 236fea1 Workaround bugs in gcc 8 by Владислав Щапов · 3 years, 7 months ago
  18. df4bd60 Bump version by Victor Zverovich · 3 years, 7 months ago
  19. 530cf31 Point to the release, not dev documentation by Victor Zverovich · 3 years, 7 months ago
  20. 8de9681 Woraround bugs in gcc 8 by Victor Zverovich · 3 years, 7 months ago
  21. 47e1676 Simplify arg formatter by Victor Zverovich · 3 years, 7 months ago
  22. f0a4234 Move parsing optimization one level up by Victor Zverovich · 3 years, 7 months ago
  23. 86287b8 Optimize common case in parse_format_specs by Victor Zverovich · 3 years, 7 months ago
  24. 0ecb3d1 Optimize alignment parsing by Victor Zverovich · 3 years, 8 months ago
  25. 9755307 Optimize format_uint by Victor Zverovich · 3 years, 8 months ago
  26. 7446818 Simplify vformat_to by Victor Zverovich · 3 years, 8 months ago
  27. 280b561 Add option to force usage of inline namespaces by darklukee · 3 years, 8 months ago
  28. e57ec7d Merge vformat_to overloads by Victor Zverovich · 3 years, 8 months ago
  29. 2a3f4de Remove iterator_category by Victor Zverovich · 3 years, 8 months ago
  30. 27fdb4e Unshadow floaty by Victor Zverovich · 3 years, 8 months ago
  31. 297e0ba Apply clang-format by Victor Zverovich · 3 years, 8 months ago
  32. e3b4c22 Simplify is_output_iterator by Victor Zverovich · 3 years, 8 months ago
  33. da8278e Update changelog and bump version by Victor Zverovich · 3 years, 8 months ago
  34. f468b20 Avoid conversion from long long to size_t (#1935) by Victor Zverovich · 3 years, 8 months ago
  35. 20d4f2e Fix handling of weird character types when parsing sign (#1932) by Victor Zverovich · 3 years, 8 months ago
  36. 271eff1 Make classes derived from buffer<T> final to silence the virtual destructor warning. (#1937) by Bart Siwek · 3 years, 8 months ago
  37. 41d97e1 Fix a UB on ridiculously large precision by Victor Zverovich · 3 years, 8 months ago
  38. 01c37e0 Added check for `-mbig-obj` and ref qualifier check (#1929) by MarcDirven · 3 years, 8 months ago
  39. a5e7e7d Fix handling of thousand separator (#1927) by Victor Zverovich · 3 years, 8 months ago
  40. bf19051 Optimize floating point formatting by Victor Zverovich · 3 years, 8 months ago
  41. 3c13a88 Optimize floating point formatting by Victor Zverovich · 3 years, 8 months ago
  42. f6d75c5 Refactor write_float by Victor Zverovich · 3 years, 8 months ago
  43. e9c0b2d Merge write_float overloads by Victor Zverovich · 3 years, 8 months ago
  44. 7eddbfe Cleanup exponent handling in write_float by Victor Zverovich · 3 years, 8 months ago
  45. b347b30 Update dynamic_formatter comment (#1923) by Victor Zverovich · 3 years, 8 months ago
  46. 3541880 Fix integer overflow when using max int precision by Victor Zverovich · 3 years, 8 months ago
  47. a18b3fb Fix fixed precision handling when rounding (#1917) by Victor Zverovich · 3 years, 8 months ago
  48. b91d39f Get rid of float_writer by Victor Zverovich · 3 years, 8 months ago
  49. b4b64b9 Refactor float formatting by Victor Zverovich · 3 years, 8 months ago
  50. 712abe4 Workaround a bug in gcc 7.5 (#1912) by Victor Zverovich · 3 years, 8 months ago
  51. af8a180 Make GetCachedPower test more precise by Victor Zverovich · 3 years, 8 months ago
  52. a581e9e Fix warning C4018: '<=': signed/unsigned mismatch (#1908) by Kazantcev Andrey · 3 years, 8 months ago
  53. 575f401 Simplify FP formatting and follow coding conventions by Victor Zverovich · 3 years, 8 months ago
  54. 6f3536f Move zero-check to an earlier branch (#1906) by jk-jeon · 3 years, 8 months ago
  55. 90ef46d Fix dragonbox integration by Victor Zverovich · 3 years, 8 months ago
  56. 3ae8814 Fix declaration by Victor Zverovich · 3 years, 8 months ago
  57. 6417952 Improve dragonbox integration by Victor Zverovich · 3 years, 8 months ago
  58. 79694d4 Fix WriteConsole signature by Victor Zverovich · 3 years, 8 months ago
  59. 63e0c35 Make dragonbox::to_decimal available in format.h by Victor Zverovich · 3 years, 8 months ago
  60. 762c33a Simplify windows handling (#1903) by Victor Zverovich · 3 years, 8 months ago
  61. 253d631 Remove dependency on windows.h (#1900) by Bernd Baumanns · 3 years, 8 months ago
  62. c156093 Fix carry in fallback_format by Victor Zverovich · 3 years, 8 months ago
  63. 34179b3 Update format.h (#1898) by moiwi · 3 years, 8 months ago
  64. 0651e45 Minor tweaks to get_cached_power by Victor Zverovich · 3 years, 8 months ago
  65. 6c02552 Test that max_k is correctly defined by Victor Zverovich · 3 years, 8 months ago
  66. 51f8d0c Reuse log10_2_significand constant by Victor Zverovich · 3 years, 8 months ago
  67. 1305cbe Fix MSVC2019 error C2049 when compiling with /clr (#1897) by Riccardo Ghetta (larix) · 3 years, 8 months ago
  68. 2d4fde3 Don't emit trailing zero for consistency with std::format by Victor Zverovich · 3 years, 8 months ago
  69. 5fd89d5 Minor simplifications by Victor Zverovich · 3 years, 8 months ago
  70. 605ce5e Simplify divisible_by_power_of_2 by Victor Zverovich · 3 years, 8 months ago
  71. 085171e Remove grisu_count_digits by Victor Zverovich · 3 years, 8 months ago
  72. aa729bf Remove dead code by Victor Zverovich · 3 years, 8 months ago
  73. aa2ddf9 Simplify Dragonbox integration by Victor Zverovich · 3 years, 8 months ago
  74. c1654ce Simplify uint32_or_64_or_128_t definition by Victor Zverovich · 3 years, 8 months ago
  75. 33712dc Combine pragmas by Victor Zverovich · 3 years, 8 months ago
  76. e5942ac Tweak comments by Victor Zverovich · 3 years, 8 months ago
  77. aae7a13 Remove unused pragmas by Victor Zverovich · 3 years, 8 months ago
  78. 6bcde9a https://github.com/fmtlib/fmt/pull/1882#issuecomment-696823912 (#1894) by jk-jeon · 3 years, 8 months ago
  79. bb0db5e clang-format by Victor Zverovich · 3 years, 8 months ago
  80. 1641005 Optimize copy_str for counting_iterator by Victor Zverovich · 3 years, 8 months ago
  81. 2591ab9 MSVC optimizations for count_digits. (#1890) by mwinterb · 3 years, 9 months ago
  82. 2e620dd Small improvements that should have zero to negligible impact on the runtime (#1887) by jk-jeon · 3 years, 9 months ago
  83. 2f7e088 Disable range formatter if value type is not formattable (#1885) by Victor Zverovich · 3 years, 9 months ago
  84. 2696dc9 add forgotten template argument to make_format_args which made some u… (#1877) by rimathia · 3 years, 9 months ago
  85. 0016da7 Don't generate zeros and fix UB on huge precision by Victor Zverovich · 3 years, 9 months ago
  86. ce3f769 Merge intrinsic blocks by Victor Zverovich · 3 years, 9 months ago
  87. 3b6248f Change formatting by Junekey Jeon · 3 years, 9 months ago
  88. 2d9b1dd Fix sign mismatch by Junekey Jeon · 3 years, 9 months ago
  89. 1f0600a Fix bug regarding FMT_SAFEBUFFERS by Junekey Jeon · 3 years, 9 months ago
  90. 2ecdbb9 Fix a bug in ctzll by Junekey Jeon · 3 years, 9 months ago
  91. 6f81ea1 Fix typo (and thus bug) by Junekey Jeon · 3 years, 9 months ago
  92. 0c8ffe9 Implement Dragonbox (first version) by Junekey Jeon · 3 years, 9 months ago
  93. 42699bf Fix msvc version of clz & clzll (#1880) by jk-jeon · 3 years, 9 months ago
  94. bc51a8d Disable fallthrough attributes for the Intel compilers on Linux and MacOS (#1879) by Axel Kohlmeyer · 3 years, 9 months ago
  95. 45da432 fix compiler warnings in public header files by Jan Schwers · 3 years, 9 months ago
  96. d55e61f Improve FMT_ALWAYS_INLINE (#1878) by jk-jeon · 3 years, 9 months ago
  97. 7e68275 Remove trailing zeros when using fallback formatter (#1873) by Victor Zverovich · 3 years, 9 months ago
  98. 1d696dc Handle exotic character types in compilation by Victor Zverovich · 3 years, 9 months ago
  99. f674434 Add format_to_n overload that accepts FMT_COMPILE (from #1767) (#1869) by Alexey Ochapov · 3 years, 9 months ago
  100. 5b5a597 Fix handling of wide alignment by Victor Zverovich · 3 years, 9 months ago