master
Review fixes
Using make_unique instead of new for indexer.
[indexer] Use text storage for metadata.
[indexer] Remove unused code.
[Geometry] Renamed TAltitude to Altitude.
[coding] Renamed the StringUtf8Multilang files.
[indexer] Add BarndsHolder.
[indexer] Get rid of template GetValue
[indexer] Rename CachingPopularityLoader to CachingRankTableLoader, convert section name to parameter to use the same code for ratings table.
[categories] Removed the '^' symbol.
[search] Add cuisine search categories.
[base] Unified stl_add and stl_helpers.
Several explicit constructors per the Cppcheck report.
Fix for review
[base] Removed unused functions; minor refactoring.
Add LocalityIndexBuilder
[indexer] Optimize centers table to use less CoordBits.
[search] Match postcode points in geocoder.
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
[search] Fix Boundaries limit rect in geocoder
Several fixes per the PVS-Studio report.
Improve pybindings for KML Library
Review fixes.
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
[indexer] DataHeader: remove 2011 format support.
[routing] Review fixes.
[indexer] Style & includes
Support text tag values addr:housename and addr:housenumber
[std] Use new include style for coding, fixes.
Fix include path for indexer
[indexer] Lazy metadata read.
Updated protobuf to 3.3.0
[indexer][generator][editor] Return postcodes to metadata.
Use different featureIds for transit segments. Expose OsmEditor fake feature interval to avoid conflicts.
[indexer] Remove feature loader, load feature in FeatureType
[indexer] Do not use recycling types for BestType.
[indexer] enum feature::EGeomType is changed to enum class feature::GeomType
[indexer] FeatureID minor style fixes.
[indexer] feature_impl.hpp minor refactoring.
Add leap speed for cross-MWM routing
[data][indexer][generator][python] Rename dat section to features.
[indexer] Disallow copy and move of FeatureType, remove FeatureType::ParseEverything().
[omim] linux support
[indexer] Keep invisible recycling=* types.
[generator] Fix regions index generation: ignore features types
[omim] Replaced boost::optional with std::optional.
Send type from ugc_types.csv
[generator] Fixed default name replacing.
[generator][promo] The type sponsored-promo_catalog is added into cities.
[indexer] Clang-format.
[generator] Rename datFile to dataFile.
Revert "[indexer:interval_index] Add interval index version 2: 64 bit offset and size"
[generator] Review fixes.
[isolines][tips] checking isolines data quality before showing isolines map layer tip is added
Added support of vehicle styles
Fixed designer tool
Fixed data race in drape engine
fixup
[indexer] Get rid of MwmValueBase
[indexer] Add const to MwmValue *
[base] Renamed CHECK_SWITCH to UNREACHABLE.
[indexer][search] load popularity ranks table into pre-ranker
[search] Use GetRoadShields(rawRoadNumber) when we do not need custom shield styles.
[search][map][ios][android] Show road shields in place page and search results description.
Turned off 3d buildings and displacement for add-new-place mode
The MAPS.ME.Designer tool for DRAPE 2.0
[search][search_quality] More liberal matching of linear features.
[base] Replaced the namespace my with base.
[base] Removed the MY_ prefix from the scope guard.
[map][indexer] Move default transliteration initialization from framework.
remove my::make_unique
[indexer] Stable types indices.
[indexer] Remove mwm version <=5 (July 2015) support.
[indexer] [search] Moved FindWorld from search/ to indexer/.