Daniel Patterson
|
468d8c0031
|
Refactor logging, improve error handling workflow, clang-format. (#3385)
|
2016-12-06 12:30:46 -08:00 |
|
Moritz Kobitzsch
|
d06eec5e42
|
improve segregated road detection
|
2016-08-24 10:34:07 +02:00 |
|
Moritz Kobitzsch
|
6a2518c0df
|
handle stronger merge cases as well
|
2016-08-24 10:34:07 +02:00 |
|
Patrick Niklaus
|
c7a1576100
|
Apply clang-format again
|
2016-07-26 15:00:58 +02:00 |
|
Moritz Kobitzsch
|
5905708111
|
expose lanes as enums, adjusted for comments
|
2016-06-27 11:12:02 +02:00 |
|
Moritz Kobitzsch
|
5d91b759d1
|
Implement Turn Lane Api
|
2016-06-27 10:07:48 +02:00 |
|
Moritz Kobitzsch
|
efa29edf09
|
basic turn lane handling
|
2016-06-27 10:07:41 +02:00 |
|
Patrick Niklaus
|
6e16eab6ec
|
Format with clang-format 3.8
|
2016-05-27 21:05:04 +02:00 |
|
Patrick Niklaus
|
d12a95b4ef
|
Fix naming convention of Percent
|
2016-05-02 17:25:58 +02:00 |
|
Patrick Niklaus
|
38db495879
|
Address PR comments
Renamed lua_function_exists and removes unused print function
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
71c336d9dd
|
Adds .properties file to osrm-extract ouput
This file contains global properties set by the lua
profile, such as enabling uturns at vias and penalties.
This file will be consumed by the server.
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
7c30ea32bf
|
Runs scripts/format.sh
|
2016-04-05 22:58:32 +02:00 |
|
Daniel Patterson
|
27babfec3d
|
Add the uncompressible edges to the compressed edge container during the graph compressor run, rather than in the EdgeBasedGraphFactory. This keeps the logic a lot simpler to follow, although it's not quite as fast.
|
2016-03-03 18:48:39 -08:00 |
|
Daniel Patterson
|
53542abbb7
|
Disable compression across traffic lights. Previously, we merged the traffic light penalty into the edge weight. When later considering traffic data, we need to be able to update just the edge weight, and it was impossible to extricate the traffic penalty. This increases the number of edge-based-nodes a little bit, but some quick tests show it should only be about 0.1% overall (only affects traffic signals on edges with no intersections (i.e. degree=2))
|
2016-03-02 18:00:31 -08:00 |
|
Patrick Niklaus
|
6991a38703
|
Run clang-format
|
2016-01-08 01:31:57 +01:00 |
|
Patrick Niklaus
|
6b18e4f7e9
|
Add namespace around all files
|
2016-01-08 01:30:52 +01:00 |
|
Patrick Niklaus
|
028ca5c9d9
|
Apply clang-format
|
2016-01-05 12:04:04 +01:00 |
|
Patrick Niklaus
|
552cdbfe20
|
Apply clang-tidy
|
2016-01-05 11:54:31 +01:00 |
|
Patrick Niklaus
|
97585bb26a
|
Fix include paths
|
2016-01-03 18:47:50 +01:00 |
|
Patrick Niklaus
|
bfc6c9b89d
|
Move files in src/ include/
|
2016-01-03 16:37:38 +01:00 |
|