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
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23Fix compilation on linuxDenis Koronchik
2015-09-23[linux] Compilation fixesMapsWithMe OSM User
2015-09-23[routing] Fix bug with some turns skipDenis Koronchik
2015-09-23[routing] Fix tests for new algorithms and dataDenis Koronchik
2015-09-23[routing] Use CarModel in routing algorithmsDenis Koronchik
2015-09-23[routing] Fix log message in Dijkstra routerDenis Koronchik
2015-09-23[routing] Add VehicleModel.Denis Koronchik
2015-09-23[routing] Rename FeatureRoadGraph -> FeaturesRoadGraph.Denis Koronchik
2015-09-23[routing] Add noOptimize parameter to IRoadGraph::GetPossibleTurns().Denis Koronchik
2015-09-23[routing] Add const to DijkstraRouter.Denis Koronchik
2015-09-23[routing] Fix time calculation bug in routing.Denis Koronchik
2015-09-23[routing] Log the whole route.Denis Koronchik
2015-09-23Review fixes.vng
2015-09-23[routing] Fixed bug in reconstruction route points.vng
2015-09-23[routing] Added more constructors to the Route class.vng
2015-09-23[routing] Combine routing engine with framework and the testing routine for d...vng
2015-09-23[routing] Implement Dijkstra graph router with needed starting functions.vng
2015-09-23[routing] Fixed bug in features loader graph - check for features from the sa...vng
2015-09-23Use one static instance of IsStreetChecker.vng
2015-09-23[routing] Added combined tests of Dijkstra for the feature road graph.vng
2015-09-23[routing] Factor out FeatureRoadGraphTester as base routing testing routine.vng
2015-09-23[routing] Implement path reconstruction function for feature road graph.vng
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23[routing] Road graph on mwm features.Denis Koronchik
2015-09-23Rename function according to code standard.Denis Koronchik
2015-09-23Factor out constructor to cpp.Denis Koronchik
2015-09-23[routing] Dijkstra router.Yury Melnichek
2015-09-23[routing] Factor out graph building functions for tests.Yury Melnichek
2015-09-23Add RoadGraphMockSource implementation for routing algorithm test Denis Koronchik
2015-09-23[routing] Fixed issues with OSRM routerAlex Zolotarev
2015-09-23[routing] Fixed OSRM parserAlex Zolotarev
2015-09-23[routing] Fixed OSRM initializationAlex Zolotarev
2015-09-23[routing] Fixed compilation issueAlex Zolotarev
2015-09-23[routing] Expanded routing engineAlex Zolotarev
2015-09-23Minor formattingAlex Zolotarev
2015-09-23[routing] Extended route classAlex Zolotarev
2015-09-23[routing] Added OSRM online engineAlex Zolotarev
2015-09-23[routing] Added helicopter router to the engineAlex Zolotarev
2015-09-23Base routing classes and interfaces.Yury Melnichek
2015-09-23[routing] Added libraryAlex Zolotarev