Releases: google/double-conversion
Update version number
Updates the version number, including the one of the shared library.
Update version number
Updates the version numbers of the project and the so files.
Update version number
Updates the version number, including the one of the shared library.
Feature Release
Adds support for separator characters (which adds a new optional argument). Thus increasing the version number to 3.1.0
Adds support for hexadecimal float literals.
Support for more architectures (aarch64_be, or1k and microblazebe), pnacl.
Uses static_assert
with newer compilers.
Cleanup to avoid undefined casts (to make ASAN happy).
Adds exports_files
to the blaze BUILD file (to export the LICENSE file).
Tom Jackson fixed a bug where the processed length included trailing junk.
Bugfix release
Fixes a bug where large hex literals would lose their minus sign.
Bugfix release
Fixes a bug where large hex literals would lose their minus sign.
Bugfix release
Fixes a bug where large hex literals would lose their minus sign.
Bugfix release
Fixes a bug where large hex literals would lose their minus sign.
Maintenance Release
This release comes with minor code improvements and many build improvements.
This release bumps the major version number, because the layout of the source code has changed in an incompatible way. The API of the library is compatible to the v2 releases.
Maintenance Release
Minor code changes (fixing a warning) and some improvements to the build system.