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
Dennis Luxen
1960c38468
refactor Tools dir for C++11
2014-05-08 18:33:38 +02:00
Dennis Luxen
9587923e55
make variable names consistent, migrate Plugins
2014-05-08 11:15:19 +02:00
Dennis Luxen
e12ad48822
migrate DataStructures to C++11
2014-05-07 18:39:16 +02:00
Dennis Luxen
700747801c
use proper include prefix
2014-05-07 16:46:52 +02:00
Dennis Luxen
e3244dd649
migrate Library dir to C++11, use fwd decls
2014-05-07 16:17:14 +02:00
Dennis Luxen
1f97c5518e
fixes build errors from 9e10b94
2014-03-24 10:06:42 +01:00
Dennis Luxen
121dcca7e3
refactor a bit for better readability
2014-03-17 15:46:13 +01:00
Dennis Luxen
b030fe7db2
break out Coordinate in compile unit
2013-12-13 17:26:57 -05:00
Dennis Luxen
19285d61ab
reorder includes to cut compile time
2013-12-08 19:38:13 +01:00
Dennis Luxen
cabaad4b17
replaced contigouos output data with collection of small'ish sub blocks. saves (re-)allocations. also removed a remaining stringstream
2013-11-14 17:16:26 -05:00
Dennis Luxen
32c1fd082d
fix build for tools
2013-10-21 12:01:19 +02:00
Dennis Luxen
29499f21c5
License change to (simplified) 2-clause BSD. Good riddance, AGPL
2013-10-14 13:42:28 +02:00
DennisOSRM
92196dc207
pull config from program options
2013-10-12 15:20:58 +02:00
Dennis Luxen
4748bca8a4
Refactoring _Coordinate class
2013-08-14 13:12:28 +02:00
Dennis Luxen
f57519b909
adapt tool to output logs with new mechanism
2013-08-08 16:20:05 +02:00
Dennis Luxen
b405029f0f
Refactoring base config class into proper ini file name
2013-08-06 17:23:40 +02:00
Dennis Luxen
23899613c3
Implement #495
2013-08-05 18:37:42 +02:00
Dennis Luxen
c209245b0e
Moving cli client to tools directory
2013-06-27 16:09:01 -04:00