master
[routing] A useful link for building intuition behind the A*.
[routing] Add astar::VertexData<Vertex, Weight>
Uncommented tests.
[api] [ge0] Renamed api/ to ge0/.
[routing] Integration tests for AbsentRegionsFinder.
[routing] Fixing rqt for the map 200514.
[elbrus] Porting to e2k-v4 arch.
removal
[routing] GetAllRegions() in AbsentRegionsFinder.
[routing] Removed not relevant comment from AsyncRouter.
[routing][map] Pass AbsentRegionsFinder from RoutingManager to AsyncRouter instead of OnlineAbsentFetcher.
[routing] Use of custom RoutingSettings by vehicle type in TurnsGenerator.
[routing] Renamed old-style IDirectionsEngine to DirectionsEngine.
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
Review fixes.
[routing] Review fixes
[indexer] Get rid of template GetValue
[generator] Improve city boundaries, rewrite serialization
Spell fixing.
[routing] CrossBorderGraph and its ser/des methods.
[base] Renamed CHECK_SWITCH to UNREACHABLE.
[routing] review fixes
[routing] Cross mwm connector serialization: get rid of unused GeometryCodingParams.
[routing] working version of bidirectional LeapsOnly
[generator] Added ways to region kv
[routing] Routing performance optimization. Stop checking twin features geometry on the same mwm versions.
[routing] Fix for transit route visualization.
[routing] Custom TurnItem methods and improvements in pedestrian directions.
[routing] Pedestrian directions engine.
[routing] Fixed DummyWorldGraph methods for A* heuristic.
Replace default leap speed
Add leap speed for cross-MWM routing
[routing] FakeGraph with no templates.
[routing] CalcProjectionToSegment declaration added to hpp.
[routing] Added static to cpp.
[routing] Extended fake feature interval for transit.
added include
[routing] rid of m2::PointD in routing
[routing] Fix SIGSEGV crash in FeaturesRoadGraph::RoadInfoCache
upd
[android][routing] Remove unused pedestrianDirectionPos from android, jni and c++.
More code style fixes
[routing] Guides fix.
[routing] GuidesGraph and GuidesConnections.
[routing] access:conditional in routing
[routing] remove std/...
Fix code style
[routing] Fix for weight calculatin in RegionsSparseGraph.
[routing] Methods for handling RegionsGraphMode in IndexGraphStarter.
[routing] Removed not relevant comment.
[geometry] Junction and TAltitude
[routing] Remove unused parameter.
[routing] Geometry-oblivious index graph for tests.
[std] Use new include style for routing
Warning fixes and correcting some log information.
[routing] Add ska hash table to routing
updates
[routing] Fix warning
[routing] fix comments
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
[routing] Review fixes.
[routing] Cross-country penalty.
[Geometry] Renamed TAltitude to Altitude.
[routing] Refactoring.
[routing] add IsSerializable method
[routing] Added AStarSubProgress for RegionsRouter.
[generator] [routing] ser des of restrictions
[routing] Switching on access:conditional by preventing deserialization.
[routing] Crash fix for reading zero version of section roadaccess.
[openlr] Ignoring altitude in a star in openlr graph.
[routing] Adding a callback on change turn.
Add transit vehicle type
[routing][map] Pass guides from RoutingManager to IndexRouter.
[omim] Replaced boost::optional with std::optional.
[routing] Handle corner-cases in pedestrian & bicycle turns.
[routing] Custom RoutingSettings params for turns.
[c++] fix warnings from clang 11.0
[routing] AreWavesConnectibleImpl in RegionsGraphMode.
[routing] Speed Cameras review fixes
[routing] Fix for speed camera crash.
[routing] Maxspeed section format changed. elias_fano variant.
[transit] Replace osmoh::OpeningHours with Schedule.
[iOS] Temporary stub for compiling convertType(TransitType type) with new version of transit.
[indexer] DataSource refactoring
[base] Replaced the namespace my with base.
[routing] Custom parameters for pedestrian sound notification time.
[routing] fix conflict
Implementation CalcCrossMwmTransitions().
[routing] Methods for handling RegionsGraph in WorldGraph.