Daniel J. Hofmann
|
9bb4a68599
|
Fixes grammar includes and formats them
|
2016-04-08 21:03:50 +02:00 |
|
Michael Krasnyk
|
58ebadd7b3
|
Fix #2173 with a no_trailing_dot_policy
no_trailing_dot_policy rejects parsing exp, exp_n, nan, inf
and rejects parsing a fractional part if detects ".Fmt".
For Fmt = 'j', 's', 'o', 'n':
42.foo rule parses 42.
42.json rule parses 42
42..json rule parses 42.
Reference:
- https://github.com/Project-OSRM/osrm-backend/pull/2222#issuecomment-206206239
|
2016-04-08 21:03:50 +02:00 |
|
Daniel J. Hofmann
|
0274afa0f7
|
Allow 4.json and 4.3.json format; needs -lit(".") >> -lit("json") hack^Wworkaround
Rainer Deyke's workaround without the need to do ugly backtracking.
References:
- http://lists.boost.org/boost-users/2016/03/85960.php
- https://github.com/Project-OSRM/osrm-backend/issues/2173#issuecomment-204342785
|
2016-04-08 21:03:50 +02:00 |
|
Daniel J. Hofmann
|
b25cd6aaf2
|
Moving from references is a bad idea in parameter parsers, too
|
2016-04-08 21:03:50 +02:00 |
|
Patrick Niklaus
|
e10e8910f3
|
Use global uturns parameter.
Instead of previously per-via settings like uturns=true;false;true;; it
now only supports a global setting uturns=true.
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
5f457bff12
|
Rename alternative -> alternatives
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
7c30ea32bf
|
Runs scripts/format.sh
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
58fb633df3
|
Add support for tile plugin
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
e466cbe0ce
|
Plugin grammar skeletons
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
64e5ebb55f
|
Fix parameter parsing tests
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
f3e72623e9
|
Add viaroute suport for new API
|
2016-04-05 22:58:32 +02:00 |
|