Commit Graph

  • caf908669f Forgot to remove one old include v0.3.0b DennisOSRM 2011-11-26 12:45:45 +0100
  • 39c10e2b6a Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM DennisOSRM 2011-11-26 12:41:33 +0100
  • 295164302a Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM DennisOSRM 2011-11-26 12:38:42 +0100
  • 9a65d480a8 Welcome to the list Emil Project OSRM 2011-11-26 11:37:23 +0000
  • b5a1bf6a84 Merge pull request #25 from emiltin/master Project OSRM 2011-11-26 03:31:33 -0800
  • 7708ef2534 Merge d72c48500b into 1bac501cbd GitHub Merge Button 2011-11-25 12:57:30 -0800
  • d72c48500b moved openmp replacement header Emil Tin 2011-11-25 21:54:19 +0100
  • 8b2be2639e moved files DennisOSRM 2011-11-25 21:36:02 +0100
  • 7295811965 moved files DennisOSRM 2011-11-25 21:35:53 +0100
  • a3000019db Move OpenMP stubs to a header Emil Tin 2011-11-25 18:42:27 +0100
  • 44235d427d More monav backporting DennisOSRM 2011-11-25 17:23:23 +0100
  • 18b4f44605 MoNav backport, 30% faster contraction DennisOSRM 2011-11-25 14:43:56 +0100
  • 17a5b7a363 Grid input streams now implemented as thread local objects. DennisOSRM 2011-11-25 13:31:46 +0100
  • 8d008f9dcc Space requirements are better now DennisOSRM 2011-11-25 12:02:52 +0100
  • d32734af0b Removing unnecessary parameter and using smart instead of raw pointers DennisOSRM 2011-11-25 12:01:52 +0100
  • d68f72ec6d Renaming binaries. Thanks Emil DennisOSRM 2011-11-25 10:49:53 +0100
  • 37f80e027d Fix compilation without OpenMP. Emil Tin 2011-11-24 19:37:49 +0100
  • 7585dec359 Added angle based turn costs DennisOSRM 2011-11-24 18:51:28 +0100
  • b98a67223b Removed dead code DennisOSRM 2011-11-24 17:57:18 +0100
  • 7c17344a42 Changed barrier tag DennisOSRM 2011-11-24 17:57:00 +0100
  • 3279ce3ea9 Removed debug code DennisOSRM 2011-11-24 17:49:01 +0100
  • 7e52e2c691 Fixes bug with non-negative weights DennisOSRM 2011-11-24 17:47:05 +0100
  • 4e75bd1de6 Start and target can be on same edge DennisOSRM 2011-11-24 17:33:23 +0100
  • b5d2e56faf Roundabouts generate only one instruction DennisOSRM 2011-11-24 11:14:59 +0100
  • fb1857f7cc Exits of roundabouts get handled DennisOSRM 2011-11-23 18:40:54 +0100
  • 885d45e9b8 More roundabout magic DennisOSRM 2011-11-22 16:57:42 +0100
  • 070050a48e Entering and leaving roundabouts is getting handled. DennisOSRM 2011-11-22 16:47:15 +0100
  • 8c0db16b13 Removed debug code DennisOSRM 2011-11-18 18:04:40 +0100
  • 99641bd55c Linestring is generalized by an untuned (Ramer-)Douglas-Peucker algorithm. Distance computation is still a naive implementation and can be further sped up if necessary DennisOSRM 2011-11-18 18:00:08 +0100
  • 14c999fc82 Moved descriptors into their own folder. DennisOSRM 2011-11-17 18:56:45 +0100
  • 95bcfa3dce Turn instructions util class. Mainly an enumerator DennisOSRM 2011-11-17 18:56:07 +0100
  • 5e345fa7b0 Public typedef to access EdgeData type DennisOSRM 2011-11-17 18:55:31 +0100
  • 8578a1c101 Sconstruct looks for Descriptors DennisOSRM 2011-11-17 18:53:15 +0100
  • 4100b05fd9 Sconstruct checks for Boost 1.41 now DennisOSRM 2011-11-17 18:39:52 +0100
  • e7439e92ed Route description are generated DennisOSRM 2011-11-17 18:04:49 +0100
  • d874b51419 Added some minor code formatting DennisOSRM 2011-11-17 15:41:49 +0100
  • cebef471a5 Added new object to SConstruct DennisOSRM 2011-11-17 14:19:39 +0100
  • be9b21edc4 Renamed template parameter, added typedef to access template parameter data DennisOSRM 2011-11-17 10:37:43 +0100
  • 37e07025f7 Moved pure algorithms to /Algorithms sub directory DennisOSRM 2011-11-16 19:10:49 +0100
  • f66c1e4a4f Removed unnecessary nameID of first leg DennisOSRM 2011-11-16 18:10:51 +0100
  • 9a6cf7b991 Add first nodes with negative weights DennisOSRM 2011-11-16 17:29:00 +0100
  • caf8cd701e NNGrid supports nameID of edges. DennisOSRM 2011-11-15 16:47:53 +0100
  • eca2c0c5ef Store nameID with Edge DennisOSRM 2011-11-15 16:24:13 +0100
  • 11653ef58f removed debug output DennisOSRM 2011-11-15 16:11:07 +0100
  • d05638f64f Removed debug output DennisOSRM 2011-11-15 15:57:39 +0100
  • d80586e405 Inlined and static'ed fields to make it compilable into several objects DennisOSRM 2011-11-15 14:31:32 +0100
  • a62e757099 Removed debug output in ArrayStorage ctor DennisOSRM 2011-11-15 11:48:31 +0100
  • 274189ee7e Removed superflous pointer in Contractor DennisOSRM 2011-11-15 11:41:28 +0100
  • 18c7aa7f89 Carrying turn instructions through Contractor DennisOSRM 2011-11-15 11:40:29 +0100
  • 735b4e2db1 Renamed ImportEdge turn instruction getter function to turnInstruction() DennisOSRM 2011-11-15 11:35:46 +0100
  • f7326ca7f1 expanded _PathData struct to include name, turn instruction and length DennisOSRM 2011-11-15 11:29:49 +0100
  • 647f054714 GPX export working with edge based routing DennisOSRM 2011-11-15 11:21:37 +0100
  • b6ddccc793 Removed superflous line-break DennisOSRM 2011-11-15 11:18:28 +0100
  • 1e54b3e69a Missing initialization of stxxl-vector DennisOSRM 2011-11-15 11:08:44 +0100
  • 8f3de7d022 Removing KML descriptor from list of supported formats DennisOSRM 2011-11-15 10:57:29 +0100
  • d1436cce38 Added dummy initialization to ctor DennisOSRM 2011-11-15 10:40:38 +0100
  • 97afa231ca First working edge based version. Still missing: GPX export; Via Points; origin,destination on same edge, descriptions DennisOSRM 2011-11-14 19:36:31 +0100
  • 34e4ead885 Generation of edge based graph fixed. DennisOSRM 2011-11-14 13:12:56 +0100
  • afaca23f12 Backport from Monav DennisOSRM 2011-11-14 13:12:22 +0100
  • c6f6a7baed Coding style adapted, removed locks on const (read-only) functions DennisOSRM 2011-11-11 11:02:16 +0100
  • 25ac07f8a6 Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM DennisOSRM 2011-11-09 16:21:44 +0100
  • 1bac501cbd Fixes ticket #23 Project OSRM 2011-11-09 16:16:54 +0100
  • f8135c56b7 Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM DennisOSRM 2011-11-09 16:12:12 +0100
  • eb9630251f First set of changes toward edge-based graph DennisOSRM 2011-11-09 16:12:05 +0100
  • 08dd04a0d6 Changed prerequesite of boost libraries to 1.41 Project OSRM 2011-11-04 10:05:02 -0500
  • a5c4d2102c Merge pull request #20 from sivetic/master Project OSRM 2011-11-03 09:09:19 -0700
  • a9bfb334f6 Merge 63e8793c7f into 3fcabb642e GitHub Merge Button 2011-11-03 09:06:45 -0700
  • 3fcabb642e Compile fixes if OpenMP is not available Dennis Luxen 2011-11-03 10:53:40 -0500
  • 63e8793c7f Moved Concurrent Queue class into its own file Sasa Ivetic 2011-10-14 12:02:40 -0500
  • 2a6275cf38 Split PBF Parser into a single Read and a single Parse thread to increase parsing speed. Sasa Ivetic 2011-10-14 09:18:57 -0500
  • 43438dbfab Adjusted coding style, inlined functions DennisOSRM 2011-10-14 15:10:28 +0200
  • eae9e95c66 Removed dead code DennisOSRM 2011-10-14 15:04:57 +0200
  • 77c6a06c15 Graphloader translates external to internal node ids for binary osrm files. Google sparsehash replaced by boost unordered map DennisOSRM 2011-10-12 17:31:18 +0200
  • 3f49351d38 New Constructor allows construction of empty graph DennisOSRM 2011-10-10 18:56:01 +0200
  • c1e0387f3b Operator inlined to ease compile woes DennisOSRM 2011-10-10 18:55:25 +0200
  • 52430b0180 More flexible build script DennisOSRM 2011-10-10 18:54:34 +0200
  • cc737e54d4 Global functions inlined to ease compile trouble DennisOSRM 2011-10-10 18:54:05 +0200
  • a9f9857ab8 Making global functions inline to ease compile trouble DennisOSRM 2011-10-10 18:53:14 +0200
  • d7f82db8bd Removing superflous member. DennisOSRM 2011-10-10 18:52:00 +0200
  • 4e2be10574 Updated dependencies DennisOSRM 2011-10-10 17:52:47 +0200
  • 4e3f975221 Fixing signed/unsigned comparison DennisOSRM 2011-10-10 15:00:08 +0200
  • 5274af7730 Small performance fixes DennisOSRM 2011-10-08 20:37:16 +0200
  • 1fb34be11e removed linebreak. Project OSRM 2011-10-07 18:38:54 +0300
  • 5e1f621c50 Removed linebreak Project OSRM 2011-10-07 18:19:43 +0300
  • 9091c8702d Removing superflous statement. Project OSRM 2011-10-07 17:44:03 +0300
  • a2389d741e Merge pull request #19 from sivetic/master Project OSRM 2011-10-06 02:48:38 -0700
  • c525774e51 Merge 7541a614b0 into c3125c2e5e GitHub Merge Button 2011-10-06 02:48:02 -0700
  • 7541a614b0 Copy speedprofile.ini for Release build of extractor Sasa Ivetic 2011-10-05 12:54:09 -0500
  • 2f2b1f874a Fixed IntermediateDirectory in createHiearchy.vcproj Sasa Ivetic 2011-10-05 12:48:37 -0500
  • c3125c2e5e Merge pull request #18 from sivetic/master Project OSRM 2011-10-05 10:44:00 -0700
  • 80faba3571 Merge 3a8ed01b8f into 9f04305c12 GitHub Merge Button 2011-10-05 10:42:19 -0700
  • 3a8ed01b8f Merge branch 'master' of git://github.com/DennisOSRM/Project-OSRM Sasa Ivetic 2011-10-05 12:31:40 -0500
  • 35a2dad993 Added myself to author list as per Dennis' request Sasa Ivetic 2011-10-05 12:24:06 -0500
  • 9f04305c12 Fixed available sys memory calc to work in KBs. Changed to boost::uint64_t for Visual C++ compilation Sasa Ivetic 2011-10-06 00:04:01 +0800
  • a69d378b84 Added files necessary for Windows compilation with Visual Studio 2008 Sasa Ivetic 2011-10-06 00:04:57 +0800
  • a9ce528744 Added Visual Studio/.stxxl/lib files to ignore Sasa Ivetic 2011-10-06 00:20:58 +0800
  • aae7027ac6 No hardcoded speedprofile anymore DennisOSRM 2011-10-05 19:08:27 +0200
  • 0745341d49 Getting debug output displayed right DennisOSRM 2011-10-05 18:35:25 +0200
  • 68ecc270f7 Added Visual Studio/.stxxl/lib files to ignore Sasa Ivetic 2011-10-05 11:20:58 -0500
  • 5132c84dfa Merged for loop changes pulled down from upstream Sasa Ivetic 2011-10-05 11:19:50 -0500