dart-sdk/runtime/third_party/double-conversion
Zachary Anderson 9ab8b55663 [gn] Split target arch/os defines from dart_config
This is a baby-step towards building an SDK targeting the host arch
during a cross-build. This will require a similar update to the use
of dart_config in the Flutter engine at //flutter/lib/io/BUILD.gn:19.

Change-Id: I8b871cceb53038cab8407264664c5ce545e6e010
Reviewed-on: https://dart-review.googlesource.com/17523
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2017-10-31 17:33:13 +00:00
..
src [gn] Split target arch/os defines from dart_config 2017-10-31 17:33:13 +00:00
.gitignore - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
AUTHORS - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
Changelog - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
COPYING double-conversion drop. 2011-11-28 18:38:38 +00:00
LICENSE double-conversion drop. 2011-11-28 18:38:38 +00:00
README double-conversion drop. 2011-11-28 18:38:38 +00:00
README.dart - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00

http://code.google.com/p/double-conversion

This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.

The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so that
it can be used more easily in other projects.

There is extensive documentation in src/double-conversion.h. Other examples can
be found in test/cctest/test-conversions.cc.