| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
874af79377
|
Some performance improvements to CPP lib based on absl packages (#2703)
@API updates: - Migrating from associative containers to more performant types. Eg: map to absl::btree_map. - Synchronise the write access to map "AreaCodeMaps" using absl::Mutex locking api. - Use more of absl:strings packages like absl::StrReplaceAll @Build updates: - To build (CMake) against absl packages, the minimum version of compiler is CPP11+, whereas earlier we are not mandating this. - We are upgrading CMAKE version also to automate building the external absl packages. The change is announced. Please report issues in case of any breakages. https://issuetracker.google.com/issues?q=componentid:192347%20555 |
4 years ago |
|
|
a3056d379b | Manual lint of cpp library (#1484) | 9 years ago |
|
|
35a62b36e7 | JS/C++: Added mobile token support to phone number util | 12 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 |
|
|
1e187ce622 | CPP: Fix geocoding data parser. | 14 years ago |
|
|
0773d7fff9 | CPP: Test geocoding data. | 14 years ago |