osrm-backend/src/engine
Michael Krasnyk 59b70c4d11 Make CoreCH SearchEngineData inherited from CH one
this allows to keep a single Algorithm template parameter in internal
interfaces as

template <typename Algorithm>
search(SearchEngineData<Algorithm> &,
       const datafacade::ContiguousInternalMemoryDataFacade<Algorithm> &, ...)
2017-04-12 10:54:09 +00:00
..
api Update review findings 2017-01-27 11:19:37 +01:00
datafacade unite process/shared_memory datafacades into a single type using an allocator scheme 2017-01-19 17:18:35 +01:00
guidance Emit a notification when turning on a ferry and don't merge step 2017-04-07 15:29:53 +00:00
plugins Review fixes 2017-03-22 10:39:36 +00:00
routing_algorithms Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
douglas_peucker.cpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
engine_config.cpp Adds a limit for number of results returned in Nearest service, resolves #2872 2016-09-12 11:59:08 +02:00
hint.cpp Port OSRM, Engine and Datafacades to be algorithm aware 2017-03-03 16:02:12 +00:00
polyline_compressor.cpp Decoding should not fail for incomplete polyline strings (#3404) 2016-12-06 14:09:18 +01:00
search_engine_data.cpp Remove unused {forward,reverse}_heap_2 in MLD engine data 2017-04-12 10:54:09 +00:00