osrm-backend/include
Moritz Seemann 5e8bdbfa0c fix to prevent (very unlikely) overflow of originalEdges
If originalEdges gets initialized with 1 << 28, it will overflow and
thereby be set to 0.
Which defeats the point of checking for overflows in the first place.
2017-01-13 11:12:02 +01:00
..
contractor fix to prevent (very unlikely) overflow of originalEdges 2017-01-13 11:12:02 +01:00
engine Fixes various compiler diagnostics 2017-01-06 16:47:52 +01:00
extractor Refactor fork handling in guidance (#3264) 2017-01-07 14:13:32 +01:00
osrm Makes the OSRM interface threadsafe. 2016-10-04 09:32:22 +02:00
server Revert "Smarter search radius formula for map matching" 2016-12-21 22:41:48 -08:00
storage Replace fingerprint with semver-based scheme. (#3467) 2017-01-06 13:45:08 -08:00
util Fix possible division by zero by clamping latitude to 85.05° 2017-01-12 16:44:58 +01:00