Skip to content

Releases: fastfloat/fast_float

Version 1.1.1

07 Jun 14:08
a7fbcb0
Compare
Choose a tag to compare

Fixed build issue when compiling for 32-bit ARM platforms under Visual Studio.

Version 1.1.0

01 Jun 14:09
e3af106
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Update to CMake to allow package installation @georg-emg

Version 0.7.0

08 Jan 15:26
3377fac
Compare
Choose a tag to compare
v0.7.0

Update CMakeLists.txt

Version 0.6.0

31 Dec 16:26
fa09c22
Compare
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
Compare
Choose a tag to compare

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

Version 0.4.0

22 Dec 21:32
2940ec0
Compare
Choose a tag to compare

Better support for clang under msys2.

Version 0.3.0

24 Nov 14:16
f51af51
Compare
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)