Skip to content

Releases: google/double-conversion

v3.3.0

18 May 12:21
4f7a25d
Compare
Choose a tag to compare

What's Changed

  • Fix some compile warnings in Visual Studio by @Ono-Sendai in #188
  • Set permissions for github workflows by @joycebrum in #191
  • Add flags to control trailing decimal and zero in exponent form when input has one significant digit by @ianmcook in #195

New Contributors

Full Changelog: v3.2.1...v3.3.0

v3.2.1

04 Aug 13:47
af09fd6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

Fix quiet NaNs.

10 Jan 09:49
Compare
Choose a tag to compare

What's Changed

  • ieee.h: Fix QuietNan check for MIPS* and PA-RISC architectures. by @cdluminate in #172

New Contributors

Full Changelog: v3.1.7...v3.2.0

Reintroduce macros

22 Dec 21:04
Compare
Choose a tag to compare

Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set.

Also add support for Synopsys ARC64 architecture.

Cleanups and new architectures

04 Dec 16:29
Compare
Choose a tag to compare

Features some code cleanups.
Adds the following new architectures: loongarch, xtensa, nios2, e2k.

Minor bug fixes in string->double conversion

25 May 23:58
Compare
Choose a tag to compare

Fixes some issues in the string->double-conversion part, when Hexadecimal floats are allowed.

Specifically, 0x (and invalid literal) would access out-of-bounds before the fix, and hexadecimal literals with exponents that exceeded the integer range could overflow the exponent counter and thus yield a wrong result (and not just infinity or 0).

Internal Cleanup

11 Mar 23:27
Compare
Choose a tag to compare

The library now uses relative includes.

Minor fix

06 Mar 15:25
Compare
Choose a tag to compare

Fixes a typo in the test.

Minor fixes

04 Mar 02:24
Compare
Choose a tag to compare

This release fixes issues with uc16 separator characters.
It enables the library to be compiled for Emscripten.
The #ifdef handling for _MSC_VER was corrected.

Update version number

15 Sep 15:44
Compare
Choose a tag to compare

Updates the version number, including the one of the shared library.