summaryrefslogtreecommitdiff
path: root/navit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #720 from navit-gps/trafficmvglasow2018-12-193-8/+21
|\
| * Add:traffic:Increase resilience for three-point locationsmvglasow2018-12-191-4/+15
| * Fix:traffic:Do not crash in traffic_route_prepend() if start is NULLmvglasow2018-12-191-1/+3
| * Refactor:traffic:quantifier prefix is q_, not q:mvglasow2018-12-191-2/+2
| * Refactor:core:Update copyright in route.cmvglasow2018-10-081-1/+1
* | Refactoring:Xmlconfig:Moving layout definition in their own .xml file (makes ...lains2018-11-1825-7053/+7287
* | Fix:SDL:fix headers according to SDL convention. (#704)Bignaux Ronan2018-10-257-26/+36
* | Refactoring:navit/maptool:build with external protobuf-c (#650)Bignaux Ronan2018-10-1912-5159/+38
* | fix: cmake url (#687)Patrick Höhn2018-10-141-2/+2
* | Merge pull request #672 from navit-gps/traffic-merge1mvglasow2018-10-1328-361/+8342
|\ \ | |/
| * Refactor:traffic:Fix indentationmvglasow2018-10-061-3/+3
| * Refactor:traffic:Comment why we don't parse restriction_speed_limitmvglasow2018-10-061-0/+3
| * Fix:traffic:Process supplementary information classes correctlymvglasow2018-10-061-1/+1
| * Add:traffic:Add support for lane closures and contraflowmvglasow2018-10-062-0/+34
| * Fix:core:Add traffic to navit.dtdmvglasow2018-10-061-1/+3
| * Refactor:core:Fix style compliance issuesmvglasow2018-09-292-5/+6
| * Refactor:core:Attempt to eliminate more error reports by CodeFactormvglasow2018-09-293-201/+169
| * Fix:traffic:Add forgotten return valuemvglasow2018-09-291-0/+1
| * Refactor:traffic/traff_android:Clean up some errors found by CodeFactormvglasow2018-09-291-52/+60
| * Refactor:core:Make indentation compliant with style guidemvglasow2018-09-295-53/+51
| * Merge branch 'master' into trafficmvglasow2018-09-2934-1516/+1643
| |\
| * | Fix:route:Fix endpoint candidate handling in LPA*mvglasow2018-09-292-1/+6
| * | Fix:route:Insert candidate end points with correct keymvglasow2018-09-291-2/+2
| * | Refactor:route:Switch from Dijkstra to LPA* for routingmvglasow2018-09-281-126/+62
| * | Refactor:route:New route_graph_init() functionmvglasow2018-09-271-21/+63
| * | Add:traffic:Rewrite point attribute matchingmvglasow2018-09-233-32/+97
| * | Add:traffic:Match attributes of segments connecting to a pointmvglasow2018-08-261-11/+165
| * | Add:traffic:Consider tunnel portals for low-res location matchingmvglasow2018-08-261-20/+41
| * | Fix:traffic:Extend start of route correctly for multi-point locationsmvglasow2018-08-251-8/+29
| * | Refactor:traffic:Log p_start in traffic_message_add_segments(), ADD-4.2.6mvglasow2018-08-251-2/+4
| * | Fix:traffic:Fix missing second half for certain three-point locationsmvglasow2018-08-251-4/+4
| * | Merge branch 'master' into trafficmvglasow2018-08-2119-184/+396
| |\ \
| * | | Fix:traffic:Process bidirectional locations correctlymvglasow2018-08-181-6/+14
| * | | Fix:traffic:Make distortion items inherit oneway flags of their segmentsmvglasow2018-08-181-2/+4
| * | | Add:traffic:Reduce weight for road name when matching locationsmvglasow2018-08-181-2/+2
| * | | Add:traffic:Handle partial matches for road/junction refsmvglasow2018-08-181-25/+41
| * | | Refactor:traffic:Allow for more granular attribute matching scoresmvglasow2018-08-181-33/+33
| * | | Refactor:traffic:Prepare for partial road ref matchesmvglasow2018-08-183-27/+30
| * | | Add:traffic:Match road refs for roads with multiple numbersmvglasow2018-08-181-3/+26
| * | | Fix:traffic:Fix incorrect segment data for certain event combinationsmvglasow2018-08-181-6/+7
| * | | Fix:traffic:Don't crash when dumping a message without locationmvglasow2018-08-171-23/+30
| * | | Add:traffic:Include segment direction in GPX exportmvglasow2018-08-171-3/+15
| * | | Refactor:binding/dbus:attr on heap in request_navit_traffic_export_gpx()mvglasow2018-08-161-5/+3
| * | | Add:traffic:Include items in traffic GPX exportmvglasow2018-08-151-1/+38
| * | | Add:traffic:API function to return all items associated with a messagemvglasow2018-08-152-0/+30
| * | | Add:traffic:Rudimentary function to export traffic distortions to GPXmvglasow2018-08-151-0/+87
| * | | Add:traffic:API function to retrieve message storemvglasow2018-08-152-0/+28
| * | | Refactor:core:Silence compiler warnings in route.cmvglasow2018-08-121-1/+6
| * | | Refactor:traffic:Move now-private constants out of headermvglasow2018-08-122-7/+6
| * | | Refactor:traffic:Clean up FIXME/TODO commentsmvglasow2018-08-121-5/+1