Skip to content

Releases: fastfloat/fast_float

Version 3.2.0

20 Sep 13:57
Compare
Choose a tag to compare

Removing broken and unsupported C++20 code.

Version 3.1.0

15 Sep 01:38
Compare
Choose a tag to compare

Patch release for version 3.0.

Fixes #106

Fixes #105

Special thanks to @mumbleskates for reporting these issues !

Version 3.0.0

14 Sep 02:05
Compare
Choose a tag to compare

This adds a much faster parser for long input strings (e.g., 132.312312321321321321321312321321e131) credit: @Alexhuszagh

Version 2.0.0

03 Aug 13:29
fe1ce58
Compare
Choose a tag to compare

A new function was added which allows you to specify that the decimal separator is the comma. The from_chars function is unchanged.

credit @pitrou

Version 1.1.2

21 Jun 16:39
8159e8b
Compare
Choose a tag to compare
Merge pull request #84 from musicinmybrain/system-doctest-option

Add a SYSTEM_DOCTEST CMake option

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