Dennis Luxen
7c06726a35
Fix formatting
2022-12-20 18:00:11 +01:00
Dennis Luxen
d7c44f0bc0
Merge remote-tracking branch 'origin/master' into nested_namespace
2022-12-11 10:25:13 +01:00
Dennis Luxen
a4aa153ba4
Use nested namespace
...
It's a mechanical change to modernize the code base
2022-12-11 10:17:17 +01:00
Dennis Luxen
612ca82a06
Fix formatting
2022-12-10 20:01:16 +01:00
Dennis Luxen
1215062e4c
Port the used bits from CheapRuler, drop dependencies
2022-12-10 19:54:51 +01:00
Dennis Luxen
c605b1db38
Fix typo
2022-12-10 16:28:03 +01:00
Dennis Luxen
f4189d9487
Fix formatting
2022-12-10 16:08:22 +01:00
Dennis Luxen
f983d626ac
Merge remote-tracking branch 'origin/master' into dl_using_keyword
2022-12-10 16:02:53 +01:00
Siarhei Fedartsou
73b2a86a95
Move vector in CSVFilesParser instead copying it ( #6470 )
2022-12-03 17:53:56 +01:00
Siarhei Fedartsou
2044398dfd
Add CI job which builds OSRM with gcc 12 ( #6455 )
2022-11-28 16:29:43 +01:00
Siarhei Fedartsou
095b726a92
Use <boost/iterator/function_output_iterator.hpp> instead of deprecated <boost/function_output_iterator.hpp> ( #6458 )
2022-11-16 21:09:54 +01:00
Siarhei Fedartsou
18dcd27a9b
Use node-api instead of NAN ( #6452 )
2022-11-16 15:44:36 +01:00
Siarhei Fedartsou
5f82d0c9ba
Get rid of unused functions in util/json_util.hpp ( #6446 )
2022-11-06 21:13:04 +01:00
Dennis Luxen
8bff55cd85
[CPP17] Modernize: Replace typedef with using statements
2022-11-06 13:21:45 +01:00
Dennis Luxen
bb4fd93fab
Fix formatting
2022-11-06 12:26:37 +01:00
Dennis Luxen
b13820f520
Use std::back_inserter
2022-11-06 12:19:32 +01:00
Dennis Luxen
a1c1fefd6e
Fix formatting, pass by value
2022-11-04 11:49:54 +01:00
Dennis Luxen
7359d6a21b
Merge remote-tracking branch 'origin/master' into replace_boost_stringref
2022-11-04 11:43:41 +01:00
Dennis Luxen
5dda33fa88
More efficient toLower implementation
2022-11-04 11:42:37 +01:00
Dennis Luxen
5280ca4e16
Pass string_view by value
2022-11-04 11:41:02 +01:00
Dennis Luxen
85e6a854aa
Fix missing includes (on Windows)
2022-10-30 22:08:29 +01:00
Dennis Luxen
12f49d6f24
Stray whitespace
2022-10-30 20:11:36 +01:00
Dennis Luxen
7149547645
Fix formatting
2022-10-30 20:10:09 +01:00
Dennis Luxen
565959b389
Remove util/string_view header
2022-10-30 20:01:46 +01:00
Dennis Luxen
5c9d0d152c
Remove usage of StringView typedef
2022-10-30 19:53:26 +01:00
Dennis Luxen
274dcc58a5
Remove superflous std::hash specialization
2022-10-30 19:21:06 +01:00
Dennis Luxen
d06b23d819
More fixes
2022-10-30 14:08:17 +01:00
Dennis Luxen
91e9623b31
Fix formatting
2022-10-30 14:06:19 +01:00
Dennis Luxen
0021ccef59
Replace boost::string_ref with std::string_view
2022-10-30 13:59:59 +01:00
Dennis Luxen
061f0a1f14
Fix includes
2022-10-30 11:43:28 +01:00
Dennis Luxen
f97e18d285
Fix formatting
2022-10-29 23:01:38 +02:00
Dennis Luxen
7b73b977ff
Replace boost::unordered_{map/set} with std, also remove code duplication
2022-10-29 22:57:14 +02:00
Michael Bell
5d468f2897
Make edge metrics strongly typed ( #6421 )
...
This change takes the existing typedefs for weight, duration and
distance, and makes them proper types, using the existing Alias
functionality.
Primarily this is to prevent bugs where the metrics are switched,
but it also adds additional documentation. For example, it now
makes it clear (despite the naming of variables) that most of the
trip algorithm is running on the duration metric.
I've not made any changes to the casts performed between metrics
and numeric types, they now just more explicit.
2022-10-28 15:16:12 +01:00
Siarhei Fedartsou
c1d2c15995
Handle snapping parameter for all plugins in NodeJs bindings, but not for Route only ( #6417 )
2022-10-22 16:49:35 +02:00
Siarhei Fedartsou
fb1bb7a15b
Fix annotations=true handling in NodeJS bindings & libosrm ( #6415 )
2022-10-19 08:35:18 +02:00
Siarhei Fedartsou
9d160a9b5d
Revert back to using custom HTTP parser instead of Boost.Beast ( #6407 )
2022-10-14 14:37:33 +02:00
Siarhei Fedartsou
d143de597d
Fix bug with large HTTP requests leading to Bad Request in osrm-routed. ( #6403 )
2022-10-13 16:53:49 +02:00
Siarhei Fedartsou
9a4b4648f4
Improve performance of JSON rendering ( #6380 )
2022-10-03 21:43:51 +02:00
Siarhei Fedartsou
21888334dd
Do not generate intermediate .osrm file in osrm-extract. ( #6354 )
2022-09-30 14:29:10 +02:00
Siarhei Fedartsou
902bfc7806
Refactor CMake code related to compiler warnings, enable some additional warnings ( #6355 )
2022-09-30 11:42:36 +02:00
Siarhei Fedartsou
3c5d99b4cb
Improve performance of map matching via getPathDistance optimization ( #6378 )
2022-09-29 22:27:19 +02:00
Siarhei Fedartsou
be353630d5
Fix a couple of warnings found by PVS Studio ( #6372 )
2022-09-22 23:28:12 +02:00
Siarhei Fedartsou
9b834810d5
Build Node bindings on Windows ( #6334 )
...
Extends CI to build NodeJS bindings for Windows.
2022-09-20 20:43:13 +01:00
Siarhei Fedartsou
96f5780f06
Update CI to use clang-tidy 14 ( #6353 )
2022-08-31 23:39:47 +02:00
Siarhei Fedartsou
9a638f3568
Optimize RestrictionParser performance ( #6344 )
2022-08-30 21:08:52 +02:00
Siarhei Fedartsou
2cf957148b
Support floats for speed value in traffic updates CSV ( #6327 )
2022-08-30 15:34:46 +02:00
Michael Bell
b17cbb4c47
Support OSM traffic signal directions ( #6153 )
...
Currently OSRM parses traffic signal nodes without consideration
for the direction in which the signal applies. This can lead
to duplicated routing penalties, especially when a forward and backward
signal are in close proximity on a way.
This commit adds support for directed signals to the extraction and
graph creation. Signal penalties are only applied in the direction
specified by the OSM tag.
We add the assignment of traffic directions to the lua scripts,
maintaining backwards compatibility with the existing boolean
traffic states.
As part of the changes to the internal structures used for tracking
traffic signals during extraction, we stop serialising/deserialising
signals to the `.osrm` file. The traffic signals are only used by
`osrm-extract` so whilst this is a data format change, it will not
break any existing user processes.
2022-08-30 10:36:49 +01:00
Siarhei Fedartsou
b4142cf1a2
Add Flatbuffers support to NodeJS bindings ( #6338 )
2022-08-29 22:01:26 +02:00
Michael Bell
d74e7b66bd
Support snapping to multiple ways at an input location ( #5953 )
...
This PR improves routing results by adding support for snapping to
multiple ways at input locations.
This means all edges at the snapped location can act as source/target
candidates for routing search, ensuring we always find the best route,
and not the one dependent on the edge selected.
2022-08-27 11:36:20 +01:00
Siarhei Fedartsou
df3c553f4f
Remove redundant nullptr check. ( #6326 )
2022-08-25 00:01:56 +02:00