Open Source Routing Machine - C++ backend
Go to file
2014-05-07 15:37:39 +02:00
Algorithms remove boost/integer include 2014-05-07 14:44:18 +02:00
cmake activate LTO on platforms that support it, ie. most recent compilers 2014-04-01 18:11:45 +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 remove boost/integer include 2014-05-07 14:44:18 +02:00
DataStructures use numeric limits instead of C-style UINT_MAX 2014-05-07 15:37:22 +02:00
Descriptors (partially) migrate Descriptors to use C++11 syntax 2014-05-07 10:38:31 +02:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor fix typo 2014-05-07 14:24:04 +02:00
features remove spurious test file 2014-05-07 10:38:28 +02:00
Include/osrm reformat file in Include 2014-05-07 15:37:39 +02:00
Library remove superflous include 2014-04-24 12:55:52 +02:00
Plugins migrate plugins directory to C++11 2014-05-07 10:38:31 +02:00
profiles reenable traffic signal penalty in car profile 2014-04-28 17:26:31 +02:00
RoutingAlgorithms replace all timing by C++11's chrono 2014-05-07 10:39:34 +02:00
Server remove boost/integer include 2014-05-07 14:44:18 +02:00
test use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
Tools add chrono in more places 2014-05-07 10:39:35 +02:00
Util add include for Linux 2014-05-07 14:30:38 +02:00
win Moved all Windows related files to win folder 2012-01-01 23:33:10 +08:00
.clang-format don't binpack parameters on 100 column width 2014-04-21 17:40:05 +02:00
.gitignore add new tool to ignore list 2014-02-13 18:11:53 +01:00
.gitmodules Removing Docs submodule 2012-12-26 18:29:16 +01:00
.travis.yml install luabind manually on Travis 2014-05-07 10:38:30 +02:00
CMakeLists.txt break out RouteParameters into compile unit 2014-05-07 15:33:24 +02:00
datastore.cpp remove boost/integer include 2014-05-07 14:44:18 +02:00
extractor.cpp add chrono include 2014-05-07 10:39:35 +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 replace all timing by C++11's chrono 2014-05-07 10:39:34 +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 replace all timing by C++11's chrono 2014-05-07 10:39:34 +02:00
typedefs.h remove boost typedefs 2014-04-24 12:05:43 +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