osrm-backend/include
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
..
contractor Force correct type deduction for irange on windows 2016-04-12 18:11:08 +02:00
engine Revert "Removes summary from legs property" 2016-04-21 22:39:16 +02:00
extractor remove movable bridge travel mode references 2016-04-19 12:59:33 -04:00
osrm Initial libosrm API docs 2016-04-05 22:59:14 +02:00
server Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
storage Add license to storage and storage config exposed in public API, closes #2036 2016-04-07 10:41:32 +02:00
util Refactor the vector tile constants 2016-04-15 14:48:21 +02:00