Open Source Routing Machine - C++ backend
Go to file
2012-03-07 08:49:10 +01:00
Algorithms API Breaking change. Location of nodes can be specified by a hint. 2012-03-05 19:08:10 +01:00
Contractor Moving contractor back to baseline 2012-03-07 08:49:10 +01:00
DataStructures API Breaking change. Location of nodes can be specified by a hint. 2012-03-05 19:08:10 +01:00
Descriptors API Breaking change. Location of nodes can be specified by a hint. 2012-03-05 19:08:10 +01:00
Docs Change of API. 2012-03-05 17:42:35 +01:00
features osrm-prepare still reads xml, so avoid converting to pfb format. avoids dependency on osmosis tool 2012-03-06 15:05:52 +01:00
Plugins Moving contractor back to baseline 2012-03-07 08:49:10 +01:00
Server API Breaking change. Location of nodes can be specified by a hint. 2012-03-05 19:08:10 +01:00
speedprofiles add a speedprofile for walking, and a test for basic way accessability 2012-02-18 16:46:57 +01:00
test add extractor.ini and contractor.ini files to test folder 2012-02-25 13:52:22 +01:00
ThirdParty PngImage compile fixes for libpng 1.5 (OS X). Partially fixes issue #123 2012-02-27 09:47:53 +01:00
Util Remove duplicate edges. 2012-03-06 19:25:54 +01:00
win Moved all Windows related files to win folder 2012-01-01 23:33:10 +08:00
.gitignore gitignore the sandbox/ folder 2012-02-18 15:28:50 +01:00
AUTHORS.TXT authors 2012-01-31 23:23:42 +01:00
contractor.ini SRTM Root directory parsed from ini file 2011-12-13 15:30:52 +01:00
createHierarchy.cpp Fixes segfault where route over node with highest ID could not be 2012-03-05 14:48:59 +01:00
extractor.cpp Implements #110 2012-02-13 15:21:51 +01:00
extractor.ini Parameterize amount of RAM for extractLargenetwork. Fixes ticket 21. 2011-03-24 15:06:49 +00:00
Gemfile Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
Gemfile.lock Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
LICENCE.TXT Initial Import. 2010-07-09 09:05:40 +00:00
Rakefile Adds the cucumber test framework referenced in issues #26, #95, #114 2012-02-15 10:50:43 +01:00
README.TXT Readme references to Wiki 2012-02-29 09:24:35 +01:00
routed.cpp fix compilation on mac; openmp issues and an unneeded typename 2011-11-26 16:42:15 +01:00
SConstruct Updated SConstruct to check for additional boost headers 2012-03-06 08:50:15 +01:00
server.ini Merge branch 'master' of 2012-02-23 16:29:55 +01:00
speedprofile.ini partially fixes issue #161 2012-03-05 09:32:53 +01:00
typedefs.h Optimization hacks. Saving about 10% preprocessing time and about 1-2% 2012-01-07 15:00:40 +01:00

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

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