Dennis Luxen
|
7c06726a35
|
Fix formatting
|
2022-12-20 18:00:11 +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
|
5c9d0d152c
|
Remove usage of StringView typedef
|
2022-10-30 19:53:26 +01:00 |
|
Siarhei Fedartsou
|
96f5780f06
|
Update CI to use clang-tidy 14 (#6353)
|
2022-08-31 23:39:47 +02:00 |
|
Siarhei Fedartsou
|
8e74b7af9d
|
Enable performance-move-const-arg clang-tidy check (#6319)
|
2022-08-23 19:03:41 +02:00 |
|
Siarhei Fedartsou
|
06b1b980bb
|
Enable even more clang-tidy checks (#6273)
|
2022-07-04 21:46:59 +01:00 |
|
Daniel Patterson
|
50d9632ed7
|
Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10
* Reformat using clang-format-10.0.09
|
2020-11-26 07:21:39 -08:00 |
|
Lev Dragunov
|
8b45ff7a18
|
Store metadata about original OSM data, and return it in the API response, if available.
|
2019-01-30 15:31:56 -08:00 |
|
Daniel Patterson
|
498259b220
|
Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost.
Adds approx 10% to total data size. Speeds up large table requests by 2 orders of magnitude.
Co-authored-by: Kajari Ghosh <ghoshkaj@gmail.com>
|
2018-10-30 15:41:06 -07:00 |
|
Michael Krasnyk
|
9695fa7941
|
Remove weight and duration from customizer::EdgeBasedGraphEdgeData
|
2018-04-28 08:59:18 +02:00 |
|
Michael Krasnyk
|
9b4a4fdd82
|
Add customizer::MultiLevelGraph
|
2018-04-28 08:59:18 +02:00 |
|
Patrick Niklaus
|
29d1b34140
|
Fix formating
|
2018-04-07 00:22:29 +02:00 |
|
Patrick Niklaus
|
fea07f343b
|
Load data in two separate data regions
|
2018-04-07 00:22:29 +02:00 |
|
Patrick Niklaus
|
cb4586ebee
|
Make use of the view factory in the data facade
|
2018-04-04 12:38:40 +02:00 |
|
Patrick Niklaus
|
44924b4bb4
|
Refactor view creation to own header file
|
2018-04-04 12:38:40 +02:00 |
|
Patrick Niklaus
|
3af3e06e75
|
Remove canary to get a consistent interface for getting a block pointer
|
2018-04-04 12:38:40 +02:00 |
|