osrm-backend/Algorithms
2014-11-20 16:58:35 +01:00
..
bfs_components.hpp renamed: Algorithms/BFSComponentExplorer.h -> Algorithms/bfs_components.hpp 2014-11-20 16:58:35 +01:00
crc32_processor.hpp renamed: Algorithms/IteratorBasedCRC32.h -> Algorithms/crc32_processor.hpp 2014-11-20 16:17:49 +01:00
DouglasPeucker.cpp reformatting 2014-10-31 12:15:09 -04:00
DouglasPeucker.h use double braces for array initialization as brace elision is implemented/supported differently in GCC and Clang 2014-10-29 10:39:23 -04:00
ExtractRouteNames.h fix picking of second route name 2014-06-30 16:05:26 +02:00
object_encoder.hpp renamed: Algorithms/ObjectToBase64.h -> Algorithms/object_encoder.hpp 2014-11-20 16:10:11 +01:00
polyline_compressor.cpp reserve delta vector beforehand to avoid realocations. 2014-11-01 17:32:49 -04:00
polyline_compressor.hpp separate logic between polyline compression algorithm and JSON formatting. 2014-10-28 17:31:51 -04:00
polyline_formatter.cpp separate logic between polyline compression algorithm and JSON formatting. 2014-10-28 17:31:51 -04:00
polyline_formatter.hpp separate logic between polyline compression algorithm and JSON formatting. 2014-10-28 17:31:51 -04:00
StronglyConnectedComponents.h Rename NodeInfo -> QueryNode 2014-11-17 14:58:37 +01:00