osrm-backend/Server
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
..
DataStructures use range based for loops to traverse graphs 2014-05-13 16:56:30 +02:00
Http implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
APIGrammar.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
Connection.cpp implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
Connection.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
RequestHandler.cpp implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
RequestHandler.h reformatting RequestHandler 2014-05-11 18:03:05 +02:00
RequestParser.cpp reformat Server source and migrate it to C++11 2014-05-07 17:14:57 +02:00
RequestParser.h reformat Server source and migrate it to C++11 2014-05-07 17:14:57 +02:00
Server.h remove boost::thread from Server 2014-05-13 10:02:36 +02:00
ServerFactory.h implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00