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-23Remove DoProgress callback workaround in routing.Lev Dragunov
2015-09-23Switch routing timeout checking from thread to observer.Lev Dragunov
2015-09-23Remove old osrm online router.Lev Dragunov
2015-09-23Split routing callback setting to the two separate framework functions.Lev Dragunov
2015-09-23Routing observer interface implementation.Lev Dragunov
2015-09-23Style improvements.Lev Dragunov
2015-09-23Android fix of the process callback creation.Lev Dragunov
2015-09-23rebase fixesLev Dragunov
2015-09-23Move a progress callback initialisation to the framework.Lev Dragunov
2015-09-23Do not go on railway:platform while no good solutionConstantin Shalnev
2015-09-23Added support of platforms in modelsConstantin Shalnev
2015-09-23Fixed notesConstantin Shalnev
2015-09-23Added gate to turnsConstantin Shalnev
2015-09-23Added lift gateConstantin Shalnev
2015-09-23Added GetJunctionTypes functionConstantin Shalnev
2015-09-23Fixed struct ctor and case when FollowingInfo used by defaultConstantin Shalnev
2015-09-23Pass polyline point back as output parameterConstantin Shalnev
2015-09-23Use units in function namesConstantin Shalnev
2015-09-23Some functions and params were renamed with better understandable namesConstantin Shalnev
2015-09-23Removed T-letter from TMapOptions.Yuri Gorshenin
2015-09-23Removed E-letter from TMapOptions set.Yuri Gorshenin
2015-09-23Show pedestrian direction before a maneuver in distance 10 metersConstantin Shalnev
2015-09-23Do no rebuild route after cancelConstantin Shalnev
2015-09-23PR fixesLev Dragunov
2015-09-23Get the best router type framework method.Lev Dragunov
2015-09-23Added public API to set/get current routerConstantin Shalnev
2015-09-23Directions engine moved to separate class, directions engine was made abstractConstantin Shalnev
2015-09-23Review fixes 2.vng
2015-09-23Review fixes.vng
2015-09-23my::Cache can be stored by value in containers now.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-23Fix: capture functions by value because they are used in another scope/threadConstantin Shalnev
2015-09-23Fixed notesConstantin Shalnev
2015-09-23Do not show arrows for pedestrian routing until a good design solutionConstantin Shalnev
2015-09-23Pedestrian directions engine which shows up and down stairsConstantin Shalnev
2015-09-23PR fixes.Lev Dragunov
2015-09-23Restore NoRoute callback before NeedMoreMaps callback.Lev Dragunov
2015-09-23NoRoute on second routing atempt bugfix.Lev Dragunov
2015-09-23Make progress increase monotonically.Lev Dragunov
2015-09-23PR fixesLev Dragunov
2015-09-23AStar progress class.Lev Dragunov
2015-09-23Add routing progress fnLev Dragunov
2015-09-23[platform] Common testing code is extracted into a separate library.Yuri Gorshenin
2015-09-23fixed notesConstantin Shalnev
2015-09-23Added watchdog timerConstantin Shalnev
2015-09-23Improved locksConstantin Shalnev
2015-09-23Platform headers includes sorting.Lev Dragunov
2015-09-23Routing indexes new file API support.Lev Dragunov
2015-09-23Moving routing_session from map unit to routing unit.Vladimir Byko-Ianko