Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: base/third_party/dmg_fp/README.chromium

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/third_party/dmg_fp/LICENSE ('k') | base/third_party/dmg_fp/dmg_fp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/dmg_fp/README.chromium
diff --git a/base/third_party/dmg_fp/README.chromium b/base/third_party/dmg_fp/README.chromium
deleted file mode 100644
index 4538b7e465348287af5bf247d783a23c8ae12ea0..0000000000000000000000000000000000000000
--- a/base/third_party/dmg_fp/README.chromium
+++ /dev/null
@@ -1,20 +0,0 @@
-Name: David M. Gay's floating point routines
-URL: http://www.netlib.org/fp/
-License: MIT-like
-
-Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>.
-Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>.
-
-List of changes made to original code:
- - wrapped functions in dmg_fp namespace
- - renamed .c files to .cc
- - added dmg_fp.h header
- - added #define IEEE_8087 to dtoa.cc
- - added #define NO_HEX_FP to dtoa.cc
- - made some minor changes to allow clean compilation under g++ -Wall, see
- gcc_warnings.patch.
- - made some minor changes to build on 64-bit, see gcc_64_bit.patch.
- - made minor changes for -Wextra for Mac build, see mac_wextra.patch
- - crash fix for running with reduced CPU float precision, see
- float_precision_crash.patch and crbug.com/123157
- - fixed warnings under msvc, see msvc_warnings.patch
« no previous file with comments | « base/third_party/dmg_fp/LICENSE ('k') | base/third_party/dmg_fp/dmg_fp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698