Open Source Routing Machine - C++ backend
Go to file
2014-06-18 10:44:46 +02:00
Algorithms use explicit casts where feasible 2014-06-17 15:57:03 +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 use float consistently in Contractor 2014-06-18 10:43:26 +02:00
DataStructures cast parameters before c'ting Coordinate 2014-06-17 19:10:26 +02:00
Descriptors use float consistently in DescriptionFactory 2014-06-18 10:44:46 +02:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor use explicit casts 2014-06-17 15:47:59 +02:00
features allow results at high latitudes to be a bit more imprecise 2014-06-17 13:00:13 +02:00
Include/osrm rename some function names in Reply 2014-06-09 17:57:35 +02:00
Library further include untangling, chops 5sec compile time 2014-06-11 12:25:57 +02:00
Plugins use explicit casts where feasible 2014-06-17 15:51:43 +02:00
profiles add test for roundabout with oneone links 2014-05-20 13:27:32 +02:00
RoutingAlgorithms couple more explicit casts 2014-06-17 18:52:01 +02:00
Server reformat source file Server/RequestHandler.cpp 2014-06-18 09:40:53 +02:00
test use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
Tools disable io-benchmark on Windows 2014-06-11 18:38:01 +06:00
Util replace fp divisions by multiplications 2014-06-17 12:50:29 +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
appveyor.yml add disabled HipChat notifications to Windows build 2014-06-17 15:47:16 +02:00
CMakeLists.txt Add Mingw support (tune libraries and disable cpuid with #ifdef) 2014-06-11 20:58:53 +06:00
datastore.cpp reformat source file datastore.cpp 2014-06-18 09:42:45 +02:00
extractor.cpp remove ignored parameter 2014-06-17 13:09:58 +02: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 Allow user to force thread number 2014-06-14 17:02:43 +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 workaround for std::packaged_task<void()> problem on MSVC 2014-06-11 18:38:00 +06:00
typedefs.h Avoid constexpr by #ifdef (not supported in MSVC18) 2014-06-11 18:15:16 +06: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