organicmaps/routing
2017-09-21 13:51:23 +03:00
..
base Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
routing_benchmarks Add mwm tree callback to VehicleModelFactory 2017-09-05 16:57:21 +03:00
routing_consistency_tests Routing integration tests build fix 2017-09-12 17:13:22 +03:00
routing_integration_tests Fixed path text placing in perspective mode. 2017-09-13 16:25:55 +03:00
routing_tests Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
async_router.cpp Crash fix while turn generation cancellation. 2017-07-18 16:33:39 +03:00
async_router.hpp [routing] checkpoints parameter for CalculateRoute 2017-06-27 18:13:15 +03:00
bicycle_directions.cpp Add fake vertex tree to IndexGraphStarter 2017-09-14 14:50:19 +03:00
bicycle_directions.hpp Turn generation method returns bool to show an error. 2017-07-18 16:33:39 +03:00
checkpoint_predictor.cpp Review fixes. 2017-08-11 15:32:59 +03:00
checkpoint_predictor.hpp Review fixes. 2017-08-11 15:32:59 +03:00
checkpoints.cpp [routing] Pull request #6477 review fixes 2017-07-18 16:24:10 +03:00
checkpoints.hpp [routing] Pull request #6477 review fixes 2017-07-18 16:24:10 +03:00
CMakeLists.txt Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
coding.hpp [routing] Pull request #5689 review fixes 2017-04-03 12:49:21 +03:00
cross_mwm_connector.cpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
cross_mwm_connector.hpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
cross_mwm_connector_serialization.cpp [routing] Add osm ids to cross mwm section 2017-04-06 14:50:08 +03:00
cross_mwm_connector_serialization.hpp [routing] Add osm ids to cross mwm section 2017-04-06 14:50:08 +03:00
cross_mwm_graph.cpp Do not use leaps for pedestrian and bicycle routing 2017-09-13 14:11:31 +03:00
cross_mwm_graph.hpp Do not use leaps for pedestrian and bicycle routing 2017-09-13 14:11:31 +03:00
cross_mwm_index_graph.cpp Review fixes. 2017-06-16 17:17:51 +03:00
cross_mwm_index_graph.hpp Do not use leaps for pedestrian and bicycle routing 2017-09-13 14:11:31 +03:00
cross_mwm_osrm_graph.cpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
cross_mwm_osrm_graph.hpp Review fixes. 2017-04-27 14:10:30 +03:00
cross_mwm_road_graph.cpp git-clang-format 2017-04-06 13:58:41 +03:00
cross_mwm_road_graph.hpp Template for weight in AStar 2017-08-02 14:44:33 +03:00
cross_mwm_router.cpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
cross_mwm_router.hpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
cross_routing_context.cpp Moved point-to-integer to coding 2017-04-11 15:55:41 +03:00
cross_routing_context.hpp CrossMwmIndexGraph::GetEdgeList(...) implementation. 2017-03-21 11:47:18 +03:00
directions_engine.cpp [routing] Pull request #6437 review fixes 2017-07-03 13:15:38 +03:00
directions_engine.hpp Minor fixes. 2017-07-18 16:33:39 +03:00
edge_estimator.cpp [routing] Estimate altitudes in index router 2017-08-07 18:22:22 +03:00
edge_estimator.hpp [routing] Estimate altitudes in index router 2017-08-07 18:22:22 +03:00
fake_edges_container.hpp Fix implicit conversion warning 2017-09-18 16:43:07 +03:00
features_road_graph.cpp [routing] Fixed a data race in AltitudeLoader. 2017-09-13 16:25:30 +03:00
features_road_graph.hpp Review fixes. 2017-09-13 16:25:30 +03:00
geometry.cpp [routing] Fixed a data race in AltitudeLoader. 2017-09-13 16:25:30 +03:00
geometry.hpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
index_graph.cpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
index_graph.hpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
index_graph_loader.cpp Move m_loadAltitudes upper to have a single place of decision whether we should load altitudes for selected vehicle type 2017-09-13 16:25:32 +03:00
index_graph_loader.hpp Move m_loadAltitudes upper to have a single place of decision whether we should load altitudes for selected vehicle type 2017-09-13 16:25:32 +03:00
index_graph_serialization.cpp
index_graph_serialization.hpp [routing] Pull request #5689 review fixes 2017-04-03 12:49:21 +03:00
index_graph_starter.cpp Fix fake PartOfReal ends for backward segments 2017-09-21 13:51:23 +03:00
index_graph_starter.hpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
index_road_graph.cpp Review fixes, Fix possible invarian violation, add one segment backward test(MAPSME-5393) 2017-09-14 14:50:19 +03:00
index_road_graph.hpp Add fake vertex tree to IndexGraphStarter 2017-09-14 14:50:19 +03:00
index_router.cpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
index_router.hpp Review fixes, Fix possible invarian violation, add one segment backward test(MAPSME-5393) 2017-09-14 14:50:19 +03:00
joint.cpp [routing] Geometry-oblivious index graph for tests. 2017-04-14 18:17:52 +03:00
joint.hpp [routing] Geometry-oblivious index graph for tests. 2017-04-14 18:17:52 +03:00
joint_index.cpp
joint_index.hpp
loaded_path_segment.hpp Refactoring. Renaming and code optimization. 2017-06-23 16:01:59 +03:00
nearest_edge_finder.cpp Review fixes. 2017-08-09 13:37:24 +03:00
nearest_edge_finder.hpp Review fixes. 2017-08-09 13:37:24 +03:00
num_mwm_id.hpp [routing] Cross mwm index routing 2017-02-16 14:30:59 +03:00
online_absent_fetcher.cpp [routing] Pull request #6521 review fixes 2017-07-18 16:24:12 +03:00
online_absent_fetcher.hpp [routing] Pull request #6521 review fixes 2017-07-18 16:24:12 +03:00
online_cross_fetcher.cpp [routing] Pull request #6521 review fixes 2017-07-18 16:24:12 +03:00
online_cross_fetcher.hpp [routing] Fetch required mwms from online server for all checkpoints 2017-07-18 16:24:12 +03:00
osrm2feature_map.cpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
osrm2feature_map.hpp Review fixes. 2017-03-21 17:16:38 +03:00
osrm_data_facade.hpp Review fixes. 2017-07-21 12:56:16 +03:00
osrm_engine.cpp Removing in-mwm routing OSRM part. 2017-06-16 17:17:51 +03:00
osrm_engine.hpp Removing in-mwm routing OSRM part. 2017-06-16 17:17:51 +03:00
pedestrian_directions.cpp Review fixes. 2017-07-18 16:33:39 +03:00
pedestrian_directions.hpp Turn generation method returns bool to show an error. 2017-07-18 16:33:39 +03:00
restriction_loader.cpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
restriction_loader.hpp
restrictions_serialization.cpp
restrictions_serialization.hpp review fixes 2017-03-23 14:50:19 +03:00
road_access.cpp warning fixes 2017-05-10 14:22:32 +03:00
road_access.hpp warning fixes 2017-05-10 14:22:32 +03:00
road_access_serialization.cpp [routing] [generator] A component to store road accessibility info. 2017-03-17 16:41:02 +03:00
road_access_serialization.hpp Review fixes. 2017-04-28 19:03:04 +03:00
road_graph.cpp Adding an integration test on memory consumption while a fake edge is adding. 2017-09-13 16:25:53 +03:00
road_graph.hpp Review fixes. 2017-09-13 16:25:53 +03:00
road_graph_router.cpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
road_graph_router.hpp Add mwm tree callback to VehicleModelFactory 2017-09-05 16:57:21 +03:00
road_index.cpp
road_index.hpp
road_point.hpp [routing] Geometry-oblivious index graph for tests. 2017-04-14 18:17:52 +03:00
route.cpp [routing] Estimate altitudes in index router 2017-08-07 18:22:22 +03:00
route.hpp fix route tests: allow empty m_subrouteAttrs for routes without intermediate points 2017-09-13 14:11:30 +03:00
route_point.hpp
route_weight.cpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
route_weight.hpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
router.cpp [routing] [generator] Better road access. 2017-04-26 11:42:23 +03:00
router.hpp Add mwm tree callback to VehicleModelFactory 2017-09-05 16:57:21 +03:00
router_delegate.cpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
router_delegate.hpp
routing.pro Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
routing_algorithm.cpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
routing_algorithm.hpp Add number of nontransit crossings to RouteWeight, add penality 2017-09-21 11:12:26 +03:00
routing_exceptions.hpp
routing_helpers.cpp Refactoring. Moving Route class to RouteSegments. 2017-07-21 18:53:54 +03:00
routing_helpers.hpp Moving class Route to std headers. 2017-07-21 18:53:54 +03:00
routing_mapping.cpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
routing_mapping.hpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
routing_result_graph.hpp
routing_session.cpp Do not display the next street name when we are far from turn 2017-09-13 14:11:31 +03:00
routing_session.hpp Fix route rebuild on traffic update 2017-08-11 18:22:27 +03:00
routing_settings.cpp [routing] Pull request #6747 review fixes 2017-08-01 18:10:44 +03:00
routing_settings.hpp [routing] Pull request #6747 review fixes 2017-08-01 18:10:44 +03:00
segment.hpp [routing] track analyzer 2017-08-11 17:46:36 +03:00
segmented_route.cpp [routing] Support checkpoints for the route following. 2017-07-18 16:24:10 +03:00
segmented_route.hpp [routing] Support checkpoints for the route following. 2017-07-18 16:24:10 +03:00
speed_camera.cpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
speed_camera.hpp
traffic_stash.cpp [routing] Pull request #6176 review fixes 2017-06-27 12:44:18 +03:00
traffic_stash.hpp [routing] Transfer pedestrian and bicycle to index router 2017-08-01 18:10:44 +03:00
transition_points.hpp Review fixes. 2017-04-06 13:58:41 +03:00
turn_candidate.hpp
turns.cpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns.hpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_generator.cpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_generator.hpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_notification_manager.cpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_notification_manager.hpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_sound_settings.cpp
turns_sound_settings.hpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_tts_text.cpp Renaming TurnDirection to CarDirection. 2017-07-21 18:53:54 +03:00
turns_tts_text.hpp [routing][traffic] Removed a circular dependency. 2017-03-03 18:48:04 +03:00
vehicle_mask.cpp Review fixes. 2017-04-28 19:03:04 +03:00
vehicle_mask.hpp [routing] Get road access by vehicle type; masks are for serialization only. 2017-04-28 16:37:14 +03:00
world_graph.cpp Review fixes. Do not use non-transit features for transit 2017-09-21 11:12:26 +03:00
world_graph.hpp [routing] Estimate altitudes in index router 2017-08-07 18:22:22 +03:00