Skip to content

Releases: fastfloat/fast_float

Version 1.1.0

01 Jun 14:09
e3af106

Choose a tag to compare

Fixed "permissive" issue under Visual Studio whereas some users would get link errors with some flags due to static constexpr not being considered inline by default under Visual Studio.

Version 1.0.0

17 Mar 13:20

Choose a tag to compare

In this version, as in the C++17 standard, we forbid leading spaces as well as the leading '+' character.

Version 0.9.0

01 Mar 19:12
f41410b

Choose a tag to compare

NaN/infinity parsing has been revised. In particular, parse "nan(n-char-seq-opt)" as required by C++17 20.19.3.7, credit @eugenegff.

Version 0.8.0

09 Feb 13:59

Choose a tag to compare

Update to CMake to allow package installation @georg-emg

Version 0.7.0

08 Jan 15:26
3377fac

Choose a tag to compare

v0.7.0

Update CMakeLists.txt

Version 0.6.0

31 Dec 16:26
fa09c22

Choose a tag to compare

Fixes a potential issue raised by Ivan Smirnov and improved minutely code clarity.

Version 0.5.0

29 Dec 18:29
2fa7915

Choose a tag to compare

Minor fix in the fall back code (issue 47).

Version 0.4.0

22 Dec 21:32
2940ec0

Choose a tag to compare

Better support for clang under msys2.

Version 0.3.0

24 Nov 14:16
f51af51

Choose a tag to compare

  • Better support for 32-bit systems (@biojppm)
  • Removed iostream dependency (@biojppm)
  • The algorithmic fast paths are more common
  • Adopted slightly faster SWAR code (@aqrit)

Version 0.2.0

17 Nov 15:16
3957642

Choose a tag to compare

  • Support for Big Endian systems (credit to @kiszk)
  • Build with pedantic flags under GNU GCC without warnings (@biojppm)
  • More standard compliant handling of problematic strings (issue19 by @zhihaoy)