master
[search][map] Allow to set different vertical and horizontal distance between search results.
Review fixes.
[geometry] intersection score is added
Using _t suffix instead of ::type in whole project + using std:: somewhere.
[base] Replaced the namespace my with base.
[geometry] Fix area geometry tests
[geometry] move AreaOnEarth functions to area_on_earth.* files
[search] CitiesBoundaryTable is exposed to TestMwmBuilder.
City roads section and tests.
[geometry] Moving IntersectionResult out of class Line2D.
[base][geocoder] Fix compile warnings for gcc 8
[geometry] Circle on earth
[drape][geometry] Isolines smoothing.
[base] Unified stl_add and stl_helpers.
[std] Remove std/array.hpp
[guides on map] intersection score viewport check review fixes
[routing] rid of m2::PointD in routing
[geometry] Implementation of segments intersection.
[guides on map] request 20 percents greater rect is implemented
[geometry:meter] Fix compile warnings
[geometry] Distance on oblate spheroid.
[qt] Ruler.
[geometry] Coding style fixes.
[kml] points with altitudes for tracks.
[routing] Using CalcMinSquaredDistance() in EraseIfDeadEnd() to get the correct start segment.
[storage] Benchmarks for CountryInfoGetter.
Clipping triangles by rect algorithm changed.
[geometry] Fix Region::AtBorder
Review fixed.
[geometry][map] More checks for SearchMarks and ScreenBase.
Several fixes per the PVS-Studio report.
[geometry][isolines] Fixed gaps in isolines after smoothing.
[geometry] perfect forwarding for splines construction.
[kml] points with altitudes for tracks. review fixes
Fix include path for geometry
[generator] Added index for borders.
[geometry] Refactoring of code that works with parametrized segments.