Patrick Niklaus
2b0a1bbb63
Simplify the timestamp handling
2016-03-31 18:58:52 +02:00
Patrick Niklaus
31297d1c9f
Check all streams
2016-03-31 18:58:52 +02:00
Patrick Niklaus
4e854399b6
std::string -> boost::filesystem::path
2016-03-31 18:58:52 +02:00
Patrick Niklaus
17adeaf3e2
Only allow to specify the common base path
2016-03-31 18:58:52 +02:00
Patrick Niklaus
49c852917f
Use uturn default from .properties file
2016-03-31 18:58:52 +02:00
Patrick Niklaus
d2bd2c7ec6
Fix shared memory
2016-03-31 18:58:52 +02:00
Daniel Patterson
3058135f55
Enables the use of multiple segment-speed-files on the osrm-contract
...
command line, and exposes the file name used for each edge in the debug
tiles.
2016-03-31 18:58:52 +02:00
Daniel J. Hofmann
ea81866e28
Runs scripts/format.sh
2016-03-31 18:58:52 +02:00
Patrick Niklaus
8c71239e48
Big Restructuring / Cleanup
2016-03-31 18:58:52 +02:00
Moritz Kobitzsch
bcf7741f95
advanced guidance on 5.0
2016-03-31 18:58:52 +02:00
Patrick Niklaus
60d83ccf53
First round of lat,lng -> lng,lat switcheroo
2016-03-31 18:58:52 +02:00
Patrick Niklaus
66d241a2d8
Add viaroute suport for new API
2016-03-31 18:58:52 +02:00
Patrick Niklaus
21245273b4
Also exclude the compressed flag from the data format
2016-03-24 21:24:08 +01:00
Patrick Niklaus
8d7821c84e
Remove geometry indicator
2016-03-24 21:24:08 +01:00
Daniel J. Hofmann
ac0279aa83
RAII for auto-closing file streams
...
Small fixes I didn't want to include in unrelated PRs.
There are a few left in `storage.cpp` but since it's a single function
in 600 lines of code, I didn't want to touch the mess. The others are
safe to remove, cucumber and test run on Finland gives 👍 .
2016-03-09 17:46:02 +01:00
Daniel Patterson
49441fe204
Make forward/reverse weight/offset calculated at query time,
...
rather than being cached in the StaticRTree. This means we
can freely apply traffic data and not have stale values lying
around. It reduces the size of the RTree on disk, at the expense
of some additional data in RAM.
2016-03-03 10:49:12 -08:00
Daniel J. Hofmann
64b36807d3
Transforms osrm_exception to exception
2016-02-12 15:46:24 -08:00
Daniel J. Hofmann
bb06bfbbd7
Same undefined behavior from shifting into the sign bit in Storage
2016-02-08 11:47:44 -08:00
Patrick Niklaus
439eb9da3d
Create public facing libraries for extractor, contractor and datastore
...
New libraries libosrm_extract, libosrm_contract, libosrm_store
2016-01-21 06:47:34 +01:00