osrm-backend/unit_tests
2019-02-10 00:42:47 -08:00
..
common Fix formating 2018-03-26 11:02:34 +00:00
contractor Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
customizer Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
engine Revert "Add stoppage penalty - consider acceleration and braking time, which can dominate short route ETAs." 2019-02-10 00:42:47 -08:00
extractor Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
fixtures
library When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
mocks Revert "Add stoppage penalty - consider acceleration and braking time, which can dominate short route ETAs." 2019-02-10 00:42:47 -08:00
partitioner Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
server Fix fallback speed validity checks (#5300) 2018-12-10 14:53:30 -05:00
storage mmap tarfiles directly when mmapping is enabled, instead of copying data into separate mmapped block 2018-10-26 23:53:59 -07:00
updater
util When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) 2018-12-13 17:10:32 -07:00
CMakeLists.txt add microtar to executables 2018-03-27 20:50:34 +02:00
contractor_tests.cpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
customizer_tests.cpp
engine_tests.cpp
extractor_tests.cpp
library_tests.cpp
partitioner_tests.cpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
server_tests.cpp
storage_tests.cpp First step towards reading/writing tar 2018-03-26 11:02:03 +00:00
updater_tests.cpp Refactor isThroughStreet/Intersection options (#4751) 2018-01-19 13:49:00 -05:00
util_tests.cpp