osrm-backend/Plugins
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
..
BasePlugin.h migrate plugins directory to C++11 2014-05-07 10:38:31 +02:00
DistanceTablePlugin.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
HelloWorldPlugin.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
LocatePlugin.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
NearestPlugin.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
TimestampPlugin.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
ViaRoutePlugin.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00