master
[generator][storage] Convert place=province to place=state for Japan, South Korea and Turkey.
[generator] Reduced memory usage of generator tool.
[data][indexer][generator][python] Rename dat section to features.
Uncommented tests.
[generator] Remove unused.
[generator] Moved *tempaddr files to intermediate data path.
[generator_tool] Renamed world_roads_path param.
[pybindings] Fix linking on Mac
[generator] Fixed working with types.
[generator] Specified higway types for filtering roads.
[generator] WorldRoadsBuilderTool.
Review fixes
[generator] Added affiliation tests.
[Geometry] Renamed TAltitude to Altitude.
[generator] Remove FeatureBuilder::AddHouseNumber, FeatureBuilder::AddStreet, FeatureBuilder::AddPostcode.
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
[generator] Mark building with 'has_parts' property based on real buiding and building:part-s geometry
[generator] add tool for post processing borders.
[cherry-pick][generator] Fixed affiliations.
Review fixes.
[indexer][generator][editor] Return postcodes to metadata.
[generator] GCC build fix.
[generator] Load brands and set to metadata
[routing] Renaming methods: ForEachRoadFromFile to ForEachWayFromFile, ParseRoadsOsmIdToFeatureIdMapping to ParseWaysOsmIdToFeatureIdMapping and ParseRoadsFeatureIdToOsmIdMapping to ParseWaysFeatureIdToOsmIdMapping.
[routing] Review fixes.
[omim] Replaced boost::optional with std::optional.
[indexer] Optimize centers table to use less CoordBits.
std migration generator
Got rid of the old style std/ includes for several files, mostly in map/ and platform/.
[generator] Fixed adding fake nodes. / Removed TranslatorCountryWithAds, TranslatorWorldWithAds.
City roads section and tests.
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
[generator] Review fixes
[generator] Added CollectionBase class.
[generator] Stable map generation.
[generator] Fixed ordering.
[generator] Added functions for csv serialization and desirialization HierarchyEntry.
[generator] Added geo objects translator.
[generator] Fixed default name replacing.
[generator] Refactoring: removed FeatureBuilder2.
[generator] Rename datFile to dataFile.
[generator] Fix comment, move unused static kInvalidFeatureId to derived class.
[indexer][generator] Create FeatureBuilderParams with members used for mwm generation only.
[generator] Move ResetGeometry to FeatureBuilder::SetCenter.
[generator] Fix CanBeLine and CanBePoint rules for feature emission.
Refactored: DataWrapper -> std::optional; Removed DataWrapper.
[generator] Files generator/final_processor_intermediate_mwm.* were splitted into several files generator/final_processor_[processor type].*.
[generator] Fixed OrderTextFileByLine.
[generator] Fixed GetFeatureId(CompositeId const & id).
[generator] Added 'cache_path' option.
[generator] Added processing of objects with tag 'building:part' for complexes.
[generator] Create IntermediateDataReaderInterface to allow custom IntermediateDataReader creation for tests.
[generator] Assign names for all isolines if altitudes step greater than 10.
[generator] Review fixes.
[routing] Renaming maxspeed to maxspeeds.
[base] Renamed CHECK_SWITCH to UNREACHABLE.
[generator] Fix build on OS X
[generator] Saving LineStrings to file.
[generator] Generate clockwise roundabouts in countries with left-hand traffic.
[generator] Refactored OsmElement: writing class members with prefix m_.
[generator] Preparing for generation 'osm only'
[base] Trim impl was replaced to faster.
[generator][tests] OsmType tests refactoring.
[generator] Replaced some algorithms from std to algorithms from omim base.
Several fixes per the PVS-Studio report.
[generator] Added forgotten ref.
[generator] Added log messages.
[generator] PlaceProcessor: tune IsWorsePlace.
[generator] PlaceProcessor: tune IsWorsePlace function, fix GetLimitRect behaviour.
[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.
[generator] Added generation popularity src.
[storage] Separate CreateCountryInfoReader and CreateCountryInfoGetter methods.
[generator] Introduce PostcodePointsDatasetType.
[generator] Removed LogBuffer.
[generator] Added processing complex features.
[generator] Added complex_generator
[generator][promo] review fixes
[generator] Add ratings section.
[generator] Clang-format
Process missing leap speeds file
Got rid of the old style std/ includes for several files throughout the project.
Fixes after rebase.
[generator] Fixed for new changes(cache, raw_generator).
Add leap speed for cross-MWM routing
[generator] [routing] ser des of restrictions
[generator] SimpleTokenizer -> SimpleTokenizerWithEmptyTokens
[generator] Handle feature ids for transit edges.
[generator] RoutingWorldRoadsGenerator class for filling routing section in World.mwm.
[geometry] LatLon refactoring.
[3party][minizip] review fixes
Fixed build after rebasing release 96 on master
[generator][python] Refactored StageStatistics; fixed StageStatistics logging.
[generator] Fix TagReplacer.
[base] Replaced the namespace my with base.
[storage] Removed the T prefix from type aliases and type names.
[transit][generator] Fix cross mwm features numeration for experimental transit.
[generator] Using cache::IntermediateDataReader instead of cache::IntermediateData for FeatureMaker.
[generator] Added call Clear().
[base] Replacing osm::Id with GeoObjectId.
[generator][ugc] UGC section.
[generator] Create GetUgcForFeature method to reuse it for ugc and rating sections build.
[indexer] Lazy metadata read.
[generator] Fixed wrong feature builder transformations. Changed functions for feature builder transformation.