Utils.h now includes defines for _M_ARM and _M_ARM64 to enable compilation on Windows arm and arm64. The locally added __ghs and __EMSCRIPTEN__ clauses are preserved. [ChangeLog][Third-Party Code] double-conversion got updated to upstream version 3.1.1. Task-number: QTBUG-70008 Change-Id: Ie5411ee8d9cb32c39d7dca5a2262e6b3854732a5 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> |
||
|---|---|---|
| .. | ||
| include/double-conversion | ||
| LICENSE | ||
| README | ||
| bignum-dtoa.cc | ||
| bignum-dtoa.h | ||
| bignum.cc | ||
| bignum.h | ||
| cached-powers.cc | ||
| cached-powers.h | ||
| diy-fp.cc | ||
| diy-fp.h | ||
| double-conversion.cc | ||
| double-conversion.pri | ||
| fast-dtoa.cc | ||
| fast-dtoa.h | ||
| fixed-dtoa.cc | ||
| fixed-dtoa.h | ||
| ieee.h | ||
| qt_attribution.json | ||
| strtod.cc | ||
| strtod.h | ||
README
This is a copy of the library for binary-decimal and decimal-binary
conversion routines for IEEE doubles, available from
https://github.com/google/double-conversion
commit 2fb03de56faa32bbba5e02222528e7b760f71d77
See the LICENSE file for license information.