Releases: fastfloat/fast_float
Releases · fastfloat/fast_float
Version 5.2.0
Version 5.1.0
What's Changed
- float_common.h: Support LoongArch64 by @zangruochen in #206
- Add zOS support to float_common.h by @v1gnesh in #207
- Add opt-in SIMD support for char16_t by @mayawarrier in #198
New Contributors
- @zangruochen made their first contribution in #206
- @v1gnesh made their first contribution in #207
Full Changelog: v5.0.0...v5.1.0
Version 5.0.0
What's Changed
- Fix subnormal test fails on GCC 9 by @alugowski in #190
- Fix warnings with -Wundef by @aras-p in #194
- Removing dead code. by @lemire in #196
- Support UTF-16 and UTF-32 inputs in #197
- Make tables external linkage by @leni536 in #200
- Fix for broken VS Intellisense by @mayawarrier in #199
- Adding C++20 tests in CI. by @lemire in #202
- Adding BOOST License. by @lemire in #203
New Contributors
- @aras-p made their first contribution in #194
- @mayawarrier made their first contribution in #199
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- Set errc::result_out_of_range on over/underflow by @alugowski in #189
New Contributors
- @alugowski made their first contribution in #189
Full Changelog: v3.11.0...v4.0.0
Version 3.11.0
What's Changed
This release brings about compile-time evaluation in C++20. Credit goes to @leni536.
- Adds a simple fuzz test by @silvergasp in #184
- Fix parsing -0 on clang in non-nearest rounding modes. by @leni536 in #186
- Constexpr from_chars by @leni536 in #182
- Adding more CXX20 testing in CI. by @lemire in #185
- Compile-time evaluation by @lemire in #188
New Contributors
- @silvergasp made their first contribution in #184
Full Changelog: v3.10.1...v3.11.0
Version 3.10.1
What's Changed
- Low-risk C++11 and C++14 constexpr functions by @leni536 in #177
- This adds bloat analysis to the tests. by @lemire in #178
- We do not need a fallback. by @lemire in #173
- Simplify to_float by @leni536 in #179
- Constexpr big_int by @leni536 in #180
- Added missing FASTFLOAT_ALLOWS_LEADING_PLUS ifdef check in parse_infnan by @filipecosta90 in #183
New Contributors
- @leni536 made their first contribution in #177
- @filipecosta90 made their first contribution in #183
Full Changelog: v3.10.0...v3.10.1
Version 3.10.0
Version 3.9.0
Version 3.8.2
What's Changed
- Add missing namespace end comments by @kou in #157
- Replace utf8 chars. by @huangqinjin in #159
- Fix compile warning of unit64_t to bool by @huangqinjin in #160
- Adding GCC 12 tests (CI) by @lemire in #161
- Suppress compile warning from float comparison by @biojppm in #163
- Fix compile warning: implicit type conversion by @biojppm in #162
- Guard endian include by @lemire in #165
- Adding test. by @lemire in #166
- float_common.h: add support for ppc32 by @barracuda156 in #169
New Contributors
- @huangqinjin made their first contribution in #159
- @barracuda156 made their first contribution in #169
Full Changelog: v3.8.1...v3.8.2