master
[base] [coding] Moved together several functions that work with urls.
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
[booking] additional info is propagated from booking api to filtered results
[indexer] Lazy metadata read.
[bookmarks] Support float altitudes in kml files.
[Geometry] Renamed TAltitude to Altitude.
[core] got rid of mwm migration and support of two component mwms
Got rid of the old style std/ includes for several files throughout the project.
[data] Remove CountriesNamesTest exceptions after MAPSME-10611 fix.
[base] Replaced the namespace my with base.
[lightweight] review fixes
Removing a dependency. Platform does not depend on routing anymore.
Got rid of the old style std/ includes for several files.
Got rid of the old style std/ includes for several files, mostly in map/ and platform/.
[base] Removed the MY_ prefix from the scope guard.
[deep links] Deep link parsing refactoring. Review fixes.
Several fixes per the PVS-Studio report.
[map] Fix PowerManager tests when config dir is not the same with writable dir (linux).
[isolines][tips] checking isolines data quality before showing isolines map layer tip is added
[coding] Support multiple transliterators for lang_code. Support hiragana-latin transliteration.
Review fixes