osrm-backend/unit_tests
Huyen Chau Nguyen 61e06fcaba
Making the turn function more flexible (#4789)
* set and store highway and access classification for the turn function
* expose highway turn classification and access turn classification and speed to the lua profile turn function
* expose whether connection road at turn is incoming or outgoing
* add lua tests for exposed information to turn function
* update docs about attributes in process_turn
* add turn_classification info to docs
* adding warning if uturn and intersection dont match
* handle u turns that do not turn into intersection[0]
* split OSM link generation in an accessible coordinate function
2018-01-24 15:39:55 -05:00
..
common Cleanup temporary test files 2017-06-26 11:03:32 +02:00
contractor Replace deallocation vector with std::vector and different merge algorithm 2017-10-16 13:40:02 +01:00
customizer Avoid -> Exclude 2017-08-21 13:00:12 +02:00
engine Add waypoints parameter to matching service, returns map matching result 2018-01-08 12:28:20 +01:00
extractor Making the turn function more flexible (#4789) 2018-01-24 15:39:55 -05:00
fixtures Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
library Allow restricted access on highway=service roads for the car profile 2018-01-23 17:40:18 +01:00
mocks Refactor isThroughStreet/Intersection options (#4751) 2018-01-19 13:49:00 -05:00
partition Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
server Add waypoints parameter to matching service, returns map matching result 2018-01-08 12:28:20 +01:00
updater Fix PR comments 2017-06-02 18:46:21 +00:00
util Prevent merging of circular-shaped roads 2017-10-17 11:27:09 +02:00
CMakeLists.txt Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
contractor_tests.cpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
customizer_tests.cpp Move customizer tests to own unit 2017-03-13 23:04:45 +00:00
engine_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
extractor_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
library_tests.cpp Library tests build system integration 2016-04-05 22:58:32 +02:00
partition_tests.cpp always emit a small component view 2017-03-01 16:09:29 +00:00
server_tests.cpp Add viaroute suport for new API 2016-04-05 22:58:32 +02:00
updater_tests.cpp Refactor isThroughStreet/Intersection options (#4751) 2018-01-19 13:49:00 -05:00
util_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00