12e5b6d6dSopenharmony_ci2022-01-16: 22e5b6d6dSopenharmony_ci Install Visual Studio debugger (pdb) files. 32e5b6d6dSopenharmony_ci 42e5b6d6dSopenharmony_ci2022-01-10: 52e5b6d6dSopenharmony_ci Fix quiet NANs on MIPS* and PA-RISC architectures. 62e5b6d6dSopenharmony_ci Update version number. 72e5b6d6dSopenharmony_ci 82e5b6d6dSopenharmony_ci2021-12-22: 92e5b6d6dSopenharmony_ci Add support of Synopsys ARC64 architecture. 102e5b6d6dSopenharmony_ci Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set. 112e5b6d6dSopenharmony_ci 122e5b6d6dSopenharmony_ci2021-12-04: 132e5b6d6dSopenharmony_ci Update version number. 142e5b6d6dSopenharmony_ci 152e5b6d6dSopenharmony_ci2021-10-04: 162e5b6d6dSopenharmony_ci Consistently use semicolons after DOUBLE_CONVERSION_ASSERT. 172e5b6d6dSopenharmony_ci 182e5b6d6dSopenharmony_ci2021-07-16: 192e5b6d6dSopenharmony_ci Fix spelling. 202e5b6d6dSopenharmony_ci 212e5b6d6dSopenharmony_ci2021-05-19: 222e5b6d6dSopenharmony_ci Loongarch is a RISC-style command system architecture. 232e5b6d6dSopenharmony_ci Add support for loongarch architecture. 242e5b6d6dSopenharmony_ci 252e5b6d6dSopenharmony_ci2020-02-16: 262e5b6d6dSopenharmony_ci Add support for quiet and signaling NaNs to ieee header. 272e5b6d6dSopenharmony_ci 282e5b6d6dSopenharmony_ci2019-10-31: 292e5b6d6dSopenharmony_ci Add support for xtensa architecture. 302e5b6d6dSopenharmony_ci Add support for nios2 architecture. 312e5b6d6dSopenharmony_ci 322e5b6d6dSopenharmony_ci2019-10-12: 332e5b6d6dSopenharmony_ci Really add support for microblaze. A previous commit was lacking 342e5b6d6dSopenharmony_ci the necessary line. 352e5b6d6dSopenharmony_ci 362e5b6d6dSopenharmony_ci2019-09-02: 372e5b6d6dSopenharmony_ci Add support for e2k architecture. Thanks to Michael Shigorin. 382e5b6d6dSopenharmony_ci 392e5b6d6dSopenharmony_ci2019-08-01: 402e5b6d6dSopenharmony_ci Add min exponent width option in double-to-string conversion. 412e5b6d6dSopenharmony_ci 422e5b6d6dSopenharmony_ci2019-06-22: 432e5b6d6dSopenharmony_ci Remove redundant parenthesis. 442e5b6d6dSopenharmony_ci 452e5b6d6dSopenharmony_ci2019-06-11: 462e5b6d6dSopenharmony_ci Changed all macros to use DOUBLE_CONVERSION_ as prefix. 472e5b6d6dSopenharmony_ci Renamed ALLOW_CASE_INSENSIBILITY to ALLOW_CASE_INSENSITIVITY, 482e5b6d6dSopenharmony_ci the old name is still available but officially deprecated. 492e5b6d6dSopenharmony_ci Created and exposed new intermediate function StrtodTrimmed(). 502e5b6d6dSopenharmony_ci 512e5b6d6dSopenharmony_ci2019-05-25: 522e5b6d6dSopenharmony_ci Fix `0x` for string->double conversion when Hex Floats are allowed. 532e5b6d6dSopenharmony_ci Avoid integer overflow when exponents for hex floats were too big. 542e5b6d6dSopenharmony_ci Update version number. 552e5b6d6dSopenharmony_ci 562e5b6d6dSopenharmony_ci2019-04-22: 572e5b6d6dSopenharmony_ci Fixed warning in gcc4.9. Thanks to Scott McCaskill 582e5b6d6dSopenharmony_ci (https://github.com/usefulcat) for the patch. 592e5b6d6dSopenharmony_ci 602e5b6d6dSopenharmony_ci2019-04-16: 612e5b6d6dSopenharmony_ci Merged changes to install libraries in the correct place when 622e5b6d6dSopenharmony_ci using 64-bit libraries. 632e5b6d6dSopenharmony_ci Contributed by Jason Zaman <jasonzaman@gmail.com> and (independently) 642e5b6d6dSopenharmony_ci Dan Church (https://github.com/h3xx) 652e5b6d6dSopenharmony_ci 662e5b6d6dSopenharmony_ci2019-03-11: 672e5b6d6dSopenharmony_ci Use relative includes in the library. This shouldn't have any visible effect 682e5b6d6dSopenharmony_ci for consumers of the library. 692e5b6d6dSopenharmony_ci 702e5b6d6dSopenharmony_ci Update version number. 712e5b6d6dSopenharmony_ci 722e5b6d6dSopenharmony_ci2019-03-06: 732e5b6d6dSopenharmony_ci Fix typo in test. 742e5b6d6dSopenharmony_ci Update version number. 752e5b6d6dSopenharmony_ci 762e5b6d6dSopenharmony_ci2019-03-03: 772e5b6d6dSopenharmony_ci Fix separator characters when they they don't fit into 8 bits. 782e5b6d6dSopenharmony_ci Update version number. 792e5b6d6dSopenharmony_ci 802e5b6d6dSopenharmony_ci2019-02-16: 812e5b6d6dSopenharmony_ci Check correctly for _MSC_VER. 822e5b6d6dSopenharmony_ci Patch by Ben Boeckel 832e5b6d6dSopenharmony_ci 842e5b6d6dSopenharmony_ci2019-01-17: 852e5b6d6dSopenharmony_ci Allow the library to be compiled for Emscripten. 862e5b6d6dSopenharmony_ci Patch by Tim Paine. 872e5b6d6dSopenharmony_ci 882e5b6d6dSopenharmony_ci2018-09-15: 892e5b6d6dSopenharmony_ci Update version numbers. This also updates the shared-library version number. 902e5b6d6dSopenharmony_ci 912e5b6d6dSopenharmony_ci2018-09-09: 922e5b6d6dSopenharmony_ci Fix bug where large hex literals would lose their minus sign. 932e5b6d6dSopenharmony_ci Added support for separator characters (which adds a new optional 942e5b6d6dSopenharmony_ci argument). Thus increasing the version number to 3.1.0 952e5b6d6dSopenharmony_ci Added support for hexadecimal float literals. 962e5b6d6dSopenharmony_ci Support for more architectures. 972e5b6d6dSopenharmony_ci 982e5b6d6dSopenharmony_ci2017-12-06: 992e5b6d6dSopenharmony_ci Renamed `DISALLOW_COPY_AND_ASSIGN` and `DISALLOW_IMPLICIT_CONSTRUCTORS` 1002e5b6d6dSopenharmony_ci macros to `DC_DISALLOW_COPY_AND_ASSIGN` and 1012e5b6d6dSopenharmony_ci `DC_DISALLOW_IMPLICIT_CONSTRUCTORS` to make it easier to integrate the 1022e5b6d6dSopenharmony_ci library with other libraries that have similar macros. 1032e5b6d6dSopenharmony_ci 1042e5b6d6dSopenharmony_ci2017-08-05: 1052e5b6d6dSopenharmony_ci Tagged v3.0.0. 1062e5b6d6dSopenharmony_ci Due to the directory rename switching to a new version number. 1072e5b6d6dSopenharmony_ci The API for the library itself hasn't changed. 1082e5b6d6dSopenharmony_ci 1092e5b6d6dSopenharmony_ci2017-03-04: 1102e5b6d6dSopenharmony_ci Avoid negative shift. Fixes #41. 1112e5b6d6dSopenharmony_ci 1122e5b6d6dSopenharmony_ci2016-11-17: 1132e5b6d6dSopenharmony_ci Support RISC-V. 1142e5b6d6dSopenharmony_ci 1152e5b6d6dSopenharmony_ci 1162e5b6d6dSopenharmony_ci2016-09-10: 1172e5b6d6dSopenharmony_ci Add fPIC flag on x86_64 if the compiler supports it. Fixes #34. 1182e5b6d6dSopenharmony_ci 1192e5b6d6dSopenharmony_ci2015 and 2016: 1202e5b6d6dSopenharmony_ci Lots of improvements to the build system. 1212e5b6d6dSopenharmony_ci 1222e5b6d6dSopenharmony_ci2015: 1232e5b6d6dSopenharmony_ci Warning fixes. 1242e5b6d6dSopenharmony_ci 1252e5b6d6dSopenharmony_ci2015-05-19: 1262e5b6d6dSopenharmony_ci Rename 'src' directory to 'double-conversion'. 1272e5b6d6dSopenharmony_ci 1282e5b6d6dSopenharmony_ci2014-03-08: 1292e5b6d6dSopenharmony_ci Update version number for cmake. 1302e5b6d6dSopenharmony_ci Support shared libraries with cmake. 1312e5b6d6dSopenharmony_ci Add build instructions to the README. 1322e5b6d6dSopenharmony_ci 1332e5b6d6dSopenharmony_ci2014-01-12: 1342e5b6d6dSopenharmony_ci Tagged v2.0.1. 1352e5b6d6dSopenharmony_ci Fix compilation for ARMv8 64bit (used wrong define). 1362e5b6d6dSopenharmony_ci Improved SConstruct file. Thanks to Milan Bouchet-Valat and Elan Ruusamäe. 1372e5b6d6dSopenharmony_ci Fixed lots of warnings (especially on Windows). Thanks to Greg Smith. 1382e5b6d6dSopenharmony_ci 1392e5b6d6dSopenharmony_ci2013-11-09: 1402e5b6d6dSopenharmony_ci Tagged v2.0.0. 1412e5b6d6dSopenharmony_ci String-to-Double|Float: ALLOW_LEADING_SPACES and similar flags now include 1422e5b6d6dSopenharmony_ci new-lines, tabs and all Unicode whitespace characters. 1432e5b6d6dSopenharmony_ci 1442e5b6d6dSopenharmony_ci2013-11-09: 1452e5b6d6dSopenharmony_ci Tagged v1.1.2. 1462e5b6d6dSopenharmony_ci Add support for ARM 64 and OsX ppc. 1472e5b6d6dSopenharmony_ci Rewrite tests so they pass under Visual Studio. 1482e5b6d6dSopenharmony_ci Add CMake build system support. 1492e5b6d6dSopenharmony_ci Fix warnings. 1502e5b6d6dSopenharmony_ci 1512e5b6d6dSopenharmony_ci2012-06-10: 1522e5b6d6dSopenharmony_ci Tagged v1.1.1. 1532e5b6d6dSopenharmony_ci Null terminate exponent buffer (only an issue when asserts are enabled). 1542e5b6d6dSopenharmony_ci Support more architectures. 1552e5b6d6dSopenharmony_ci 1562e5b6d6dSopenharmony_ci2012-02-05: 1572e5b6d6dSopenharmony_ci Merged in Single-branch with single-precision support. 1582e5b6d6dSopenharmony_ci Tagged v1.1 (based on b28450f33e1db493948a535d8f84e88fa211bd10). 1592e5b6d6dSopenharmony_ci 1602e5b6d6dSopenharmony_ci2012-02-05: 1612e5b6d6dSopenharmony_ci Tagged v1.0 (based on eda0196e9ac8fcdf59e92cb62885ee0af5391969). 162