@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 | |
|---|---|---|
| .. | ||
| area_code_map_test.cc | Remove unused includes (#1820) | 9 years ago |
| geocoding_data_test.cc | Some performance improvements to CPP lib based on absl packages (#2703) | 4 years ago |
| geocoding_test_data.h | CPP: Move base/ to phonenumbers/. | 11 years ago |
| geocoding_test_program.cc | Clean compile with CMAKE_BUILD_TYPE=RELEASE | 11 years ago |
| mapping_file_provider_test.cc | CPP: Implement MappingFileProvider. | 11 years ago |
| phonenumber_offline_geocoder_test.cc | Update function parameters that are LL- or ULL-suffixed integers to explicitly specify int64{value} (#2468) | 6 years ago |