Skip to content

Releases: fastfloat/fast_float

Version 3.6.0

03 Nov 23:56
6624977

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.6.0

Version 3.5.1

04 Aug 19:07
6876616

Choose a tag to compare

Fixing typo with respect to emscripten.

Full Changelog: v3.5.0...v3.5.1

Version 3.5.0

04 Aug 18:02
ac81b01

Choose a tag to compare

What's Changed

  • Better support for emscripten by @lemire
  • Make endianness detection more portable by @jwakely in #123
  • Fix deduction failure for std::min call by @jwakely in #122
  • Fixed installation on other than Ubuntu GNU/Linux distributions by @xvitaly in #127
  • Export CMake targets as architecture independent by @xvitaly in #129
  • python: set file encoding by @fargies in #126

New Contributors

Full Changelog: v3.4.0...v3.4.1

Version 3.4.0

30 Nov 20:55

Choose a tag to compare

Patch release.

Fix #117

Version 3.2.0

20 Sep 13:57

Choose a tag to compare

Removing broken and unsupported C++20 code.

Version 3.1.0

15 Sep 01:38

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

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

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

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

Choose a tag to compare

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