Dennis Luxen
|
f1eabc3ecc
|
Replace boost::filesystem with std (#6432)
|
2024-06-20 21:44:28 +02:00 |
|
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 |
|
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 |
|
Michael Krasnyk
|
8d8042ebae
|
Use ranges with fixed types
|
2018-04-09 11:05:01 +02:00 |
|
Kajari Ghosh
|
be123cd72f
|
Use ranges in datafacade instead of vectors
Range type must use immutable references due to a
regression in `boost::any_range`.
References:
https://svn.boost.org/trac10/ticket/10493
https://stackoverflow.com/questions/42427395/boostany-range-with-optimization-level-o2-causes-crash/42427662
|
2018-04-09 11:05:01 +02:00 |
|
Patrick Niklaus
|
da5aebaef3
|
Port .geometry file to tar format
|
2018-03-26 11:02:04 +00:00 |
|
Daniel Patterson
|
be5fc50136
|
Save both forward and reverse datasources.
|
2017-07-27 14:45:28 -07:00 |
|
Patrick Niklaus
|
3599d1db8e
|
Switch code to use packed vector for segment weights/durations
|
2017-05-19 08:25:03 +00:00 |
|
Patrick Niklaus
|
d6c6a262d8
|
Use 16bit for SegmentWeight and SegmentDuration
|
2017-04-20 14:58:26 +00:00 |
|
Patrick Niklaus
|
0072bf0c59
|
Move to forward declare header
|
2017-04-06 15:42:38 +00:00 |
|
Patrick Niklaus
|
4ec7ca29f1
|
Fix formating
|
2017-04-06 15:42:38 +00:00 |
|
Patrick Niklaus
|
d94017dfae
|
No shared_memory_wrapper, (De)SerializeVector
|
2017-04-06 15:42:38 +00:00 |
|
Patrick Niklaus
|
d7e1c9c09c
|
Refactor turn data into own class
|
2017-04-06 15:42:38 +00:00 |
|
Patrick Niklaus
|
08d62cd5e3
|
Separate serialization and files in extractor
|
2017-04-06 15:42:38 +00:00 |
|
Pepijn Schoen
|
789311abd6
|
Remove osrm namespace indication where possible, wrap out shared_memory_ownership
|
2017-04-04 17:00:36 +00:00 |
|
Pepijn Schoen
|
091a495632
|
clang-format
|
2017-04-04 17:00:36 +00:00 |
|
Pepijn Schoen
|
16665aeb00
|
Renaming of MemorySetting > Ownership
|
2017-04-04 17:00:36 +00:00 |
|
Pepijn Schoen
|
157ca9161f
|
clang-format
|
2017-04-04 17:00:36 +00:00 |
|
Pepijn Schoen
|
266e65e6d2
|
Replace bool for using shared memory with MemorySetting enum
|
2017-04-04 17:00:36 +00:00 |
|
Patrick Niklaus
|
bf6698f4cc
|
Address @daniel-j-h PR commtents
|
2017-03-17 11:19:58 +00:00 |
|
Patrick Niklaus
|
2df02aa301
|
Make segment data update work without rtree
|
2017-03-17 11:19:58 +00:00 |
|
Patrick Niklaus
|
a636e8cc13
|
Include datasources in .geometries file and refactor .datasource_names
|
2017-03-10 20:40:59 +00:00 |
|
Patrick Niklaus
|
fb552fd751
|
Apply clang-format
|
2017-03-10 14:43:02 +00:00 |
|
Patrick Niklaus
|
4986f5ea2d
|
Consolidate read/write code in updater for compressed geometries
|
2017-03-10 14:43:02 +00:00 |
|
Patrick Niklaus
|
1b5ab37dfd
|
Refactor compressed geometry in own abstraction with read/write
|
2017-03-10 14:43:02 +00:00 |
|