Open Source Routing Machine - C++ backend
Go to file
Project OSRM 303d571d23 Merge pull request #163 from emiltin/update_restriction_tests
update turn restrictions tests to use oneway streets, to avoid u-turns
2012-03-05 07:21:07 -08:00
Algorithms Merge branch 'master' of 2012-02-23 16:29:55 +01:00
Contractor More assertions in debug runs, but faster in release runs. 2012-03-05 14:34:38 +01:00
DataStructures Adding another method to simply add the increment. 2012-03-05 09:37:13 +01:00
Descriptors Merge branch 'master' of 2012-02-29 14:30:19 +01:00
Docs support coordinates as start/end point: also accept semicolon as separator 2012-03-02 19:05:17 +01:00
features update turn restrictions tests to use oneway streets, to avoid u-turns 2012-03-05 16:11:11 +01:00
Plugins Disabling debug output. 2012-02-29 14:58:31 +01:00
Server Merge branch 'master' of 2012-02-29 14:30:19 +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 removed dead code 2012-03-05 14:47:48 +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 First preparations for Intels TBB 2012-02-29 20:02:04 +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