Michael Krasnyk
|
82acd59a8e
|
shared monitor implementation with a conditional variable
or a ring buffer with semaphores
|
2017-02-24 16:01:56 +00:00 |
|
Patrick Niklaus
|
438aa66b4c
|
Add packed storage of partition information
Right now we need a 64bit integer for every node in the graph.
Depending on the number of cells we will see, we might get away with
32bit eventually.
|
2017-02-24 15:58:47 +00:00 |
|
karenzshea
|
046d3128c4
|
clamp speed value to js max
|
2017-02-22 16:12:58 +00:00 |
|
Moritz Kobitzsch
|
1ad1ff5fc1
|
remove unsigned >= 0 checks, unused constnat
|
2017-02-21 13:55:59 +01:00 |
|
Patrick Niklaus
|
e06ffabf21
|
Add storage for cell weights used in the MLD algorithm
|
2017-02-20 16:31:36 +00:00 |
|
karenzshea
|
c2727f2029
|
expose data about turning onto restricted roads to turn function
|
2017-02-20 12:40:51 +00:00 |
|
Moritz Kobitzsch
|
03bb6dc161
|
reduce verbosity of use-lane in combination with lane-anticipation
|
2017-02-15 21:57:48 +00:00 |
|
karenzshea
|
e75278f9c2
|
add unit test for annotations=true returning all annotations
|
2017-02-13 18:00:39 +00:00 |
|
karenzshea
|
a31f401995
|
parse parameters.annotations into AnnotationsType::All
|
2017-02-13 18:00:39 +00:00 |
|
karenzshea
|
23b07c9197
|
clang format
|
2017-02-13 15:49:30 +00:00 |
|
karenzshea
|
a61b1a3623
|
round speed to 1 decimal place
|
2017-02-13 15:49:30 +00:00 |
|
karenzshea
|
921ff43acf
|
return speed annotations
|
2017-02-13 15:49:30 +00:00 |
|
Michael Krasnyk
|
2b00d92463
|
make annotations={true|false|(values)+} grammar
|
2017-02-10 16:11:24 +00:00 |
|
Kajari Ghosh
|
2218658969
|
Trip with Fixed Start and End points (TFSE) (#3408)
* fixed start and end trip feature to trip service
|
2017-02-10 05:13:20 -05:00 |
|
Michael Krasnyk
|
3e2db47cc8
|
cleanup in facade GetUncompressed members
|
2017-02-10 09:22:24 +00:00 |
|
Patrick Niklaus
|
768dc8d817
|
Merge pull request #3669 from Project-OSRM/seemoritz-minor_fixes
Port Seemoritz minor fixes to master
|
2017-02-08 09:34:36 +00:00 |
|
Patrick Niklaus
|
0c04c6cafb
|
Address PR comments
|
2017-02-07 18:12:49 +00:00 |
|
Patrick Niklaus
|
bf690df97a
|
Merge branch 'minor_fixes' of https://github.com/seemoritz/osrm-backend into seemoritz-minor_fixes
|
2017-02-07 12:48:29 +00:00 |
|
Moritz Kobitzsch
|
543f0e5e44
|
fix order of parameter initialisation for route parameters
|
2017-02-07 11:34:29 +01:00 |
|
karenzshea
|
1e9e420d91
|
clang format
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
c885d03830
|
use lambda instead of bindy
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
84261fd214
|
GetAnnotations function
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
734df348cb
|
a few more parameter tests
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
8d7aae8687
|
fix cucumber outputs
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
3106b5dd9e
|
set RouteParameters annotations member, when constructor only specifies annotations_type, add unit_tests
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
f1427a834d
|
fix bitwise operators, selectively add annotations to response obj
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
04954de9c6
|
implement bitwise and operator
|
2017-02-07 09:15:16 +00:00 |
|
karenzshea
|
a6cd0863bc
|
store/accept individual annotations parameters in addition to bool
|
2017-02-07 09:15:16 +00:00 |
|
Michael Krasnyk
|
6e1c4bfecd
|
Added indexed array data type with variable and fixed group blocks
|
2017-02-07 07:41:12 +00:00 |
|
Michael Krasnyk
|
f2663acfc6
|
remove 4 bytes packing of NodeBasedEdgeWithOSM due to alignment fails
|
2017-02-05 12:54:26 +01:00 |
|
Michael Krasnyk
|
c48fc58eb2
|
reduce size of InternalExtractorEdge by using single-precision values
|
2017-02-03 21:52:39 +00:00 |
|
Michael Krasnyk
|
9e5d45d86a
|
Added 'distance' weight to car profile
|
2017-02-03 18:59:00 +00:00 |
|
Pepijn Schoen
|
9d2628b74f
|
Don't use bool return values on successful write, instead rely on exception throwing
|
2017-02-02 10:31:32 +01:00 |
|
Michael Krasnyk
|
b3ef27d104
|
Make watchdog a singleton instance
References:
https://github.com/Project-OSRM/osrm-backend/issues/3619
https://github.com/Project-OSRM/osrm-backend/pull/3627#issuecomment-276288138
|
2017-01-31 13:25:59 +01:00 |
|
Michael Krasnyk
|
c22ce3ae1f
|
Use shared memory region mapping at fixed address for OSX
|
2017-01-31 13:25:59 +01:00 |
|
Michael Krasnyk
|
ad594cb2e4
|
Update review findings
|
2017-01-27 11:19:37 +01:00 |
|
Michael Krasnyk
|
6b143c5e1d
|
Use duration in SegmentBlock for duration updates
|
2017-01-27 11:19:37 +01:00 |
|
Michael Krasnyk
|
25baf51a2c
|
Add duration to edges and use it in table plugin
|
2017-01-27 11:19:37 +01:00 |
|
Michael Krasnyk
|
c059d15cb9
|
Added weight multipliers for speed and turn updates
|
2017-01-27 11:19:37 +01:00 |
|
Patrick Niklaus
|
279f8aabfb
|
Allow specifing a weight for routing that is independent of duration
|
2017-01-27 11:19:37 +01:00 |
|
Michael Krasnyk
|
7deff5837c
|
Throw IO error if the number of read bytes does not match count
and the stream is in failed state
|
2017-01-27 11:19:37 +01:00 |
|
Michael Krasnyk
|
337ecefa45
|
Added osrm-extract-conditionals tool
|
2017-01-24 10:31:59 +01:00 |
|
Michael Krasnyk
|
7961fa8863
|
Added conditional restrictions grammar
|
2017-01-24 10:31:59 +01:00 |
|
Michael Krasnyk
|
88eb9e5499
|
Added opening_hours grammar
|
2017-01-24 10:31:59 +01:00 |
|
Daniel J. Hofmann
|
c277b95f03
|
Implements Zero-Copy String Views onto Contiguous Memory, resolves #3265.
- http://www.boost.org/doc/libs/1_61_0/libs/utility/doc/html/string_ref.html
- http://en.cppreference.com/w/cpp/string/basic_string_view
|
2017-01-23 15:22:39 +01: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 |
|
Michael Krasnyk
|
e8167b2e4e
|
Use round for float to fixed coordinate transformations
|
2017-01-20 12:31:45 +01:00 |
|
Huyen Chau Nguyen
|
a40abacfca
|
Refactors the Turn Handler's Fork Abstraction, resolves #3457.
|
2017-01-19 19:49:40 +01:00 |
|
Moritz Kobitzsch
|
b8beac2d00
|
unite process/shared_memory datafacades into a single type using an allocator scheme
|
2017-01-19 17:18:35 +01:00 |
|