Dennis Luxen
ae269e12bb
disable debug code in rtree
2014-10-23 16:11:35 +02:00
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
Dennis Luxen
511c21029e
To arrive at a later point in time: Revert "remove inline keywords"
...
This reverts commit 81b0447024
.
2014-10-21 18:34:50 +02:00
Dennis Luxen
81b0447024
remove inline keywords
2014-10-21 18:06:58 +02:00
Dennis Luxen
1f36206f45
replace boost::get<> call with proper function call to mapbox::variant
2014-10-20 11:25:34 +02:00
Dennis Luxen
d7e25772b0
remove left-over boost::noncopyable and replace by c++11 ctor deletes.
2014-10-20 10:20:58 +02:00
alex85k
bbde0d75da
remove unused variable in Windows code
2014-10-18 19:19:26 +06:00
Dennis Luxen
8eccfaa034
fix a number of implicit conversions
2014-10-17 14:19:33 +02:00
Dennis Luxen
438d1af12a
fix implicit type conversios
2014-10-17 13:03:49 +02:00
Dennis Luxen
4684921e51
fix implicit casts
2014-10-17 12:31:02 +02:00
Dennis Luxen
274140d309
refactor SimpleLogger into simple_logger compile unit
2014-10-10 19:32:49 +02:00
Dennis Luxen
dafd0e5db7
rewrite NumericUtils into floating_point.hpp
2014-10-10 18:18:56 +02:00
Dennis Luxen
d6d10cbf06
reformat Coordinate class
2014-10-10 18:00:09 +02:00
Dennis Luxen
440244eed8
use double precision fp math for mercartor projection and point-line projections (for now), fixes #1191
2014-10-09 18:58:58 +02:00
Dennis Luxen
2b9e25300f
disable checking for empty data sets to make tests pass in debug mode, #889
2014-10-09 17:27:41 +02:00
Dennis Luxen
57fab61789
move casts from/to string into static class
2014-10-08 14:47:22 +02:00
Dennis Luxen
5effe95f2c
reformat JSONContainer.h
2014-10-03 11:13:50 +02:00
Dennis Luxen
f22e3fd3ff
mark Renderer c'tors in JSONContainer as explicit
2014-10-03 11:02:28 +02:00
Dennis Luxen
785891c315
fix name of include guard
2014-10-03 10:03:44 +02:00
Dennis Luxen
b7417ec954
fix name of include guard
2014-10-03 10:02:36 +02:00
Dennis Luxen
61b861f0e5
fix name of include guard
2014-10-03 10:01:24 +02:00
Dennis Luxen
0fea0738bf
remove superflous inline keyword
2014-10-03 09:59:04 +02:00
Dennis Luxen
881041800b
remove superflous include
2014-09-23 09:41:28 +02:00
Dennis Luxen
b1bbf2ef84
add relational operators
2014-09-18 11:10:23 +02:00
Dennis Luxen
201062cade
make width of computation depend on base type, i.e. if its 64bit then use 64bit math
2014-09-18 10:19:40 +02:00
Dennis Luxen
8cb9198bcf
allow a 64bit base type
2014-09-18 09:43:11 +02:00
Dennis Luxen
f5e53c0452
make cast operators explicit
2014-09-18 09:42:38 +02:00
Dennis Luxen
41d9c00f70
FixedPointNumber implementation
2014-09-17 19:20:15 +02:00
Dennis Luxen
efaa3b5ab2
Merge branch 'stefan-rajkovic-multiple-nearest-points' of https://github.com/srajkovic/osrm-backend into srajkovic-stefan-rajkovic-multiple-nearest-points
...
Conflicts:
DataStructures/RouteParameters.cpp
Server/APIGrammar.h
2014-09-16 12:32:40 +02:00
Stefan Rajkovic
def1e5e1d8
Set restrictions on number of results possible, so 0 < number <= 100.
2014-08-21 13:15:13 -04:00
Emil Tin
bcd55626ef
make accessors const, add comments
2014-08-20 11:37:47 +02:00
Emil Tin
2e3d33dfcd
remove type from more structs, remove asserts
2014-08-20 11:08:59 +02:00
Emil Tin
418ff95543
fix initialization order
2014-08-20 11:08:58 +02:00
Dennis Luxen
1945aae4dc
reorder members of SegmentInformation, remove bit fields where possible
2014-08-20 11:08:58 +02:00
Emil Tin
30362cfc0c
update lua interface to speed and mode
2014-08-20 11:08:58 +02:00
Emil Tin
6cdc590db5
typedef instead of enum for TravelMode to avoid gcc warnings
2014-08-20 11:08:58 +02:00
Emil Tin
6e364ff0ba
rename travel mode None to Inaccessible
2014-08-20 11:08:58 +02:00
Emil Tin
207cddd50b
use enum for TravelMode
2014-08-20 11:08:58 +02:00
Emil Tin
bea63028c7
remove bitfield from SegmentInformation, works around compile err
2014-08-20 11:08:42 +02:00
Emil Tin
7a2d214cc4
reactivate assert of sizeof(NodeBasedEdgeData)
2014-08-20 11:08:42 +02:00
Emil Tin
ff0dfacc48
fix initialization order to avoid compiler warning
2014-08-20 11:08:42 +02:00
Emil Tin
a5ee7e78f6
fixes
2014-08-20 11:08:41 +02:00
Emil Tin
dae9c9a7ed
use 4 bits for travel mode
2014-08-20 11:08:41 +02:00
Emil Tin
6fd615b9cd
first cut at porting travel mode, some tests fail
2014-08-20 11:08:41 +02:00
Emil Tin
3e6f27d173
rename contra_flow to travel_mode, use unsigned char
2014-08-20 11:08:41 +02:00
Dennis Luxen
82c2ae5441
first round of replacing deprecated typedefs with much nicer using statements
2014-08-19 13:01:38 +02:00
Dennis Luxen
4c3cb76ced
remove remnants of boost::variant
2014-08-14 17:29:10 +02:00
Dennis Luxen
7d2c627ad2
replace boost::variant w/ mapbox::util::variant
2014-08-14 17:29:10 +02:00
Dennis Luxen
d54a55c12b
implements announcement of waypoints, closes #584
2014-08-11 20:29:15 +02:00
Stefan Rajkovic
38117df11b
Added ability to get multiple points from /nearest by using num_results argument
2014-08-08 13:58:30 -04:00