| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
31c1b5ab41 |
Fix somes warning when compiling VS2019 target (#2552)
In visual studio 2019 x64 target, size_t are 64 bits and int are 32 bits |
5 years ago |
|
|
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 |
|
|
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 |
|
|
32b0fe6a0e | CPP: Move non-base source code to src/phonenumbers/ | 15 years ago |
|
|
e84432177a | Check in more dependencies of the library. | 15 years ago |