osrm-backend/include/server/api
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
..
base_parameters_grammar.hpp Fix rounding issue in query coordinates by using toFixed 2016-06-20 22:45:40 +02:00
match_parameter_grammar.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
nearest_parameter_grammar.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
parameters_parser.hpp Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
parsed_url.hpp Fix syntax error position indicators in parameters queries 2016-04-27 19:52:23 +02:00
route_parameters_grammar.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
table_parameter_grammar.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
tile_parameter_grammar.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
trip_parameter_grammar.hpp Format with clang-format 3.8 2016-05-27 21:05:04 +02:00
url_parser.hpp Do not modify the end iterator, make const 2016-04-08 21:03:50 +02:00