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

Side by Side Diff: base/third_party/dmg_fp/README.chromium

Issue 2780623003: Enable -Wdeprecated-register (except on CrOS and 32-bit Linux). (Closed)
Patch Set: rebase Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | base/third_party/dmg_fp/g_fmt.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: David M. Gay's floating point routines 1 Name: David M. Gay's floating point routines
2 URL: http://www.netlib.org/fp/ 2 URL: http://www.netlib.org/fp/
3 License: MIT-like 3 License: MIT-like
4 4
5 Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>. 5 Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>.
6 Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>. 6 Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>.
7 7
8 List of changes made to original code: 8 List of changes made to original code:
9 - wrapped functions in dmg_fp namespace 9 - wrapped functions in dmg_fp namespace
10 - renamed .c files to .cc 10 - renamed .c files to .cc
11 - added dmg_fp.h header 11 - added dmg_fp.h header
12 - added #define IEEE_8087 to dtoa.cc 12 - added #define IEEE_8087 to dtoa.cc
13 - added #define NO_HEX_FP to dtoa.cc 13 - added #define NO_HEX_FP to dtoa.cc
14 - made some minor changes to allow clean compilation under g++ -Wall, see 14 - made some minor changes to allow clean compilation under g++ -Wall, see
15 gcc_warnings.patch. 15 gcc_warnings.patch.
16 - made some minor changes to build on 64-bit, see gcc_64_bit.patch. 16 - made some minor changes to build on 64-bit, see gcc_64_bit.patch.
17 - made minor changes for -Wextra for Mac build, see mac_wextra.patch 17 - made minor changes for -Wextra for Mac build, see mac_wextra.patch
18 - fixed warnings under msvc, see msvc_warnings.patch 18 - fixed warnings under msvc, see msvc_warnings.patch
19 - fixed parsing of long exponents, see exp_length.patch and crbug.com/542881 19 - fixed parsing of long exponents, see exp_length.patch and crbug.com/542881
20 - made hexdig array const 20 - made hexdig array const
21 - removed deprecated `register` keyword
OLDNEW
« no previous file with comments | « no previous file | base/third_party/dmg_fp/g_fmt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698