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-11-25indexed astar routerДобрый Ээх
2016-11-02git-clang-formatVladimir Byko-Ianko
2016-11-02Review fixes.Vladimir Byko-Ianko
2016-11-02Review fixes.Vladimir Byko-Ianko
2016-11-02Minor fixes.Vladimir Byko-Ianko
2016-11-02Creating mixed router instead of osrm router.Vladimir Byko-Ianko
2016-05-27Creating routing mode intead of using onewayAsBidirectional flag.Vladimir Byko-Ianko
2016-05-27git-clang-formatVladimir Byko-Ianko
2016-05-27[bicycle routing] Taking into account oneway osm tag (road direction) while b...Vladimir Byko-Ianko
2016-04-18[bicycle routing] Adding bicycle profile for using AStar bidirectional routing.Vladimir Byko-Ianko
2015-09-23PR fixesLev Dragunov
2015-09-23Pedestrian map existence check.Lev Dragunov
2015-09-23Cancel directions generation when routing is cancelledConstantin Shalnev
2015-09-23TimeoutObserver to RouterDelegate refactoring.Lev Dragunov
2015-09-23Routing observer interface implementation.Lev Dragunov
2015-09-23Move a progress callback initialisation to the framework.Lev Dragunov
2015-09-23Directions engine moved to separate class, directions engine was made abstractConstantin Shalnev
2015-09-23Pedestrian directions engine which shows up and down stairsConstantin Shalnev
2015-09-23AStar progress class.Lev Dragunov
2015-09-23Add routing progress fnLev Dragunov
2015-09-23Implemented crossmwm routing, fixed crash of routing on overlapped mwms.Constantin Shalnev
2015-09-23clang-formatLev Dragunov
2015-09-23Mwm locking routines for OSRM mapping.Lev Dragunov
2015-09-23Added support for multiple pedestrian modelsConstantin 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-23PR fixesLev Dragunov
2015-09-23clang-formatLev Dragunov
2015-09-23[routing] Pedestrian nearest pos finder refactoringLev Dragunov
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23clang-formatLev Dragunov
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[pedestrian] Dispose of M2M in favour of P2P.Maxim Pimenov
2015-09-23[pedestrian] Absolute #include paths.Yuri Gorshenin
2015-09-23Nearest feature finder extractionLev Dragunov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[pedestrian] CalculateM2MRoute is renamed to CalculateRouteM2M. Also,Yuri Gorshenin
2015-09-23PR fixesLev Dragunov
2015-09-23New IRouting architectureLev Dragunov
2015-09-23PR fixes. Sync method for async router.Lev Dragunov
2015-09-23Clang-format style fixesLev Dragunov
2015-09-23Extract parallel processing routing routines from osrmLev Dragunov
2015-09-23Mapsme old routing algosLev Dragunov
2015-09-23[routing] Remove old implementationDenis Koronchik
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23[routing] Use CarModel in routing algorithmsDenis Koronchik
2015-09-23[routing] Implement Dijkstra graph router with needed starting functions.vng
2015-09-23[routing] Dijkstra router.Yury Melnichek