Open Source Routing Machine - C++ backend
Go to file
2014-11-28 10:07:06 +01:00
algorithms renamed: Algorithms/* -> algorithms/* 2014-11-28 10:07:06 +01:00
Algorithms renamed: DataStructures/SegmentInformation.h -> DataStructures/segment_information.hpp 2014-11-27 18:54:20 +01:00
Benchmarks renamed: ../Benchmarks/StaticRTreeBench.cpp -> ../Benchmarks/static_rtree.cpp 2014-11-27 19:04:30 +01: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 renamed: Contractor.h -> contractor.hpp 2014-11-27 19:07:59 +01:00
DataStructures renamed: DataStructures/SegmentInformation.h -> DataStructures/segment_information.hpp 2014-11-27 18:54:20 +01:00
Descriptors renamed: DataStructures/SegmentInformation.h -> DataStructures/segment_information.hpp 2014-11-27 18:54:20 +01:00
Docs Replaced submodule with a text referencing the subproject directly 2012-12-26 18:32:57 +01:00
Extractor renamed: Util/LuaUtil.h -> Util/lua_util.hpp 2014-11-27 18:31:01 +01:00
features Add missing json dependency to cucumber 2014-11-23 13:29:22 +01: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 fix inconsistencies with integer and iterator range header files, closes #1296 2014-11-27 09:54:57 +01:00
profiles remove further debug output from profiles 2014-11-19 09:58:41 +01:00
RoutingAlgorithms fix inconsistencies with integer and iterator range header files, closes #1296 2014-11-27 09:54:57 +01:00
Server fix inconsistencies with integer and iterator range header files, closes #1296 2014-11-27 09:54:57 +01:00
test use boost program_options in osrm-prepare/routed 2013-10-12 09:59:42 +02:00
ThirdParty add cast.hpp from osmium 2014-11-19 09:44:02 +01:00
Tools fix inconsistencies with integer and iterator range header files, closes #1296 2014-11-27 09:54:57 +01:00
UnitTests renamed: DataStructures/SegmentInformation.h -> DataStructures/segment_information.hpp 2014-11-27 18:54:20 +01:00
Util renamed: DataStructures/RestrictionMap.cpp -> DataStructures/restriction_map.cpp 2014-11-27 18:38:21 +01:00
.clang-format don't binpack parameters on 100 column width 2014-04-21 17:40:05 +02:00
.gitignore add springclean tool to ignore list 2014-11-20 17:05:55 +01:00
.gitmodules Removing Docs submodule 2012-12-26 18:29:16 +01:00
.travis.yml manually install osmpbf, the one on Travis is outdated 2014-11-17 14:58:34 +01:00
appveyor.yml update appveyor.yml (newer libraries, algorithm-tests) 2014-11-26 12:38:04 +03:00
CMakeLists.txt renamed: ../Benchmarks/StaticRTreeBench.cpp -> ../Benchmarks/static_rtree.cpp 2014-11-27 19:04:30 +01:00
datastore.cpp Rename NodeInfo -> QueryNode 2014-11-17 14:58:37 +01: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 fix build on windows by linking against the right libs 2014-11-17 14:58:35 +01: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