Skip to content

Releases: fastfloat/fast_float

Version 8.0.2

11 Mar 13:52
Compare
Choose a tag to compare

What's Changed

  • supporting benchmarks under Windows by @lemire in #309

Full Changelog: v8.0.1...v8.0.2

v8.0.1

10 Mar 13:04
Compare
Choose a tag to compare

What's Changed

  • fix warning from -Wundef by @biojppm in #302
  • Fix -Wundef warnings seen in gcc 4.8 by @biojppm in #303
  • fix /permissive- flag causing a compile error on clang for windows by @dankmeme01 in #305
  • turning json option into macro parameter by @lemire in #308

New Contributors

Full Changelog: v8.0.0...v8.0.1

Version 8.0.0

07 Feb 01:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v8.0.0

Version 7.0.0

21 Nov 18:19
Compare
Choose a tag to compare

What's Changed

  • Add Bazel build rules. by @BYVoid in #274
  • Iplus/minus handling in parse_infnan by @dalle in #277
  • enum class chars_format by @dalle in #279
  • Add allow_leading_plus and skip_white_space in chars_format by @dalle in #280

New Contributors

Full Changelog: v6.1.6...v7.0.0

Version 6.1.6

08 Sep 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.5...v6.1.6

Version 6.1.5

02 Sep 19:33
Compare
Choose a tag to compare

What's Changed

  • documentation for issue 261 by @lemire in #263
  • remove out-of-line defns of constexpr static data members under c++17 by @yfeldblum in #268
  • Support aarch64-w64-mingw32 target by @eukarpov in #269

New Contributors

Full Changelog: v6.1.4...v6.1.5

Version 6.1.4

14 Aug 13:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.3...v6.1.4

Version 6.1.3

23 Jul 14:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.2...v6.1.3

Version 6.1.2

22 Jul 15:45
129f0e8
Compare
Choose a tag to compare

What's Changed

  • removing unused function by @lemire in #245
  • Change smallest_power_of_ten to -64 for floats. by @deadalnix in #167
  • from_chars_advanced overload function taking parsed_number_string_t by @zejal in #249
  • Disallow empty exponent in JSON parsing by @LeszekSwirski in #251

New Contributors

Full Changelog: v6.1.1...v6.1.2

Version 6.1.1

17 Mar 13:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.1.1