Open Source Routing Machine - C++ backend
Go to file
2014-11-17 14:58:32 +01:00
Algorithms support new restriction type in component analysis 2014-11-17 14:58:32 +01:00
Benchmarks reformat to fix OCLint long line warning 2014-10-27 13:20:33 -04:00
cmake Revert "remove whitespace from package description" 2014-10-15 13:21:42 +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 add some specific casts to avoid MSVC warnery 2014-10-28 10:36:02 -04:00
DataStructures implement restriction type interface in RestrictionMap 2014-11-17 14:58:32 +01:00
Descriptors Revert "Revert "Bring general sketch commits upstream"" 2014-10-29 00:33:43 +01:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor reduce white space noise 2014-11-17 14:58:32 +01:00
features test case for lift gate access 2014-11-11 09:16:57 +00:00
Include/osrm remove redundant local variable 2014-10-28 11:11:06 -04:00
Library untangle includes 2014-10-23 16:11:54 +02:00
Plugins Update NearestPlugin.h to return correct names on mulitple results. 2014-11-11 18:22:32 +01:00
profiles fix #1255 assume lift gates are passable 2014-11-07 10:29:25 +00:00
RoutingAlgorithms update distance table entries only if larger than 0. 2014-11-13 13:45:21 +01:00
Server remove redundant local variable 2014-10-28 11:11:06 -04:00
test use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
ThirdParty add libosmium 2014-11-17 14:58:30 +01:00
Tools support building tools on Windows 2014-11-16 21:33:41 +05:00
UnitTests Add UnitTest for DP 2014-10-29 00:40:34 +01:00
Util implement loader routines for new restriction type 2014-11-17 14:58:31 +01:00
.clang-format don't binpack parameters on 100 column width 2014-04-21 17:40:05 +02:00
.gitignore ignore package related files 2014-08-11 16:16:56 +02:00
.gitmodules Removing Docs submodule 2012-12-26 18:29:16 +01:00
.travis.yml run datastructure unit tests on travis 2014-10-28 09:14:43 -04:00
appveyor.yml package .exe, .pdb and lua profiles on AppVeyor 2014-11-14 00:37:07 +05:00
CMakeLists.txt add include dir to libosmium 2014-11-17 14:58:31 +01:00
datastore.cpp catch a number of uncaught exceptions 2014-10-15 10:23:48 +02:00
extractor.cpp catch a number of uncaught exceptions 2014-10-15 10:23:48 +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 make instance of Prepare object an rvalue, remove dead code 2014-07-10 15:08:55 +02:00
profile.lua readding profile.lua 2013-07-02 22:51:21 +02:00
Rakefile add raketask for clearing test cache files 2014-10-17 15:13:06 +02:00
README.md fix typo: Lunux->Linux 2014-10-16 11:52:16 +02:00
routed.cpp some minor include untangling 2014-10-21 19:05:56 +02:00
taginfo.json Add object_types to some tags. 2014-09-07 20:39:56 +02:00
typedefs.h first round of replacing deprecated typedefs with much nicer using statements 2014-08-19 13:01:38 +02:00

Readme

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

https://github.com/Project-OSRM/osrm-backend/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
Linux  master Build Status
Linux  develop Build Status
Windows master/develop Build status
LUAbind fork  master Build Status