Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-21[routing] fixMikhail Gorbushin
2018-12-21[routing] add voice_notification_enabledMikhail Gorbushin
2018-12-21[routing] add stat about speedcams from core to alohagMikhail Gorbushin
2018-12-07[routing] Route rebuilding when current position is moving to the route.Vladimir Byko-Ianko
2018-11-30[routing] Speed Cameras review fixesMikhail Gorbushin
2018-11-30[routing] Refact speed cameras, add beep signal, add different zones, create ...Mikhail Gorbushin
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-20[routing] delete warningMikhail Gorbushin
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-09-17[routing] Build fix.Mikhail Gorbushin
2018-09-17[routing] add routing part of speed cameras and tests for it.Mikhail Gorbushin
2018-07-30[routing] fix conflictMikhail Gorbushin
2018-07-05Review fixes.Vladimir Byko-Ianko
2018-07-05RoutingSession::m_routingSettings correct initialization. RoutingSession memb...Vladimir Byko-Ianko
2018-07-05Moving to C++ header some compilation units.Vladimir Byko-Ianko
2018-07-05Fixing race condition in TrafficCache.Vladimir Byko-Ianko
2018-07-05Minor code refactoring.Vladimir Byko-Ianko
2018-07-05Calling routing callback from ui thread.Vladimir Byko-Ianko
2018-07-05Moving unique_ptr<Route> to RoutingSession::m_route instead of swapping Route.Vladimir Byko-Ianko
2018-07-05Passing Route to ReadyCallbackOwnership by unique_ptr<Route>Vladimir Byko-Ianko
2018-07-05Using unique_ptr for RoutingSession::m_route.Vladimir Byko-Ianko
2018-07-05Adding NeedMoreMapsCallback and RemoveRouteCallback routing callbacks to get ...Vladimir Byko-Ianko
2018-07-05Adding route identifier.Vladimir Byko-Ianko
2018-06-27[indexer] DataSource refactoringtatiana-yan
2018-06-25Merge pull request #8930 from maksimandrianov/mrpropperMaksim Andrianov
2018-06-25Review fixesMaksim Andrianov
2018-06-25After mergeMaksim Andrianov
2018-06-25Rename variables and methods (index to DataSource)Sergey Yershov
2018-06-22[indexer][editor] Refactor Index into DataSourceSergey Yershov
2018-06-15Declaring all routing callbacks in one file and code refactoring.Vladimir Byko-Ianko
2018-03-14Review fixes.Vladimir Byko-Ianko
2018-03-14Correct using m_routingSessionMutex for RoutingSession members and review fixes.Vladimir Byko-Ianko
2018-03-14Getting rid of RoutingSession::GetRoute() which break m_route protection with...Vladimir Byko-Ianko
2017-11-16Added formatted transit distance, collecting information about intermediate r...Daria Volvenkova
2017-09-13Do not display the next street name when we are far from turntatiana-kondakova
2017-09-13Fix following route with intermediate pointstatiana-kondakova
2017-08-11Fix route rebuild on traffic updatetatiana-kondakova
2017-08-11Review fixes.Vladimir Byko-Ianko
2017-08-11Intermediate route point predictor.Vladimir Byko-Ianko
2017-08-09Review fixes.Vladimir Byko-Ianko
2017-08-09Taking into account user gps heading for chosing start segment in case of two...Vladimir Byko-Ianko
2017-07-27Refactoring. Creating BestEdgeComparator to find the best edge. Review fixes.Vladimir Byko-Ianko
2017-07-27Taking into account vecor of user moving for choosing the best start edge.Vladimir Byko-Ianko
2017-07-21Review fixes.Vladimir Byko-Ianko
2017-07-21Renaming TurnDirection to CarDirection.Vladimir Byko-Ianko
2017-07-21Renaming TurnDirection::NoTurn to TurnDirection::None.Vladimir Byko-Ianko
2017-07-21Refactoring. Moving Route class to RouteSegments.Vladimir Byko-Ianko
2017-07-18[routing] Support checkpoints for the route following.Добрый Ээх
2017-06-30[routing] Pass checkpoint callbackДобрый Ээх
2017-06-27[routing] checkpoints parameter for CalculateRouteДобрый Ээх