Boost 1.85.0
mborland
released this
22 Apr 07:17
·
214 commits
to develop
since this release
What's Changed
- fix typo in fast_float.hpp by @akrzemi1 in #135
- Add fuzzing to CI by @mborland in #134
- Conditionally link quadmath by @mborland in #132
- Add testing and fix handling of leading spaces by @mborland in #144
- Reverse behavior of from_chars and from_chars_strict by @mborland in #141
- Collected documentation updates from review comments by @mborland in #145
- Post-Review Refactoring by @mborland in #146
- Add string_view interface to from_chars by @mborland in #147
- Fix long double and Float128 negative sign being overwritten by @mborland in #150
- Fix to_chars_hex exp for Float128 types by @mborland in #151
- Add dragonbox, floff and Junekey Jeon to sources and acknowledgements by @mborland in #155
- Add cap to output lenght of
to_chars
forstd::bfloat16_t
with interchange format by @mborland in #157 - Add additional bounds checking in
to_chars
for floats by @mborland in #153 - Fix 80-bit long double hex formatting by @mborland in #159
- Add fixed format printing to floff by @mborland in #161
- Use floff to consistently generate correctly rounded results by @mborland in #164
- Fix to_chars errc value for overflow by @mborland in #167
- Try to fix #158 by @jk-jeon in #169
- Fix for issue #166 negative precision by @mborland in #168
- Issue 158 for 80 and 128 bit types by @mborland in #171
New Contributors
Full Changelog: v1.2.0...boost-1.85.0