qt6-bb10/src/3rdparty/double-conversion
Kai Koehne 492ca3e503 Add qt_attribution.json files
The format is documented in

  http://wiki.qt.io/Qt_attribution.json

Also add a LICENSE file in case there is none yet
(usually copied from the source headers).

Task-number: QTBUG-55139
Change-Id: Ib54c73d0bb9946cfd8579e86c6858035184ca516
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2016-08-12 06:55:01 +00:00
..
include/double-conversion Merge remote-tracking branch 'origin/5.7' into dev 2016-05-03 15:49:15 +02:00
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 Add qt_attribution.json files 2016-08-12 06:55:01 +00:00
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.