Patrick Niklaus
|
922e155763
|
Add type traits to disable plugins for specific algorithms
|
2017-03-03 16:02:12 +00:00 |
|
Patrick Niklaus
|
436b34ffea
|
Refactor routing_algorithms to only contain free functions
|
2017-03-03 16:02:12 +00:00 |
|
Patrick Niklaus
|
2fa8d0f534
|
Port OSRM, Engine and Datafacades to be algorithm aware
|
2017-03-03 16:02:12 +00:00 |
|
Moritz Kobitzsch
|
d129b0ef24
|
remove templates from routing algorithms
|
2017-01-21 23:59:15 +01:00 |
|
Moritz Kobitzsch
|
8c36012653
|
remove CRTP leftovers in search algorithms
|
2017-01-20 14:11:16 +01:00 |
|
Daniel J. Hofmann
|
1153b78c06
|
Fixes various compiler diagnostics
Found with LLVM 3.9.1 and then fixed the most severe categories.
|
2017-01-06 16:47:52 +01:00 |
|
Kajari Ghosh
|
c30f43b148
|
added max_speed to the profiles (#3089)
|
2016-11-01 17:13:10 -04:00 |
|
Kajari Ghosh
|
6fc0609a62
|
Map matching test coverage fix (#3201)
* fixed map matching test coverage
|
2016-10-29 11:22:09 -04:00 |
|
Moritz Kobitzsch
|
73179641b1
|
clang-format code
|
2016-10-06 14:06:19 +02:00 |
|
Patrick Niklaus
|
1c2ead8fb8
|
Make DataFacade local to every request
This is the first step to having fine grained locking on data updates,
see issue #2570.
|
2016-10-06 12:56:38 +02:00 |
|
Daniel J. Hofmann
|
d1f555dcef
|
Removes unused JSON logger.
References:
- https://github.com/Project-OSRM/osrm-backend/pull/2769
|
2016-09-28 10:01:56 +02:00 |
|
Patrick Niklaus
|
6e16eab6ec
|
Format with clang-format 3.8
|
2016-05-27 21:05:04 +02:00 |
|
Patrick Niklaus
|
e504128587
|
Fix naming convention in HiddenMarkovModell
|
2016-05-02 17:25:58 +02:00 |
|
Patrick Niklaus
|
7416653874
|
Force correct type deduction for irange on windows
|
2016-04-12 18:11:08 +02:00 |
|
Patrick Niklaus
|
6c00ccca9a
|
Remove obsolete debug information
|
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
|
d9d4742130
|
First round of lat,lng -> lng,lat switcheroo
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
a0e0465704
|
Fix out-of-bounds write in map_matching
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
35b098e656
|
First compiling version of map_match plugin
|
2016-04-05 22:58:32 +02:00 |
|
Daniel J. Hofmann
|
c75b497b2e
|
Adapts Nearest plugin to new API
|
2016-04-05 22:58:32 +02:00 |
|
Patrick Niklaus
|
adc3bacea9
|
Add pruning based on @MoKob's idea in #1921
|
2016-03-08 00:43:45 +01:00 |
|
Patrick Niklaus
|
f86b5a44bc
|
Adapt shortest_path and viaroute to core search
|
2016-03-07 21:26:12 +01:00 |
|
Daniel J. Hofmann
|
4b8c0ac143
|
Revert "Folds json_* utilities into json subfolder and adapts includes"
This reverts commit cd039c69c0a92a35889e3c875b8eb53cf07377bb.
|
2016-02-12 15:46:24 -08:00 |
|
Daniel J. Hofmann
|
ec01c2a119
|
Folds json_* utilities into json subfolder and adapts includes
|
2016-02-12 15:46:24 -08:00 |
|
Patrick Niklaus
|
6991a38703
|
Run clang-format
|
2016-01-08 01:31:57 +01:00 |
|
Patrick Niklaus
|
6b18e4f7e9
|
Add namespace around all files
|
2016-01-08 01:30:52 +01:00 |
|
Patrick Niklaus
|
4312013552
|
Fix naming in coordinate_calculation
|
2016-01-05 12:06:34 +01:00 |
|
Patrick Niklaus
|
028ca5c9d9
|
Apply clang-format
|
2016-01-05 12:04:04 +01:00 |
|
Daniel J. Hofmann
|
685d330ee2
|
Remove license headers from project source files; global license
|
2016-01-04 19:06:32 +01:00 |
|
Mortada Mehyar
|
93a2e66704
|
use double precision calculations instead of mixing double and float
|
2016-01-03 20:44:38 -08:00 |
|
Patrick Niklaus
|
97585bb26a
|
Fix include paths
|
2016-01-03 18:47:50 +01:00 |
|
Patrick Niklaus
|
bfc6c9b89d
|
Move files in src/ include/
|
2016-01-03 16:37:38 +01:00 |
|