Open Source Routing Machine - C++ backend
Go to file
2012-03-14 16:44:43 +01:00
Algorithms API Breaking change. Location of nodes can be specified by a hint. 2012-03-05 19:08:10 +01:00
Contractor Fixing direction of edges. 2012-03-08 11:35:40 +01:00
DataStructures Fixes issue #180. 2012-03-14 16:44:43 +01:00
Descriptors Upper bound for ordinals. Unlikely that any roundabout has more than 10 2012-03-08 11:37:41 +01:00
Docs Change of API. 2012-03-05 17:42:35 +01:00
features make sure oneway:<class> overrides standard oneway tag 2012-03-10 09:36:52 +01:00
Plugins Moving a variable back to local scope 2012-03-07 10:43:25 +01:00
Server API Breaking change. Location of nodes can be specified by a hint. 2012-03-05 19:08:10 +01:00
speedprofiles tests for signal penalty. renamed 'given the nodes' to 'given the node map' and introduced new 'given the nodes' to set node tags 2012-03-08 14:10:28 +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 Fixing direction of edges. 2012-03-08 11:35:40 +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 Changing traffic signal penalty 2012-03-07 12:39:08 +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