osrm-backend/unit_tests/server
Michael Krasnyk dac2f93383 Refactoring of parameter garammars
* signature changed from void() to void(engine::api::Parameters&)
* performance increase due to use "static const GrammarT" and avoid
  construction and destruction of grammars during parsing
* removed code duplication in inherited grammars
* rule unlimited changed to qi::lit
* added rule size_t_
* parser accepts "&geometries=" and "&overview=" and fails at "foo"
  instead of "&geometries=foo" and &overview=foo
* added expectations checks for derived grammars
* changed rules qi::list(".") to character rules '.'
2016-04-23 21:15:21 +02:00
..
parameters_io.hpp Split off parameters I/O from unit tests 2016-04-22 10:40:03 +02:00
parameters_parser.cpp Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
url_parser.cpp Fixes unit tests that relied upon wrong behavior in parsers 2016-04-08 21:03:50 +02:00