Skip to content

Tags: google/double-conversion

Tags

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare new release. (#267)

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing headers (#239)

Two changes:

1. Add `#include <cinttypes>` to `test/cctest/cctest.h`. Without it, on
Linux systems, the following error occurs:

```
note: 'PRId64' is defined in header '<cinttypes>'; did you forget to '#include <cinttypes>'?
```

and similarly for `PRIu64` macro. 


2. `double-conversion/bignum-dtoa.h` added as a required header in
`CMakeLists.txt`.

`double-conversion/bignum-dtoa.cc` is added to the library which
references this header.

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v3.2.0 release. (#196)

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings (#185)

v3.2.0

Toggle v3.2.0's commit message
Prepare for 3.2.0 release.

v3.1.7

Toggle v3.1.7's commit message
Update changelog and version number.

v3.1.6

Toggle v3.1.6's commit message
Update Changelog and version.

v3.1.5

Toggle v3.1.5's commit message
Fix some issues with invalid hex-float literals.

When converting `0x` the converter would assert (or access out of
    boundary).
With `0x1.p1234556666FFFFF` the converter would overflow and not yield
the correct exponent.

v3.1.4

Toggle v3.1.4's commit message
Switch to relative includes.

Fixes #91.

v3.1.3

Toggle v3.1.3's commit message
Fix typo in test.