osrm-backend/Algorithms
Dennis Luxen a80815d57a implements output generation through a dedicated JSON container:
- JSON syntax is not scattered over several files, but one place
- Reduces code duplication
- breaking changes:
  - new property in json(p) formatted response: "found_alternative": True/False
  - returned filenames now response.js(on) or route.gpx
  - /hello plugin returns JSON now
2014-05-20 14:33:00 +02:00
..
BFSComponentExplorer.h use range based for loops to traverse graphs 2014-05-13 16:56:30 +02:00
DouglasPeucker.cpp fix regression in debug build 2014-05-12 18:09:25 +02:00
DouglasPeucker.h migrating Algorithms directory to C++11 2014-05-07 10:38:31 +02:00
IteratorBasedCRC32.h migrating Algorithms directory to C++11 2014-05-07 10:38:31 +02:00
ObjectToBase64.h migrating Algorithms directory to C++11 2014-05-07 10:38:31 +02:00
PolylineCompressor.cpp implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
PolylineCompressor.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
StronglyConnectedComponents.h use range based for loops to traverse graphs 2014-05-13 16:56:30 +02:00