Skip to content

Feature Release

Compare
Choose a tag to compare
@floitsch floitsch released this 09 Sep 15:17

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.