osrm-backend/include/server
Michael Krasnyk 543e4fb57d
Fix rounding issue in query coordinates by using toFixed
that internally uses boost::numeric_cast<std::int32_t>
instead of static_cast<std::int32_t>
2016-06-20 22:45:40 +02:00
..
api Fix rounding issue in query coordinates by using toFixed 2016-06-20 22:45:40 +02:00
http Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
service Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
connection.hpp Takes care of proper special member generation globally, fixes #1689 2016-01-27 17:25:30 +01:00
request_handler.hpp Fix parameter parsing tests 2016-04-05 22:58:32 +02:00
request_parser.hpp Removes server-side support for POST requests. 2016-04-05 22:59:14 +02:00
server.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
service_handler.hpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00