12020-02-16: 2 Add support for quiet and signaling NaNs to ieee header. 3 42019-10-31: 5 Add support for xtensa architecture. 6 Add support for nios2 architecture. 7 82019-10-12: 9 Really add support for microblaze. A previous commit was lacking 10 the necessary line. 11 122019-09-02: 13 Add support for e2k architectur. Thanks to Michael Shigorin. 14 152019-08-01: 16 Add min exponent width option in double-to-string conversion. 17 182019-06-22: 19 Remove redundant parenthesis. 20 212019-06-11: 22 Changed all macros to use DOUBLE_CONVERSION_ as prefix. 23 Renamed ALLOW_CASE_INSENSIBILITY to ALLOW_CASE_INSENSITIVITY, 24 the old name is still available but officially deprecated. 25 Created and exposed new intermediate function StrtodTrimmed(). 26 272019-05-25: 28 Fix `0x` for string->double conversion when Hex Floats are allowed. 29 Avoid integer overflow when exponents for hex floats were too big. 30 Update version number. 31 322019-04-22: 33 Fixed warning in gcc4.9. Thanks to Scott McCaskill 34 (https://github.com/usefulcat) for the patch. 35 362019-04-16: 37 Merged changes to install libraries in the correct place when 38 using 64-bit libraries. 39 Contributed by Jason Zaman <jasonzaman@gmail.com> and (independently) 40 Dan Church (https://github.com/h3xx) 41 422019-03-11: 43 Use relative includes in the library. This shouldn't have any visible effect 44 for consumers of the library. 45 46 Update version number. 47 482019-03-06: 49 Fix typo in test. 50 Update version number. 51 522019-03-03: 53 Fix separator characters when they they don't fit into 8 bits. 54 Update version number. 55 562019-02-16: 57 Check correctly for _MSC_VER. 58 Patch by Ben Boeckel 59 602019-01-17: 61 Allow the library to be compiled for Emscripten. 62 Patch by Tim Paine. 63 642018-09-15: 65 Update version numbers. This also updates the shared-library version number. 66 672018-09-09: 68 Fix bug where large hex literals would lose their minus sign. 69 Added support for separator characters (which adds a new optional 70 argument). Thus increasing the version number to 3.1.0 71 Added support for hexadecimal float literals. 72 Support for more architectures. 73 742017-12-06: 75 Renamed `DISALLOW_COPY_AND_ASSIGN` and `DISALLOW_IMPLICIT_CONSTRUCTORS` 76 macros to `DC_DISALLOW_COPY_AND_ASSIGN` and 77 `DC_DISALLOW_IMPLICIT_CONSTRUCTORS` to make it easier to integrate the 78 library with other libraries that have similar macros. 79 802017-08-05: 81 Tagged v3.0.0. 82 Due to the directory rename switching to a new version number. 83 The API for the library itself hasn't changed. 84 852017-03-04: 86 Avoid negative shift. Fixes #41. 87 882016-11-17: 89 Support RISC-V. 90 91 922016-09-10: 93 Add fPIC flag on x86_64 if the compiler supports it. Fixes #34. 94 952015 and 2016: 96 Lots of improvements to the build system. 97 982015: 99 Warning fixes. 100 1012015-05-19: 102 Rename 'src' directory to 'double-conversion'. 103 1042014-03-08: 105 Update version number for cmake. 106 Support shared libraries with cmake. 107 Add build instructions to the README. 108 1092014-01-12: 110 Tagged v2.0.1. 111 Fix compilation for ARMv8 64bit (used wrong define). 112 Improved SConstruct file. Thanks to Milan Bouchet-Valat and Elan Ruusamäe. 113 Fixed lots of warnings (especially on Windows). Thanks to Greg Smith. 114 1152013-11-09: 116 Tagged v2.0.0. 117 String-to-Double|Float: ALLOW_LEADING_SPACES and similar flags now include 118 new-lines, tabs and all Unicode whitespace characters. 119 1202013-11-09: 121 Tagged v1.1.2. 122 Add support for ARM 64 and OsX ppc. 123 Rewrite tests so they pass under Visual Studio. 124 Add CMake build system support. 125 Fix warnings. 126 1272012-06-10: 128 Tagged v1.1.1. 129 Null terminate exponent buffer (only an issue when asserts are enabled). 130 Support more architectures. 131 1322012-02-05: 133 Merged in Single-branch with single-precision support. 134 Tagged v1.1 (based on b28450f33e1db493948a535d8f84e88fa211bd10). 135 1362012-02-05: 137 Tagged v1.0 (based on eda0196e9ac8fcdf59e92cb62885ee0af5391969). 138