Open Source Routing Machine - C++ backend
Go to file
2014-06-06 19:18:44 +02:00
Algorithms guard against an empty alternative path in ExtractRouteNames 2014-06-06 11:50:14 +02:00
cmake Globally rename UUID to FingerPrint 2014-06-05 10:31:19 +02:00
config new cucumber profile for Jenkins that doesn't fail because of an old Gherkin bug 2014-03-24 14:29:19 +01:00
Contractor Merge branch 'patch-timing' of https://github.com/alex85k/Project-OSRM into alex85k-patch-timing 2014-06-05 11:22:26 +02:00
DataStructures remove superflous include 2014-06-06 19:18:44 +02:00
Descriptors fix inverted logic 2014-05-28 12:05:42 +02:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor const as const can 2014-06-06 18:06:05 +02:00
features implements #949, wrong duration on first segment 2014-05-27 16:54:10 +02:00
Include/osrm removing constexpr at one position 2014-06-06 18:01:01 +02:00
Library implements output generation through a dedicated JSON container: 2014-05-20 14:33:00 +02:00
Plugins remove an unneeded parameter 2014-05-26 15:31:30 +02:00
profiles add test for roundabout with oneone links 2014-05-20 13:27:32 +02:00
RoutingAlgorithms make sure result is always > 0, hits when origin and destination are on the same one-way segment in reversed order 2014-06-05 18:28:54 +02:00
Server safeguard: do not read/write 0 bytes (iostream) 2014-06-05 23:16:19 +06:00
test use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
Tools safeguard: do not read/write 0 bytes (iostream) 2014-06-05 23:16:19 +06:00
Util fix a couple of implicit signed/unsigned conversions 2014-06-06 18:05:07 +02:00
.clang-format don't binpack parameters on 100 column width 2014-04-21 17:40:05 +02:00
.gitignore Globally rename UUID to FingerPrint 2014-06-05 10:31:19 +02:00
.gitmodules Removing Docs submodule 2012-12-26 18:29:16 +01:00
.travis.yml Add TBB to travis.ymk 2014-05-21 21:49:22 +02:00
CMakeLists.txt Fixes build using gcc 4.9 with LTO. 2014-06-05 17:26:19 +02:00
datastore.cpp Merge pull request #1066 from alex85k/patch-path-cstr 2014-06-06 12:02:32 +02:00
extractor.cpp get char* from boost::filesystem::path 2014-06-05 23:48:54 +06:00
Gemfile add test for process error codes 2012-09-28 15:29:13 +02:00
Gemfile.lock update ruby gems used for cucumber testing 2013-10-02 20:10:13 +02:00
LICENCE.TXT License change to (simplified) 2-clause BSD. Good riddance, AGPL 2013-10-14 13:42:28 +02:00
prepare.cpp Merge pull request #1066 from alex85k/patch-path-cstr 2014-06-06 12:02:32 +02:00
profile.lua readding profile.lua 2013-07-02 22:51:21 +02:00
Rakefile fix some indentation and spelling 2013-10-18 18:33:56 +02:00
README.md Updateing Readme to give proper reference (again) 2013-07-31 13:12:25 +02:00
routed.cpp Globally rename UUID to FingerPrint 2014-06-05 10:31:19 +02:00
typedefs.h add constexpr for invalid name id 2014-05-09 16:18:06 +02:00

Readme

For instructions on how to compile and run OSRM, please consult the Wiki at

https://github.com/DennisOSRM/Project-OSRM/wiki

or use our free and daily updated online service at

http://map.project-osrm.org

References in publications

When using the code in a (scientific) publication, please cite

@inproceedings{luxen-vetter-2011,
 author = {Luxen, Dennis and Vetter, Christian},
 title = {Real-time routing with OpenStreetMap data},
 booktitle = {Proceedings of the 19th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems},
 series = {GIS '11},
 year = {2011},
 isbn = {978-1-4503-1031-4},
 location = {Chicago, Illinois},
 pages = {513--516},
 numpages = {4},
 url = {http://doi.acm.org/10.1145/2093973.2094062},
 doi = {10.1145/2093973.2094062},
 acmid = {2094062},
 publisher = {ACM},
 address = {New York, NY, USA},
}

Current build status

build config branch status
Project OSRM  master Build Status
Project OSRM  develop Build Status
LUAbind fork  master Build Status