1. d7ad33a Merge pull request #377 from BYVoid/fix-bazel-bzlmod by Daniel Lemire · 3 weeks ago upstream/main
  2. 2027a39 Update MODULE.bazel version to 8.2.4 by Carbo · 3 weeks ago
  3. 9817d5d Fix Bazel build with bzlmod by loading cc_library rule by Carbo · 3 weeks ago
  4. 7124634 Merge pull request #375 from fastfloat/dependabot/github_actions/github-actions-c571d227b7 by Daniel Lemire · 4 weeks ago
  5. 419695e Bump the github-actions group across 1 directory with 3 updates by dependabot[bot] · 4 weeks ago
  6. 18e55e4 lint by Daniel Lemire · 5 weeks ago
  7. eb9ab42 8.2.4 by Daniel Lemire · 5 weeks ago upstream/v8.2.4
  8. 50c19fa init by Daniel Lemire · 5 weeks ago
  9. 3f42ad2 Merge pull request #374 from kolemannix/bench_inline by Daniel Lemire · 5 weeks ago
  10. 00fb4f4 Merge pull request #372 from kolemannix/ffc_h_port by Daniel Lemire · 5 weeks ago
  11. 2606bcd A few inlines by Koleman Nix · 5 weeks ago
  12. b83fdd7 consistency by Koleman Nix · 5 weeks ago
  13. a18b614 Mention C under other languages by Koleman Nix · 5 weeks ago
  14. 8514abe Update README with note for C users by Daniel Lemire · 6 weeks ago
  15. 9f30728 Merge pull request #368 from x1sc0/main by Daniel Lemire · 7 weeks ago
  16. 3c6a64b fix warning C4702: unreachable code by Xisco Fauli · 10 weeks ago
  17. 221a492 Merge branch 'main' of github.com:fastfloat/fast_float by Daniel Lemire · 10 weeks ago
  18. a110aa1 adding bug report template by Daniel Lemire · 10 weeks ago
  19. 8d9f627 Merge pull request #366 from 976520/main by Daniel Lemire · 10 weeks ago
  20. 3e2b5d3 refactor verification calls for double and float limits by 재욱 · 10 weeks ago
  21. f43d671 Add additional verification cases for double and float limits by 재욱 · 10 weeks ago
  22. 01ce95d v8.2.3 by Daniel Lemire · 10 weeks ago upstream/v8.2.3
  23. d5717d4 Merge pull request #365 from nyoma-diamond/fix-permissive-flag by Daniel Lemire · 10 weeks ago
  24. 707fccb compile-time generator expression fixes overzealous /permissive- compiler option usage by N'yoma Diamond · 2 months ago
  25. 36a2b14 Merge pull request #361 from fastfloat/dependabot/github_actions/github-actions-c132dce648 by Daniel Lemire · 2 months ago
  26. 95295d1 Bump the github-actions group with 2 updates by dependabot[bot] · 2 months ago
  27. c525652 Merge pull request #363 from pitrou/patch-1 by Daniel Lemire · 3 months ago
  28. cb299bd Clarify behavior for underflow by Antoine Pitrou · 3 months ago
  29. 2e4ed7d Merge pull request #362 from sleepingeight/surya/fix-opt-cmp by Daniel Lemire · 3 months ago
  30. 4fa83cc fix early return error in fastfloat_strncasecmp by sleepingieght · 3 months ago
  31. 71ab1cc Fix error message to display input instead of result by Daniel Lemire · 3 months ago
  32. 64a6859 Clarify `std::from_chars` conversion method by Daniel Lemire · 3 months ago
  33. cffb71d Merge pull request #344 from fastfloat/dependabot/github_actions/github-actions-397fd93db7 by Daniel Lemire · 3 months ago
  34. babb1f3 Merge pull request #356 from sleepingeight/surya/opt-cmp by Daniel Lemire · 3 months ago
  35. fd9cad9 Merge pull request #359 from shikharish/uint16 by Daniel Lemire · 3 months ago
  36. d1af5b1 Bump the github-actions group across 1 directory with 4 updates by dependabot[bot] · 3 months ago
  37. b14e6a4 simpler optimizations by Shikhar · 3 months ago
  38. 13d4b94 small fix by Shikhar · 3 months ago
  39. d0af1cf optimize uint16 parsing by Shikhar · 3 months ago
  40. 36d3441 add bench_uint16 by Shikhar · 3 months ago
  41. 42ae960 Merge pull request #360 from fastfloat/fixs390 by Daniel Lemire · 3 months ago
  42. 6440936 see if this fixes the issue with s390x. by Daniel Lemire · 3 months ago upstream/fixs390
  43. 011763f adding tests by Daniel Lemire · 3 months ago
  44. d5bc4e1 Merge pull request #358 from shikharish/uint8-base-fix by Daniel Lemire · 3 months ago
  45. 97b54ca v8.2.2 by Daniel Lemire · 3 months ago upstream/v8.2.2
  46. 6499e20 Merge pull request #357 from shikharish/endian-uint8-fix by Daniel Lemire · 3 months ago
  47. 4dc5225 add base check for uint8 parsing by Shikhar · 3 months ago
  48. fb522b6 fix endianess bug in uint8 parsing by Shikhar · 3 months ago
  49. 4eb0d80 add specialisations by sleepingieght · 3 months ago
  50. 265cb84 optimise fastfloat_strncasecmp by sleepingieght · 4 months ago
  51. 11ce67e v8.2.1 by Daniel Lemire · 4 months ago upstream/v8.2.1
  52. 4f77642 Merge pull request #355 from fastfloat/issue354 by Daniel Lemire · 4 months ago
  53. f4f9da1 fix for issue 354 by Daniel Lemire · 4 months ago upstream/issue354
  54. fd85e52 Change branch name from 'master' to 'main' by Daniel Lemire · 4 months ago
  55. dd77fb5 v8.2.0 by Daniel Lemire · 4 months ago upstream/v8.2.0
  56. b4d26ec v8.1.1 by Daniel Lemire · 4 months ago
  57. 43f7c83 Merge pull request #353 from toughengineer/main by Daniel Lemire · 4 months ago
  58. cb813a7 fixed UB by Pavel Novikov · 4 months ago
  59. 1ad224e Merge pull request #349 from shikharish/uint8 by Daniel Lemire · 4 months ago
  60. 97cb3ec lint by Shikhar · 4 months ago
  61. e076a81 Merge pull request #1 from lemire/add_test by Shikhar Soni · 4 months ago
  62. 120bdfd adding some ipv4 test by Daniel Lemire · 4 months ago
  63. 780c341 fix macro by Shikhar · 4 months ago
  64. fdb0edd c++14 constexpr by Shikhar · 4 months ago
  65. fce0ab6 uint8_t parsing by Shikhar · 4 months ago
  66. 0920535 Merge pull request #352 from fastfloat/even_simpler_bench_ip by Daniel Lemire · 4 months ago
  67. a6a229a bumping tag by Daniel Lemire · 4 months ago upstream/even_simpler_bench_ip
  68. f9ddc75 removing space by Daniel Lemire · 4 months ago
  69. 0b11d0a even simpler bench_ip function by Daniel Lemire · 4 months ago
  70. 5830594 Merge pull request #351 from fastfloat/simpler_benchmark by Daniel Lemire · 4 months ago
  71. 75d01f0 display the inner count (check) by Daniel Lemire · 4 months ago upstream/simpler_benchmark
  72. bfa7bcc lint by Daniel Lemire · 4 months ago
  73. b5ae54c adding a memcpy benchmark and ensure inlining. by Daniel Lemire · 4 months ago
  74. 55723db add a memcpy baseline by Daniel Lemire · 4 months ago
  75. 62ed60e simplify the benchmark by Daniel Lemire · 4 months ago
  76. 62fb615 Merge pull request #350 from fastfloat/add_bench_ip by Daniel Lemire · 4 months ago
  77. c54e4a7 updating the deps by Daniel Lemire · 4 months ago upstream/add_bench_ip
  78. 5304b3d saving... by Daniel Lemire · 4 months ago
  79. a6685b2 missing header by Daniel Lemire · 4 months ago
  80. 6952ffe lint by Daniel Lemire · 4 months ago
  81. ca1057e Merge pull request #345 from fastfloat/better_doc by Daniel Lemire · 4 months ago
  82. 0fa058e adding bench_ip by Daniel Lemire · 4 months ago
  83. 157deae Merge pull request #348 from arthurscchan/oss-fuzz-build-add-unit-test by Daniel Lemire · 4 months ago
  84. b2535ce oss-fuzz: Add unit test build by Arthur Chan · 4 months ago
  85. 1cc6cf5 Revise reference for Mushtak and Lemire paper by Daniel Lemire · 4 months ago
  86. 6b72e26 documenting better which types we support by Daniel Lemire · 4 months ago upstream/better_doc
  87. f8c573d Merge pull request #338 from Gravecat/mingw-fix by Daniel Lemire · 5 months ago
  88. 9d78a01 Fixed formatting with clang-format by Raine 'Gravecat' Simmons · 5 months ago
  89. 409d621 Fixes compilation on GCC/MinGW by Raine 'Gravecat' Simmons · 5 months ago
  90. 7b21183 Merge pull request #336 from fastfloat/dependabot/github_actions/github-actions-625a8519cf by Daniel Lemire · 6 months ago
  91. 8ac7279 Bump the github-actions group across 1 directory with 4 updates by dependabot[bot] · 6 months ago
  92. e77e2bc Update README.md by Daniel Lemire · 6 months ago
  93. 24fa687 Merge pull request #334 from toughengineer/max-infinity_corner_cases by Daniel Lemire · 6 months ago
  94. 88f6c5e Added corner cases around max value/infinity by Pavel Novikov · 6 months ago
  95. 83a4f69 Merge pull request #333 from toughengineer/made_function_non-template by Daniel Lemire · 7 months ago
  96. 1ea4d25 made function non-template +fixed a couple of typos by Pavel Novikov · 7 months ago
  97. 7262d94 lint by Daniel Lemire · 7 months ago
  98. 23f16ad Merge pull request #328 from toughengineer/int_multiplication_by_power_of_10 by Daniel Lemire · 7 months ago
  99. fd98fd6 specialize for std::float32_t and std::float64_t explicitly credit: @lemire by Daniel Lemire · 7 months ago
  100. 197c0ff clang format by Pavel Novikov · 7 months ago