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

Side by Side Diff: README.chromium

Issue 23889022: Fix icu compilation on VS2013 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | patches/vs2012.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: 4.6 3 Version: 4.6
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 4.6 for C/C++ 8 This directory contains the source code of ICU 4.6 for C/C++
9 9
10 1. It was obtained with the following: 10 1. It was obtained with the following:
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 241
242 22. Fix time zone handling and compilation on iOS. 242 22. Fix time zone handling and compilation on iOS.
243 - patches/ios_timezone.patch 243 - patches/ios_timezone.patch
244 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051 244 - upstream bugs : http://bugs.icu-project.org/trac/ticket/9051
245 - http://bugs.icu-project.org/trac/ticket/8661 245 - http://bugs.icu-project.org/trac/ticket/8661
246 246
247 23. Fix a buffer overflow in utext 247 23. Fix a buffer overflow in utext
248 - patches/utext.patch 248 - patches/utext.patch
249 - upstream change : http://bugs.icu-project.org/trac/changeset/29356 249 - upstream change : http://bugs.icu-project.org/trac/changeset/29356
250 250
251 24. Fix compilation errors on VS2012. 251 24. Fix compilation errors on VS2012 and above.
252 - patches/vs2012.patch 252 - patches/vs2012.patch
253 253
254 25. Fix a buffer overflow in UTF-16/32 detection. 254 25. Fix a buffer overflow in UTF-16/32 detection.
255 - patches/csetdet.patch 255 - patches/csetdet.patch
256 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 256 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318
257 257
258 258
259 259
OLDNEW
« no previous file with comments | « no previous file | patches/vs2012.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698