OLD | NEW |
1 Name: International Phone Number Library | 1 Name: International Phone Number Library |
2 Short Name: libphonenumber | 2 Short Name: libphonenumber |
3 URL: http://libphonenumber.googlecode.com/svn/trunk/ | 3 URL: http://libphonenumber.googlecode.com/svn/trunk/ |
4 Version: unknown | 4 Version: unknown |
5 Revision: 403 | 5 Revision: 277 |
6 Security Critical: yes | 6 Security Critical: yes |
7 | 7 |
8 This directory contains the source code of International Phone Number Library | 8 This directory contains the source code of International Phone Number Library |
9 for C/C++. | 9 for C/C++. |
10 | 10 |
11 This library depends on | 11 This library depends on |
12 1. base/ for types, scoped_ptr's, etc. | 12 1. base/ for types, scoped_ptr's, etc. |
13 2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular | 13 2. third_party/icu for internationalisation, UTF8-16-32 conversion and regular |
14 expressions. | 14 expressions. |
15 3. third_party/protobuf Lite version. | 15 3. third_party/protobuf Lite version. |
16 | 16 |
17 Additional files, not in the original library: | 17 Additional files, not in the original library: |
18 libphonenumber.gyp | 18 libphonenumber.gyp |
19 README.chromium | 19 README.chromium |
20 src/LICENSE # Taken from http://code.google.com/p/libphonenumber. | |
21 src/phonenumber_api.h | |
22 | 20 |
23 The library is mapped through the DEPS file into src/ folder. To update: | 21 Until the changes are upstreamed library is included directly, with patches |
24 1. Get the latest version number from | 22 in patches/version277.patch and patches/version277a.patch applied. |
25 http://code.google.com/p/libphonenumber/source/list | 23 |
26 2. Locally update this file and DEPS. | 24 The folders included in our repository for now are |
27 3. run 'gclient sync' | 25 cpp/ |
28 4. Adjust libphonenumber.gyp if necessary. | 26 resource/ |
29 5. Verify that all compiles and all of the tests are successfull. | 27 |
| 28 TODO(georgey) : remove following lines when updated to version after 186 |
| 29 cpp/src/phonelibutil.cc made icu::Transliteration member of PhoneUtil |
| 30 to improve performance, Not needed in recent versions. |
| 31 |
OLD | NEW |