osrm-backend/unit_tests
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
..
engine Use DouglasPeucker with squaredEuclideanDistance 2016-04-09 17:26:27 +02:00
extractor Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
fixtures Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
library Unit test for trip across component boundaries. 2016-04-22 10:40:03 +02:00
mocks uturns -> continue_straight 2016-04-12 23:16:02 +02:00
server Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
util fix r-tree abort location 2016-04-14 11:40:36 +02:00
CMakeLists.txt Add missing -lz to fix linking of server-tests 2016-04-08 01:52:35 +02:00
engine_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
extractor_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
library_tests.cpp Library tests build system integration 2016-04-05 22:58:32 +02:00
server_tests.cpp Add viaroute suport for new API 2016-04-05 22:58:32 +02:00
util_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00