OLD | NEW |
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 |
11 1. It was obtained with the following: | 11 1. Run "scripts/update.sh <version>" (e.g. 54-1). |
12 | |
13 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-54-1 icu | |
14 | |
15 The following directories we don't use are removed: | |
16 | |
17 - as_is | |
18 - packaging | |
19 - source/layout | |
20 - source/layoutex | |
21 - source/data/xml | |
22 | |
23 patches/configure.patch is applied to get runConfigureICU work in the | |
24 icudata generation step without layout and layoutex directory by removing the | |
25 corresponding Makefile's from ac_config variable. | |
26 | 12 |
27 2. Apply the following patch for platform.h for NaCl. | 13 2. Apply the following patch for platform.h for NaCl. |
28 | 14 |
29 - patches/platform_nacl.patch to add U_PF_NATIVE_CLIENT | 15 - patches/platform_nacl.patch to add U_PF_NATIVE_CLIENT |
30 - upstream bug (fixed in the upstream 55 RC) | 16 - upstream bug (fixed in the upstream 55 RC) |
31 http://bugs.icu-project.org/trac/ticket/11033 | 17 http://bugs.icu-project.org/trac/ticket/11033 |
32 | 18 |
33 | 19 |
34 3. Breakiterator patches | 20 3. Breakiterator patches |
35 | 21 |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 21. Fix -Woverloaded-virtual warnings | 301 21. Fix -Woverloaded-virtual warnings |
316 - patches/woverloaded-virtual.patch | 302 - patches/woverloaded-virtual.patch |
317 | 303 |
318 22. Fix -Wmicrosoft-unqulified-friend warning | 304 22. Fix -Wmicrosoft-unqulified-friend warning |
319 - patches/stringthreadtest.patch | 305 - patches/stringthreadtest.patch |
320 | 306 |
321 23. Fix 'bad cast' found in Transliterator with a cfi build | 307 23. Fix 'bad cast' found in Transliterator with a cfi build |
322 - patches/xlit_badcast.patch ; speculative | 308 - patches/xlit_badcast.patch ; speculative |
323 - upstream bug (yet to be resolved) | 309 - upstream bug (yet to be resolved) |
324 http://bugs.icu-project.org/trac/ticket/11937 | 310 http://bugs.icu-project.org/trac/ticket/11937 |
OLD | NEW |