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
2019-04-18[indexer] enum feature::EGeomType is changed to enum class feature::GeomTypeArsentiy Milchakov
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-23[routing] Gathering params for getting feature speed to singal struct and usi...Vladimir Byko-Ianko
2018-11-23[routing] Getting ready VehicleModel for bidirectinal maxspeeds.Vladimir Byko-Ianko
2018-09-20Getting rid of speed in FeaturesRoadGraph.Vladimir Byko-Ianko
2018-09-20Adding in city param to GetSpeed methods.Vladimir Byko-Ianko
2018-07-25[routing] First step to separation between weight speed and eta.VladiMihaylenko
2018-06-25Review fixesMaksim Andrianov
2018-06-25After mergeMaksim Andrianov
2018-02-19Generating turn from first route segment. Fixing unique segment invariant vio...Vladimir Byko-Ianko
2018-02-19Removing unnecessary methods.Vladimir Byko-Ianko
2018-02-19Removing RoadGraphRouter.Vladimir Byko-Ianko
2017-12-25[OpenLR] Add CandidatePointGetter and staff. [Squash me].Sergey Magidovich
2017-12-22Review fixes.Vladimir Byko-Ianko
2017-12-22Removing osrm from turn generation.Vladimir Byko-Ianko
2017-12-20Fix ReconstructPath with new routing::Edge::IsFake behaviour.tatiana-kondakova
2017-12-18[routing] Make fake edges that are part of real remember their real analog.Sergey Magidovich
2017-11-07Fix control reaches end of non-void function for NOTIMPLEMENTED RoadGraphBase...tatiana-kondakova
2017-11-03Fix transit info setting: use segments from RoadGraph to keep fake segments i...tatiana-kondakova
2017-09-13Adding an integration test on memory consumption while a fake edge is adding.Vladimir Byko-Ianko
2017-09-13Review fixes.Vladimir Byko-Ianko
2017-09-13Keeping sorted fake edges lists.Vladimir Byko-Ianko
2017-09-13An issue with memory consumption while jam matching is fixed.Vladimir Byko-Ianko
2017-08-09Review fixes.Vladimir Byko-Ianko
2017-07-03[routing] Fix integration tests RestrictionTestNearMetroShodnenskaya, SwedenB...Добрый Ээх
2017-01-31OpenLR decoding, markup tool.Sergey Magidovich
2016-09-15Review fixes.Yuri Gorshenin
2016-09-14[routing] Fixed fake edges construction.Yuri Gorshenin
2016-07-27Review fixes.Vladimir Byko-Ianko
2016-07-27Fixing routing tests.Vladimir Byko-Ianko
2016-07-26git-clang-formatVladimir Byko-Ianko
2016-07-26Review fixes.Vladimir Byko-Ianko
2016-07-23git-clang-formatVladimir Byko-Ianko
2016-07-23Adding point altitude to Junction. Using Junction instead of m2::PointD in Ro...Vladimir Byko-Ianko
2016-05-27[bicycle routing] Simplifying IRoadGraph::ForEachEdge().Vladimir Byko-Ianko
2016-05-27Review fixes.Vladimir Byko-Ianko
2016-05-27ICrossEdgesLoader::LoadEdges() refactoring.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-27git-clang-formatVladimir Byko-Ianko
2016-05-27[bicycle routing] Taking into account oneway osm tag (road direction) while b...Vladimir Byko-Ianko
2015-12-07Move mercator.hpp to geometry.Sergey Magidovich
2015-12-01Avoid heavy and unnecessary FeatureID copying.Alex Zolotarev
2015-09-23Fixed notesConstantin Shalnev
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-23Optimization: removed redundant copying and calculationsConstantin Shalnev
2015-09-23Corrections after colleagues comments. Next portion.Vladimir Byko-Ianko
2015-09-23Pedestrian routing classes and AStar algorithm class refactoringConstantin Shalnev
2015-09-23Start and stop points of route can be mapped on the same edgekshalnev