osrm-backend/include/engine
Daniel Patterson e21eaa4b9e Adds a shared/exclusive lock around queries and CheckAndReloadFacade.
Without this, it's possible for CheckAndReloadFacade to start working
while a query is still in progress, leading to undefined behaviour.
2016-01-19 17:44:29 +01:00
..
datafacade Adds a shared/exclusive lock around queries and CheckAndReloadFacade. 2016-01-19 17:44:29 +01:00
guidance Add a u-turn instruciton when performing a u-turn at a via-node 2016-01-15 19:56:39 +01:00
map_matching Run clang-format 2016-01-08 01:31:57 +01:00
plugins Fix wrong assertion and emplace_back bug in trip plugin 2016-01-19 17:36:29 +01:00
routing_algorithms Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
trip Run clang-format 2016-01-08 01:31:57 +01:00
api_response_generator.hpp Make TurnInstructionsClass functions free standing functions 2016-01-09 19:55:22 +01:00
douglas_peucker.hpp Make DouglasPeucker a free standing function 2016-01-09 19:55:21 +01:00
geospatial_query.hpp Run modernizer 2016-01-18 16:54:30 +01:00
internal_route_result.hpp Run clang-format 2016-01-08 01:31:57 +01:00
object_encoder.hpp Run clang-format 2016-01-08 01:31:57 +01:00
osrm_impl.hpp Add namespace around all files 2016-01-08 01:30:52 +01:00
phantom_node.hpp Run clang-format 2016-01-08 01:31:57 +01:00
polyline_compressor.hpp Make PolylineCompresser's encode and decode free standing functions 2016-01-09 19:55:22 +01:00
polyline_formatter.hpp Make PolylineFormatter's encodedAsJSON and unencodedAsJSON free standing functions 2016-01-09 19:55:22 +01:00
route_name_extraction.hpp Make RouteNameExtraction a free standing function 2016-01-09 19:55:22 +01:00
search_engine_data.hpp Run clang-format 2016-01-08 01:31:57 +01:00
search_engine.hpp Run clang-format 2016-01-08 01:31:57 +01:00
segment_information.hpp Run clang-format 2016-01-08 01:31:57 +01:00