dart-sdk/runtime/third_party/double-conversion
zra@google.com 9c352e0898 Moves BUILD.gn config from root to runtime.
Cannot checkout a single file from svn through gclient.

Review URL: https://codereview.chromium.org//712313005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41677 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-11 22:59:00 +00:00
..
src Moves BUILD.gn config from root to runtime. 2014-11-11 22:59:00 +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.