| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
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 |
|
|
b59d9080ab | Changing license to Libphonenumber Authors. | 15 years ago |
|
|
1cfd1ab72d | CPP: Move unit tests to the test directory. | 15 years ago |
|
|
32b0fe6a0e | CPP: Move non-base source code to src/phonenumbers/ | 15 years ago |
|
|
3559f603ad | CPP:Build shared library for C++, and fix gcc 4.4 build. | 15 years ago |
|
|
5b4c8d8774 | Fix UnicodeText const_iterator to make it work for MacOS. | 15 years ago |