Patrick Niklaus
|
98dba11c5e
|
Address some of the remaining issues of the code review
|
2015-03-04 01:34:45 +01:00 |
|
Dennis Luxen
|
4df215e674
|
replace -std::numeric_limits<T>::max() with ::lowest()
|
2015-03-03 11:53:31 +01:00 |
|
Dennis Luxen
|
20091e94c8
|
fix compilation
- remove wrong comments
- fix include guard footer
- add curly braces
- add template specialization for std::vector<bool> in make_array
- reformat
|
2015-03-03 11:50:02 +01:00 |
|
Patrick Niklaus
|
a760aec791
|
Add json logger to map_matching
This adds additional data to the json response, when OSRM is compiled
in debug mode.
|
2015-03-03 00:48:57 +01:00 |
|
Patrick Niklaus
|
34d5d353af
|
Apply clang-format and split out json_util
|
2015-03-03 00:48:57 +01:00 |
|