dart-sdk/runtime/third_party/double-conversion
Ryan Macnak 611dbeb387 [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden.
Linking on Fuchsia is more constrained because libdart is a shared library on Fuchsia and a static library everywhere else.

Change-Id: If97385ee0b23b6ed75abd28b14dae5de123915f3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100625
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2019-04-29 23:31:27 +00:00
..
src [vm, fuchsia] Fix deps and stop suppressing -fvisibility=hidden. 2019-04-29 23:31:27 +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.