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

Side by Side Diff: third_party/libphonenumber/README.chromium

Issue 7277083: [libphonenumber] snprintf isn't generally in the std:: namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add include Created 9 years, 5 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 | third_party/libphonenumber/cpp/src/default_logger.h » ('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: 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: 277 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 20
21 Until the changes are upstreamed library is included directly, with a patch 21 Until the changes are upstreamed library is included directly, with patches
22 in patches/version277.patch applied. 22 in patches/version277.patch and patches/version277a.patch applied.
23 23
24 The folders included in our repository for now are 24 The folders included in our repository for now are
25 cpp/ 25 cpp/
26 resource/ 26 resource/
27 27
28 TODO(georgey) : remove following lines when updated to version after 186 28 TODO(georgey) : remove following lines when updated to version after 186
29 cpp/src/phonelibutil.cc made icu::Transliteration member of PhoneUtil 29 cpp/src/phonelibutil.cc made icu::Transliteration member of PhoneUtil
30 to improve performance, Not needed in recent versions. 30 to improve performance, Not needed in recent versions.
31 31
OLDNEW
« no previous file with comments | « no previous file | third_party/libphonenumber/cpp/src/default_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698