osrm-backend/Server
Dennis Luxen 463511871f Refactor routing plugins:
- remove superflous members from RawRouteData, partially implements #1238
- DescriptorTable moved to BaseDescriptor.h
- added templated assignment c'tor to DescriptorConfig
- refactored check for valid input coordinates, moved to BasePlugin.h
- replaced shared_ptr's to descriptors in ViaRoutePlugin.h with unique_ptr
- implemented FindIncrementalPhantomNode in facades for a single, i.e. first result
- untangled a few includes
2014-10-22 19:02:19 +02:00
..
DataStructures Refactor routing plugins: 2014-10-22 19:02:19 +02:00
Http move casts from/to string into static class 2014-10-08 14:47:22 +02:00
APIGrammar.h Merge branch 'stefan-rajkovic-multiple-nearest-points' of https://github.com/srajkovic/osrm-backend into srajkovic-stefan-rajkovic-multiple-nearest-points 2014-09-16 12:32:40 +02:00
Connection.cpp cast std::size_t and unsigned in a proper way 2014-06-17 16:01:06 +02:00
Connection.h some minor include untangling 2014-10-21 19:05:56 +02:00
RequestHandler.cpp refactor SimpleLogger into simple_logger compile unit 2014-10-10 19:32:49 +02:00
RequestHandler.h first round of replacing deprecated typedefs with much nicer using statements 2014-08-19 13:01:38 +02:00
RequestParser.cpp To arrive at a later point in time: Revert "remove inline keywords" 2014-10-21 18:34:50 +02:00
RequestParser.h To arrive at a later point in time: Revert "remove inline keywords" 2014-10-21 18:34:50 +02:00
Server.h refactor SimpleLogger into simple_logger compile unit 2014-10-10 19:32:49 +02:00