master
clang-format
[feature] Added RouteRelation and linked it with FeatureType.
[generator][test] Tesselator test.
[clang-format] Regenerated.
[search][generator] Added AddressEnricher.
Review fixes
[base] Updated IsSortedAndUnique function.
[Geometry] Renamed TAltitude to Altitude.
[coding] Rename non-empty string serialization.
[indexer][generator][editor] Return postcodes to metadata.
[generator] Load brands and set to metadata
std migration generator
Got rid of the old style std/ includes for several files, mostly in map/ and platform/.
[generator] Do not save villages as cities in the World (for USA where fancy place-boundary mapping).
City roads section and tests.
Review fixes.
[generator] Moved routing related code into routing_builder namespace.
[generator] Added additional "postal_code" tag processing.
[generator] Prettify CollectorInterface.
[generator] Use ref as name in tourism=camp_pitch
[generator] City boundaries refactoring.
[data][indexer][generator][python] Rename dat section to features.
[generator] Validate OsmElement relations.
[3party] Cleaned up boost dependencies
[omim] Replaced boost::optional with std::optional.
clang-format all remaining Java, C++ and Objective C code
[generator] Review fixes.
Correct is_space fix for Windows compatibility
[strings] Use string_view in StringUtf8Multilang and Tokenize.
Removed using namespace std; to fix GCC unity build error for generator_tool
[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.
[generator] Added generation popularity src.
[generator][tests] Added TestRawGenerator component without Affiliations overhead.
[generator] Removed LogBuffer.
[generator] Minor fixes.
Got rid of the old style std/ includes for several files throughout the project.
[generator] Fixed for new changes(cache, raw_generator).
[classifier] Added barriers.
[generator] RoutingWorldRoadsGenerator class for filling routing section in World.mwm.
Removed SignedRound and replaced std::round with std::lround where needed
[generator] Collect addr:interpolation features.
[generator] Added processing of objects with tag 'building:part' for complexes.
[generator] Rename datFile to dataFile.