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

Side by Side Diff: README.chromium

Issue 9420032: Take care of two Clang warnings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: final patch Created 8 years, 10 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 | icu.gyp » ('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 4
5 Description: 5 Description:
6 This directory contains the source code of ICU 4.6 for C/C++ 6 This directory contains the source code of ICU 4.6 for C/C++
7 7
8 1. It was obtained with the following: 8 1. It was obtained with the following:
9 9
10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46 10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag s/release-4-6 icu46
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 - patches/vscomp.patch 126 - patches/vscomp.patch
127 (see http://bugs.icu-project.org/trac/ticket/8355 and 127 (see http://bugs.icu-project.org/trac/ticket/8355 and
128 http://bugs.icu-project.org/trac/ticket/8356 ) 128 http://bugs.icu-project.org/trac/ticket/8356 )
129 - patches/rtti.patch : Make RTTI work without exception handling on Windows 129 - patches/rtti.patch : Make RTTI work without exception handling on Windows
130 (see http://bugs.icu-project.org/trac/ticket/8343) 130 (see http://bugs.icu-project.org/trac/ticket/8343)
131 - patches/data.build.patch : 131 - patches/data.build.patch :
132 To remove some data files we don't use and cut down the data size. 132 To remove some data files we don't use and cut down the data size.
133 - patches/data.build.win.patch : 133 - patches/data.build.win.patch :
134 Windows-only data build patch. Add a new target DATALIB to makedata.mak 134 Windows-only data build patch. Add a new target DATALIB to makedata.mak
135 - patches/clang.patch: To build with Clang. 135 - patches/clang.patch: To build with Clang.
136 (see http://bugs.icu-project.org/trac/ticket/8954 Two other chunks in
137 the patch have already been fixed in the ICU trunk.)
136 - add an empty file (stubdatabuilt.txt) to source/stubdata 138 - add an empty file (stubdatabuilt.txt) to source/stubdata
137 139
138 10. Pre-built data libraries are checked in. 140 10. Pre-built data libraries are checked in.
139 141
140 Before building data file on Linux, re-run runConfigureICU Linux again 142 Before building data file on Linux, re-run runConfigureICU Linux again
141 if it's run without data.build.patch in #8 above. 143 if it's run without data.build.patch in #8 above.
142 144
143 'make' will fail in the 1st pass. Copy source/data/in/coll/invuca.icu 145 'make' will fail in the 1st pass. Copy source/data/in/coll/invuca.icu
144 to {BUILD_DIR_ROOT}/data/out/build/icudt46l/coll and re-run 'make' 146 to {BUILD_DIR_ROOT}/data/out/build/icudt46l/coll and re-run 'make'
145 in {BUILD_DIR_ROOT}/data. 147 in {BUILD_DIR_ROOT}/data.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 and common/uresbund.c 209 and common/uresbund.c
208 - patches/uloc.patch 210 - patches/uloc.patch
209 - upstream bug: 211 - upstream bug:
210 1. http://bugs.icu-project.org/trac/ticket/8984 (_canonicalize) 212 1. http://bugs.icu-project.org/trac/ticket/8984 (_canonicalize)
211 2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords) 213 2. http://bugs.icu-project.org/trac/ticket/9114 (_getKeywords)
212 3. http://bugs.icu-project.org/trac/ticket/yyyy (uresbund) 214 3. http://bugs.icu-project.org/trac/ticket/yyyy (uresbund)
213 215
214 20. Fix a null pointer error in ubrk_setText in ubrk.cpp. 216 20. Fix a null pointer error in ubrk_setText in ubrk.cpp.
215 - patches/ubrk.patch 217 - patches/ubrk.patch
216 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115 218 - upstream bug : http://bugs.icu-project.org/trac/ticket/9115
OLDNEW
« no previous file with comments | « no previous file | icu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698