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

Side by Side Diff: README.chromium

Issue 1317603003: Fix -Wmicrosoft-unqualified-friend warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: . Created 5 years, 4 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 | patches/stringthreadtest.patch » ('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: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 54.1 3 Version: 54.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 54.1 for C/C++. 8 This directory contains the source code of ICU 54.1 for C/C++.
9 9
10 10
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 - upstream bug (fixed in ToT and will be included in 56) 307 - upstream bug (fixed in ToT and will be included in 56)
308 http://bugs.icu-project.org/trac/ticket/11599 308 http://bugs.icu-project.org/trac/ticket/11599
309 309
310 20. Cherry-pick an upstream patch for a data loading bug. 310 20. Cherry-pick an upstream patch for a data loading bug.
311 - patches/dataload.patch 311 - patches/dataload.patch
312 - upstream change (fixed in ToT and will be included in 56) 312 - upstream change (fixed in ToT and will be included in 56)
313 http://bugs.icu-project.org/trac/changeset/37670 313 http://bugs.icu-project.org/trac/changeset/37670
314 314
315 21. Fix -Woverloaded-virtual warnings 315 21. Fix -Woverloaded-virtual warnings
316 - patches/woverloaded-virtual.patch 316 - patches/woverloaded-virtual.patch
317
318 22. Fix -Wmicrosoft-unqulified-friend warning
319 - patches/stringthreadtest.patch
OLDNEW
« no previous file with comments | « no previous file | patches/stringthreadtest.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698