1. a8a02f7 Merge pull request #405 from fastfloat/old-style-cast by Daniel Lemire · 5 days ago upstream/main
  2. 12e310a Avoid old-style casts by Daniel Lemire · 5 days ago upstream/old-style-cast
  3. 13ecd70 Merge pull request #399 from dg0yt/max by Daniel Lemire · 8 days ago
  4. a1f63a8 Merge pull request #404 from latent-9/docs/fix-strtod-typo by Daniel Lemire · 2 weeks ago
  5. 37fb7d7 docs: fix strtod function name in README by latent-9 · 2 weeks ago
  6. c335514 Fix compat with min() macro by Kai Pastor · 5 weeks ago
  7. ec239e0 Fix compat with max() macro by Kai Pastor · 5 weeks ago
  8. f6df0f2 Merge pull request #398 from redis-performance/exp062-063-combo by Daniel Lemire · 6 weeks ago
  9. 11c390b Merge pull request #396 from fastfloat/dependabot/github_actions/github-actions-640176b5ab by Daniel Lemire · 6 weeks ago
  10. 1fa146e Bump actions/checkout in the github-actions group across 1 directory by dependabot[bot] · 6 weeks ago
  11. ce25f0d Remove Stars section from README by Daniel Lemire · 7 weeks ago
  12. 46b2fba Reconcile redis-perf/optim: content superseded by upstream #381/#382/#387 by fcostaoliveira · 8 weeks ago
  13. 5082489 EXP-063: test the mode-independent mantissa bound before the rounds_to_nearest probe by fcostaoliveira · 8 weeks ago
  14. f4f36e0 EXP-062: enable the 4-digit SWAR fraction follow-up on all compilers (drop __clang__ gate) by fcostaoliveira · 8 weeks ago
  15. 8ec5d23 Merge pull request #395 from sahvx655-wq/is-space-signed-compare by Daniel Lemire · 10 weeks ago
  16. c539b53 guard is_space against negative signed code units by sahvx655-wq · 10 weeks ago
  17. 34164f5 8.2.10 by Daniel Lemire · 2 months ago upstream/v8.2.10
  18. 4eec7be Merge pull request #394 from fastfloat/int-overflow-simdjson-approach by Daniel Lemire · 2 months ago
  19. fd970ab updating visual studio by Daniel Lemire · 2 months ago upstream/int-overflow-simdjson-approach
  20. a7249f8 replace checked re-parse with O(1) simdjson-style overflow check by Daniel Lemire · 2 months ago
  21. 632cc97 detect uint64 overflow that wraps past min_safe in parse_int_string by sahvx655-wq · 2 months ago
  22. 8234a89 8.2.9 by Daniel Lemire · 2 months ago upstream/v8.2.9
  23. 0dce102 Merge pull request #391 from sahvx655-wq/int-fast-path-wide-units by Daniel Lemire · 2 months ago
  24. 30868f8 Merge pull request #392 from biojppm/fix/gcc9_compile_error by Daniel Lemire · 2 months ago
  25. 8e6edc8 Fix compile error with gcc 9: use of [[unlikely]] by Joao Paulo Magalhaes · 3 months ago
  26. 82882b2 gate uint8/uint16 base-10 fast paths to single-byte code units by sahvx655-wq · 3 months ago
  27. 9371986 Merge pull request #389 from correctmost/cm/remove-unreachable-return by Daniel Lemire · 3 months ago
  28. 0352ba3 Merge pull request #390 from correctmost/cm/remove-unreachable-block by Daniel Lemire · 3 months ago
  29. 6ae6913 Remove an else if statement that is always false by correctmost · 3 months ago
  30. 8fe7a94 Remove an unreachable return statement by correctmost · 3 months ago
  31. e8ec8e8 8.2.8 by Daniel Lemire · 3 months ago upstream/v8.2.8
  32. c05156f Merge pull request #388 from biojppm/fix/clang_compile_error by Daniel Lemire · 3 months ago
  33. 23e245f Fix compile error in clang<10: fails on pragma -Wc++20-extensions by Joao Paulo Magalhaes · 3 months ago
  34. e0b53ea 8.2.7 by Daniel Lemire · 3 months ago upstream/v8.2.7
  35. 3044c9b Merge pull request #387 from fastfloat/pr386 by Daniel Lemire · 3 months ago
  36. 29bd115 one too many by Daniel Lemire · 3 months ago upstream/pr386
  37. b1fbfe9 silencing -Wc++20-extensions at the point of use solely by Daniel Lemire · 3 months ago
  38. 520fded adressing comments by @jwakely by Daniel Lemire · 3 months ago
  39. b72e071 let us using 'unlikely' hints. by Daniel Lemire · 3 months ago
  40. 3067491 clang-format (clang-format-17 comment reflow + signature wrap; no semantic change) by fcostaoliveira · 3 months ago
  41. cb5d9cd Skip materializing the integer/fraction spans on the hot path by fcostaoliveira · 3 months ago
  42. 6258cbc Merge pull request #380 from fastfloat/dependabot/github_actions/github-actions-0eb558eb98 by Daniel Lemire · 3 months ago
  43. 254f10c Merge pull request #385 from jwakely/patch-2 by Daniel Lemire · 3 months ago
  44. 1b11407 Fix spelling by Jonathan Wakely · 3 months ago
  45. f0ed8cd display the latest version. by Daniel Lemire · 3 months ago
  46. cfd12eb 8.2.6 by Daniel Lemire · 3 months ago upstream/v8.2.6
  47. 06f3e27 Merge pull request #383 from redis-performance/pr/parallel-exhaustive by Daniel Lemire · 3 months ago
  48. b642d92 tests: parallelize exhaustive32 and exhaustive32_64 sweeps too by fcostaoliveira · 3 months ago
  49. ed86132 Merge pull request #382 from redis-performance/pr/four-digit-followup by Daniel Lemire · 3 months ago
  50. 0f682cd Merge pull request #381 from redis-performance/pr/integer-scan-unroll by Daniel Lemire · 3 months ago
  51. b20c420 tests: parallelize the exhaustive midpoint sweep across hardware threads by fcostaoliveira · 3 months ago
  52. 7589a4f Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang) by fcostaoliveira · 3 months ago
  53. b64d014 Unroll the integer-part digit scan (straight-line for the common 1-5 digit case) by fcostaoliveira · 3 months ago
  54. 3ff2c0b EXP-053: clang-format (reflow comment + expression wrap; no semantic change) by fcostaoliveira · 3 months ago
  55. b3ec8d8 Bump the github-actions group across 1 directory with 3 updates by dependabot[bot] · 3 months ago
  56. a30c1f3 EXP-053: 4-digit SWAR follow-up in loop_parse_if_eight_digits, GCC path (ffc EXP-001) by fcostaoliveira · 3 months ago
  57. ee84946 EXP-052: 2x unroll of char loop_parse_if_eight_digits (ported from ffc EXP-044) by fcostaoliveira · 3 months ago
  58. 8db9edb EXP-050: straight-line nested-if integer-part scan (ported from ffc EXP-026/028) by fcostaoliveira · 3 months ago
  59. 7790aa6 gh pages by Daniel Lemire · 3 months ago
  60. ee866c2 Merge branch 'main' of github.com:fastfloat/fast_float by Daniel Lemire · 3 months ago
  61. baffc57 new site by Daniel Lemire · 3 months ago
  62. 3644f51 Update README.md to remove and modify content by Daniel Lemire · 3 months ago
  63. 05087a3 8.2.5 by Daniel Lemire · 4 months ago upstream/v8.2.5
  64. b2b1e20 removing msys 32-bit by Daniel Lemire · 4 months ago
  65. b57ec06 Merge pull request #379 from mlippautz/patch-1 by Daniel Lemire · 4 months ago
  66. 001c04c Remove <algorithm> include and replace std::min with ternary operators by Michael Lippautz · 4 months ago
  67. b063de8 Include <algorithm> in float_common.h by Michael Lippautz · 4 months ago
  68. d7ad33a Merge pull request #377 from BYVoid/fix-bazel-bzlmod by Daniel Lemire · 5 months ago
  69. 2027a39 Update MODULE.bazel version to 8.2.4 by Carbo · 5 months ago
  70. 9817d5d Fix Bazel build with bzlmod by loading cc_library rule by Carbo · 5 months ago
  71. 7124634 Merge pull request #375 from fastfloat/dependabot/github_actions/github-actions-c571d227b7 by Daniel Lemire · 5 months ago
  72. 419695e Bump the github-actions group across 1 directory with 3 updates by dependabot[bot] · 5 months ago
  73. 18e55e4 lint by Daniel Lemire · 6 months ago
  74. eb9ab42 8.2.4 by Daniel Lemire · 6 months ago upstream/v8.2.4
  75. 50c19fa init by Daniel Lemire · 6 months ago
  76. 3f42ad2 Merge pull request #374 from kolemannix/bench_inline by Daniel Lemire · 6 months ago
  77. 00fb4f4 Merge pull request #372 from kolemannix/ffc_h_port by Daniel Lemire · 6 months ago
  78. 2606bcd A few inlines by Koleman Nix · 6 months ago
  79. b83fdd7 consistency by Koleman Nix · 6 months ago
  80. a18b614 Mention C under other languages by Koleman Nix · 6 months ago
  81. 8514abe Update README with note for C users by Daniel Lemire · 6 months ago
  82. 9f30728 Merge pull request #368 from x1sc0/main by Daniel Lemire · 6 months ago
  83. 3c6a64b fix warning C4702: unreachable code by Xisco Fauli · 7 months ago
  84. 221a492 Merge branch 'main' of github.com:fastfloat/fast_float by Daniel Lemire · 7 months ago
  85. a110aa1 adding bug report template by Daniel Lemire · 7 months ago
  86. 8d9f627 Merge pull request #366 from 976520/main by Daniel Lemire · 7 months ago
  87. 3e2b5d3 refactor verification calls for double and float limits by 재욱 · 7 months ago
  88. f43d671 Add additional verification cases for double and float limits by 재욱 · 7 months ago
  89. 01ce95d v8.2.3 by Daniel Lemire · 7 months ago upstream/v8.2.3
  90. d5717d4 Merge pull request #365 from nyoma-diamond/fix-permissive-flag by Daniel Lemire · 7 months ago
  91. 707fccb compile-time generator expression fixes overzealous /permissive- compiler option usage by N'yoma Diamond · 7 months ago
  92. 36a2b14 Merge pull request #361 from fastfloat/dependabot/github_actions/github-actions-c132dce648 by Daniel Lemire · 7 months ago
  93. 95295d1 Bump the github-actions group with 2 updates by dependabot[bot] · 7 months ago
  94. c525652 Merge pull request #363 from pitrou/patch-1 by Daniel Lemire · 7 months ago
  95. cb299bd Clarify behavior for underflow by Antoine Pitrou · 7 months ago
  96. 2e4ed7d Merge pull request #362 from sleepingeight/surya/fix-opt-cmp by Daniel Lemire · 7 months ago
  97. 4fa83cc fix early return error in fastfloat_strncasecmp by sleepingieght · 7 months ago
  98. 71ab1cc Fix error message to display input instead of result by Daniel Lemire · 7 months ago
  99. 64a6859 Clarify `std::from_chars` conversion method by Daniel Lemire · 7 months ago
  100. cffb71d Merge pull request #344 from fastfloat/dependabot/github_actions/github-actions-397fd93db7 by Daniel Lemire · 7 months ago