David Yonge-Mallo
902cc6bf4c
Fully quality std::* names.
11 years ago
David Yonge-Mallo
1815a818cd
minor clean-up: remove some unused variables, add using and @Override annotations.
11 years ago
Philippe Liard
09b71c10f3
CPP: Make r570 compile in Chromium.
This CL ensures that:
- All declarations in headers are made in the i18n::phonenumbers namespace.
- All USE flags/macros are prefixed with I18N_PHONENUMBERS_ to avoid name
clashes.
- All the code in base/ is actually used (by deleting unused code).
- Outdated occurrences of USE_GOOGLE_BASE don't exist anymore.
- Logging in PhoneNumberUtil is disabled by default (in production). However it
can be enabled by calling PhoneNumberUtil::SetLogger() as it is now done
during testing.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/9162043
13 years ago
Philippe Liard
98e96f3a8b
CPP: Move base code to i18n::phonenumbers namespace.
This is needed to avoid name clashes when the library is embedded into
Chromium.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/9029045
13 years ago
Philippe Liard
84ffc1d777
CPP: Move base/ to phonenumbers/.
This will be needed to make libphonenumber depend on its own base/ rather than
Chromium's one as it is the case currently.
BUG=http://crbug.com/236272
R=jia.shao.peng@gmail.com
Review URL: https://codereview.appspot.com/8797048
13 years ago
Philippe Liard
6153afed92
CPP: libphonenumber 4.0
14 years ago
Philippe Liard
b59d9080ab
Changing license to Libphonenumber Authors.
15 years ago
Philippe Liard
908c75a437
CPP: Add AbstractRegExpFactory to allow the use of both ICU Regex and RE2.
15 years ago
Philippe Liard
d4648520d2
CPP: Use map instead of deprecated hash_map when unordered_map is not available.
15 years ago
Philippe Liard
32b0fe6a0e
CPP: Move non-base source code to src/phonenumbers/
15 years ago
Philip Liard
486cbd90fd
CPP: Get rid of base/ platform-specific sources and rely on Boost instead.
15 years ago
Philip Liard
5f368993d8
CPP: Changing reg-ex implementation to use ICU by default instead of RE2. To continue to use RE2, see the README file
for instructions.
15 years ago
bgertzfield
108ef989fe
Cpp:Make libphonenumber compile on iOS and Mac OS X.
15 years ago
Fredrik Roubert
d56616b103
Cpp: Implementing Cache.
15 years ago
Fredrik Roubert
0b344eff88
Adding dummy RE2Cache interface.
15 years ago
Philip Liard
a3802a3368
Checking in README, Makefile and dependencies of C++ version of libphonenumber.
15 years ago