Releases: fastfloat/fast_float
Releases · fastfloat/fast_float
Version 8.2.3
What's Changed
- add base check for uint8 by @shikharish in #358
- fix issue with s390x. by @lemire in #360
- optimize uint16 parsing by @shikharish in #359
- optimize fastfloat_strncasecmp by @sleepingeight in #356
- Bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #344
- fix early return error in fastfloat_strncasecmp by @sleepingeight in #362
- Clarify behavior for underflow by @pitrou in #363
- Fix overzealous build-time
/permissive-propagating to compile-time (cross-compilation bug) by @nyoma-diamond in #365
New Contributors
- @sleepingeight made their first contribution in #356
- @nyoma-diamond made their first contribution in #365
Full Changelog: v8.2.2...v8.2.3
Version 8.2.2
What's Changed
- fix endianess bug in uint8 parsing by @shikharish in #357
Full Changelog: v8.2.1...v8.2.2
Version 8.2.1
Version 8.2.0
What's Changed
- Added template overloads for
integer_times_pow10()by @toughengineer in #328 - Made function non-template by @toughengineer in #333
- Added corner cases around max value/infinity by @toughengineer in #334
- Fixes compilation on GCC/MinGW by @Gravecat in #338
- oss-fuzz: Add unit test build by @arthurscchan in #348
- documenting better which types we support by @lemire in #345
- adding IP address benchmark by @shikharish and @lemire in https://github.com/fastfloat/fast_float/pull/350in #351 and in #352
- faster uint8_t parsing by @shikharish in #349
- Fixed UB by @toughengineer in #353
New Contributors
- @jbicha made their first contribution in #330
- @Gravecat made their first contribution in #338
- @arthurscchan made their first contribution in #348
- @shikharish made their first contribution in #349
Full Changelog: v8.1.0...v8.2.0
Version 8.1.0
What's Changed
- README: Reference SerenityOS/Ladybird Browser implementation by @ADKaster in #311
- Bump jidicula/clang-format-action from 4.14.0 to 4.15.0 in the github-actions group by @dependabot[bot] in #312
- README: Add xmake repository reference by @SirLynix in #318
- adding emscripten build test by @lemire in #316
- Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #317
- implementation of p2497 by @lemire in #314
- float_common.h: Support RISC-V by @leiwen2025 in #322
- Do not mis-parse certain wide-character emojis as integer by @InvalidUsernameException in #325
- Implemented multiplication of integer by a power of 10 by @toughengineer in #320
- Minor fix of forward declaration by @toughengineer in #327
@jwakely : this implements p2497
New Contributors
- @ADKaster made their first contribution in #311
- @SirLynix made their first contribution in #318
- @leiwen2025 made their first contribution in #322
- @InvalidUsernameException made their first contribution in #325
- @toughengineer made their first contribution in #320
Full Changelog: v8.0.2...v8.1.0
Version 8.0.2
What's Changed
Full Changelog: v8.0.1...v8.0.2
v8.0.1
What's Changed
- fix warning from -Wundef by @biojppm in #302
- Fix -Wundef warnings seen in gcc 4.8 by @biojppm in #303
- fix /permissive- flag causing a compile error on clang for windows by @dankmeme01 in #305
- turning json option into macro parameter by @lemire in #308
New Contributors
- @dankmeme01 made their first contribution in #305
Full Changelog: v8.0.0...v8.0.1
Version 8.0.0
What's Changed
- Add version macros by @dalle in #284
- Better compile time error messages for unsupported types by @dalle in #283
- Fix clang warning unused function by @dalle in #287
- Support char8_t on C++20 by @dalle in #289
- update scripts by @dalle in #290
- Add tests for all supported char types by @dalle in #292
- adding actual benchmarks to the project by @lemire in #293
- introduce equiv_uint_t helper by @dalle in #294
- Silenced Visual Studio compiler warning by @jrade in #298
- documenting benchmarks by @lemire in #299
- 16-bit float support by @dalle in #296
New Contributors
Full Changelog: v7.0.0...v8.0.0
Version 7.0.0
Version 6.1.6
What's Changed
- doctest: if SYSTEM_DOCTEST add a
find_package(doctest REQUIRED)by @pranav-sivaraman in #270
New Contributors
- @pranav-sivaraman made their first contribution in #270
Full Changelog: v6.1.5...v6.1.6