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
2016-07-23Adding point altitude to Junction. Using Junction instead of m2::PointD in Ro...Vladimir Byko-Ianko
2016-05-27Review fixes.Vladimir Byko-Ianko
2016-05-27Creating routing mode intead of using onewayAsBidirectional flag.Vladimir Byko-Ianko
2016-05-27[bicycle routing] Taking into account oneway osm tag (road direction) while b...Vladimir Byko-Ianko
2016-03-23Store seconds since epoch in mwm as version.Sergey Magidovich
2016-03-23enum Format -> enum class Format. Style.Sergey Magidovich
2015-09-23[indexer] Fixed memory leaks related to MwmValues.Yuri Gorshenin
2015-09-23Added GetJunctionTypes functionConstantin Shalnev
2015-09-23Review fixes.vng
2015-09-23Minor refactoring to store feature’s offsets table once for every cache val...vng
2015-09-23Feature index refactoring.vng
2015-09-23Pedestrian directions engine which shows up and down stairsConstantin Shalnev
2015-09-23Implemented crossmwm routing, fixed crash of routing on overlapped mwms.Constantin Shalnev
2015-09-23Pedestrian routing classes and AStar algorithm class refactoringConstantin Shalnev
2015-09-23Use normal graph for pedestrian routing. Use ougoing and ingoing edges for fo...Constantin Shalnev
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[pedestrian] Fixed turns tests.Yuri Gorshenin
2015-09-23[pedestrian] Merged CachedFeature and RoadInfo.Yuri Gorshenin
2015-09-23[pedestrian] Fixed tests on RoadPos.Yuri Gorshenin
2015-09-23[pedestrian] Fixes to algorithm that computes adjacency lists.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[pedestrian,routing] An attempt to make bizarre names more readable.Yuri Gorshenin
2015-09-23Added tests for A* and Dijkstra algorithms.Yuri Gorshenin
2015-09-23[routing] Remove old implementationDenis Koronchik
2015-09-23[routing] Fix tests for new algorithms and dataDenis Koronchik
2015-09-23[routing] Add noOptimize parameter to IRoadGraph::GetPossibleTurns().Denis Koronchik
2015-09-23[routing] Implement path reconstruction function for feature road graph.vng
2015-09-23[routing] Factor out graph building functions for tests.Yury Melnichek
2015-09-23Add RoadGraphMockSource implementation for routing algorithm test Denis Koronchik