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
2021-04-22[routing] Remove unused parameter.tatiana-yan
2020-10-16Const correctness of IndexRouter::SetupAlgorithmMode().Vladimir Byko-Ianko
2020-10-13[routing] Renamed old-style IDirectionsEngine to DirectionsEngine.Olga Khlopkova
2020-07-29[routing] Cross-country penalty.Olga Khlopkova
2020-03-27[routing] Routing through the guides tracks and OSM.Olga Khlopkova
2020-02-14[Routing] Fallback match to road graph.Olga Khlopkova
2019-12-25[routing] working version of bidirectional LeapsOnlyMikhail Gorbushin
2019-12-09Revert "[routing] add leaps only filter"Mikhail Gorbushin
2019-12-09[routing] add leaps only filterMikhail Gorbushin
2019-12-04[routing] Renaming point to checkpoint in methods which looking for the close...Vladimir Byko-Ianko
2019-12-04[routing] Using CalcMinSquaredDistance() in EraseIfDeadEnd() to get the corre...Vladimir Byko-Ianko
2019-11-29[routing] Split logic of diffrents routings modes into different methodsMikhail Gorbushin
2019-11-29[geometry] Junction and TAltitudeOlga Khlopkova
2019-11-26[routing] Add JunctionVisitor for incapsulate logic of onVertexVisitMikhail Gorbushin
2019-11-25[routing] Add SetupAlgorithmMode, move block of code to private methodMikhail Gorbushin
2019-11-07[routing] Refactor RouterDelegateMikhail Gorbushin
2019-09-23Got rid of the old style std/ includes for several files, mostly in map/ and ...Maxim Pimenov
2019-09-18[routing] routes_builder_toolMikhail Gorbushin
2019-08-13[routing] Changed IndexRouter::AreMwmsNearMikhail Gorbushin
2019-08-12[routing] Review fixes.Vladimir Byko-Ianko
2019-08-12[routing] Review fixes.Vladimir Byko-Ianko
2019-08-12[routing] Preventing crossing roads by fake edges.Vladimir Byko-Ianko
2019-08-12[routing] Using FullRoadInfo structure for info about features near start, fi...Vladimir Byko-Ianko
2019-07-16[routing] Optimization and improving faking edges search.Vladimir Byko-Ianko
2019-07-16[routing] Implementation of search closest edges by expanding circles and fix...Vladimir Byko-Ianko
2019-07-16[routing] Getting rid of sorting in FindBestSegments().Vladimir Byko-Ianko
2019-07-16[routing] FetchRoadGeom() refactoring.Vladimir Byko-Ianko
2019-07-16[routing] Fixing routing quality tests.Vladimir Byko-Ianko
2019-07-16[routing] Adding several fake edges from start to road graph and from road gr...Vladimir Byko-Ianko
2019-05-15Clearing handles after route building.Vladimir Byko-Ianko
2019-04-18[routing] Review fixesMikhail Gorbushin
2019-04-18[routing] Improve A* progress in UI for LeapsOnly modeMikhail Gorbushin
2019-04-01[routing] review fixesMikhail Gorbushin
2019-04-01[routing] create interface for graph to AStarMikhail Gorbushin
2019-03-25[routing] Add DijkstraWrapperJoints for calculation leaps in generator. Boost...Mikhail Gorbushin
2019-02-26[routing] review fixesMikhail Gorbushin
2019-02-26[routing] remove std/...Mikhail Gorbushin
2019-02-20Review fixes.Vladimir Byko-Ianko
2019-02-20Adding methods for getting info if route crosses mwm where warnings about spe...Vladimir Byko-Ianko
2019-01-25[routing] delete useless functionsMikhail Gorbushin
2019-01-23[routing] Add IndexGraphStarterJoints for routing between joints, instead of ...Mikhail Gorbushin
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
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-01-24Review fixes.Vladimir Byko-Ianko