Commit Graph

  • fc24dbf9b7 Added new TurnInstruction that indicates when to go against oneway streets. It's important for cycling. DennisOSRM 2013-01-18 19:06:03 +0100
  • 7f311551dd Fixing test for opposite directions DennisOSRM 2013-01-18 16:42:04 +0100
  • 1a6c01769e Support for backward speed in extractor DennisOSRM 2013-01-18 16:40:12 +0100
  • 9da4e18099 Reordering padded struct DennisOSRM 2013-01-18 18:59:38 +0100
  • b19e2fbafe Fixing test for opposite directions DennisOSRM 2013-01-18 16:42:04 +0100
  • 7f69857376 Support for backward speed in extractor DennisOSRM 2013-01-18 16:40:12 +0100
  • af2c408481 Merge 454f7d021c into f9ab8426ce drxzcl 2013-01-17 00:14:42 -0800
  • 454f7d021c Add basic CORS headers to allow cross-site access. root 2013-01-16 11:48:35 +0100
  • a64420d700 further const'ing DennisOSRM 2013-01-11 22:22:57 +0100
  • 2ccd3da5b3 replacing unsafe strcpy operations DennisOSRM 2013-01-11 22:13:02 +0100
  • 845c73af73 Removing unused table, Uninitialized scalar field (UNINIT_CTOR), Coverity CID 751302 DennisOSRM 2013-01-11 20:44:35 +0100
  • f7d79209dc Fixing dereference after null check (Coverity: CID 967038) DennisOSRM 2013-01-11 20:20:22 +0100
  • 0017aef89a Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop DennisOSRM 2013-01-11 18:36:17 +0100
  • 7449f81ed4 Reordering members in struct to actually exploit four byte padding, partially fixes #563 DennisOSRM 2013-01-11 18:36:00 +0100
  • 724e96f0c1 test different forw/backw settings (@todo) Emil Tin 2013-01-11 18:14:43 +0100
  • 8158e7f1c5 Using explicit 64bit integer instead of compiler-dependent long long DennisOSRM 2013-01-11 18:16:08 +0100
  • 7d7baa70a9 test routes parsing (@todo) Emil Tin 2013-01-10 17:06:16 +0100
  • 2e3947cc6d support list of ways in relations tests Emil Tin 2013-01-10 17:05:41 +0100
  • 54774726b2 test separate weight/speed, still marked as @todo Emil Tin 2013-01-10 11:58:39 +0100
  • 2af9fcad68 Saving 3 bytes per original edge. DennisOSRM 2013-01-06 19:38:03 +0100
  • fd79e81fe5 Removing explicit namespace usage DennisOSRM 2013-01-06 19:06:17 +0100
  • 2b5e110719 Splitting utility header with ambigious name into two files with better names DennisOSRM 2013-01-06 19:03:04 +0100
  • 864c2d9f49 stray const keyword removed that prevented build DennisOSRM 2013-01-06 17:58:02 +0100
  • 764fe533e8 Adding forgotten commit DennisOSRM 2013-01-06 17:54:17 +0100
  • f1f59d770e Forgotten file. DennisOSRM 2013-01-06 17:51:45 +0100
  • 950baaa9fc Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop DennisOSRM 2013-01-06 17:48:30 +0100
  • 5b3aacb4b2 removing stringstream DennisOSRM 2013-01-06 17:48:18 +0100
  • d6adc56b3a add test for multiple except tag values in restrictions Emil Tin 2013-01-06 15:44:15 +0100
  • dbe1a4255c type change DennisOSRM 2013-01-06 13:02:10 +0100
  • eed20b2271 several fixes to replace copied parameters with const refs. DennisOSRM 2013-01-06 13:00:58 +0100
  • e70adbb1cb Using const-refs instead of copies when iterating vectors DennisOSRM 2013-01-06 12:59:36 +0100
  • 06c22a478f fixing typo DennisOSRM 2013-01-06 12:39:12 +0100
  • 565b0e97d1 rename @weight test to @fastest Emil Tin 2013-01-04 19:03:15 +0100
  • 00168cb12f Removing dead code. DennisOSRM 2013-01-05 22:47:12 +0100
  • ffdaa71086 Implementation of turn restriction exceptions DennisOSRM 2013-01-05 19:20:25 +0100
  • 5de2aa1cbf fixing test and removing todo tag DennisOSRM 2013-01-05 17:35:50 +0100
  • 64988ed831 Adding functionality for turn restriction exceptions to profile DennisOSRM 2013-01-05 17:32:39 +0100
  • fa050ad616 Fixing registration of package path. DennisOSRM 2013-01-05 17:27:10 +0100
  • d2458f3169 Merge pull request #550 from ibikecph/lua_require Project OSRM 2013-01-05 03:03:13 -0800
  • 39ad2fa039 Merge 4aa7ade32c into 551af0e45a Emil Tin 2013-01-05 03:01:58 -0800
  • 551af0e45a fix a few restrictions tests Emil Tin 2013-01-04 16:09:00 +0100
  • 4ac5440a4a Removing debug output DennisOSRM 2013-01-04 12:49:31 +0100
  • 7c54d4e62f Fixes the Birminingham speed limit bug reported by Philip Barnes DennisOSRM 2013-01-04 12:31:43 +0100
  • 8ab5915983 Add symlink to the profile in the respective folde DennisOSRM 2013-01-04 12:23:25 +0100
  • 877865a4b1 removing profile DennisOSRM 2013-01-04 12:22:09 +0100
  • 7cf4d37595 Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop Dennis Luxen 2013-01-02 00:41:08 +0100
  • 80add9f820 Splitting monolithic extraction code into compile units Dennis Luxen 2013-01-02 00:33:39 +0100
  • 12a35c1214 Splitting monolithic extraction code into compile units Dennis Luxen 2013-01-02 00:33:14 +0100
  • 9379d2462e Splitting monolithic extraction code into compile units Dennis Luxen 2013-01-02 00:32:34 +0100
  • c5e8bed1fb increase stxxl allocation used in tests, to avoid reallocation Emil Tin 2013-01-02 00:02:48 +0100
  • 4aa7ade32c ordering includes alphabetically Emil Tin 2013-01-01 23:20:16 +0100
  • c4ed218a7a Revert "remove unused struct MinimalEdgeData" Emil Tin 2013-01-01 23:01:52 +0100
  • ff417fac01 update ferry tests Emil Tin 2013-01-01 18:41:38 +0100
  • 0f4207f85e show total running time when extracting Emil Tin 2013-01-01 17:25:40 +0100
  • f4431ed837 simple rake tasks for extracting/preparing separately Emil Tin 2013-01-01 17:10:30 +0100
  • 0235cf5d8e remove unused struct MinimalEdgeData Emil Tin 2012-12-31 11:20:44 +0100
  • 8fc8a4e303 Removing last remaining 'using namespace std' statement DennisOSRM 2012-12-29 21:02:26 +0100
  • 943c15927a Fixing data type issue that prevented large files on windows. See issue #55 DennisOSRM 2012-12-29 14:14:01 +0100
  • 28f0782b17 code cleanup, merge Lua.h and LuaUtil.h Emil Tin 2012-12-28 22:05:28 +0100
  • 09e331a76b fix gitignore to avoid ignoring subfolders. add missing lua file Emil Tin 2012-12-20 22:12:07 +0100
  • ce43b09991 support lua require() Emil Tin 2012-12-19 15:53:05 +0100
  • f9ab8426ce Merging changes for 0.3.2 v0.3.2 DennisOSRM 2012-12-26 18:37:57 +0100
  • b869184c10 Replaced submodule with a text referencing the subproject directly DennisOSRM 2012-12-26 18:32:57 +0100
  • 68e39b8053 Removing Docs submodule DennisOSRM 2012-12-26 18:29:16 +0100
  • 6574436c33 Merge branch 'develop' v0.3.1 Dennis Luxen 2012-12-24 10:35:51 +0100
  • 8e023418e4 Removing superflous file DennisOSRM 2012-12-23 20:03:12 +0100
  • bf94866ec0 Fixing signed/unsigned comparisons DennisOSRM 2012-12-23 19:34:26 +0100
  • cba3c46820 Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop DennisOSRM 2012-12-23 19:32:50 +0100
  • d4db5cca1c fixing typo in forestry access Emil Tin 2012-12-23 19:32:26 +0100
  • e4fc633f68 bicycles can pass cycle_barriers Emil Tin 2012-12-21 13:10:42 +0100
  • 9857fb7696 dont rehash binaries and profiles for every cucumber scenario Emil Tin 2012-12-19 16:09:05 +0100
  • 199b1cbcf8 Fixing typo Dennis Luxen 2012-12-19 11:08:09 +0100
  • 1d38ba78e8 Adding include to algo Dennis Luxen 2012-12-19 11:06:02 +0100
  • c9ce018b9f Adding include Dennis Luxen 2012-12-19 11:04:02 +0100
  • 9b4e31c5ea Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop DennisOSRM 2012-12-18 11:13:47 +0100
  • 1e7a5e881e Fixing typo. Thanks franzmh DennisOSRM 2012-12-18 11:12:17 +0100
  • 102e87bcc0 clean up log extracts during cuke failures Emil Tin 2012-12-17 19:27:18 +0100
  • 604043e3d8 add log extracts if osrm-routed or osmosis fails during tests Emil Tin 2012-12-17 18:31:04 +0100
  • 10513784c7 Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop DennisOSRM 2012-12-17 17:43:05 +0100
  • 5e3c8cdd8e errenous data check broke debug build DennisOSRM 2012-12-17 17:41:45 +0100
  • 5a5b4eb1f7 output last lines from log if binary exists during testing Emil Tin 2012-12-17 17:18:41 +0100
  • e839cb4b8c Removing false continue statement that broke debug build. DennisOSRM 2012-12-17 16:47:05 +0100
  • 5c3dad0c61 Removing false assertion that broke the debug build DennisOSRM 2012-12-17 16:45:47 +0100
  • f4a1d2df96 Allowing greater error instead of expected approximation result. DennisOSRM 2012-12-17 13:54:03 +0100
  • cb6104e0ac Using vector instead of deque for path unpacking DennisOSRM 2012-12-17 13:17:35 +0100
  • 00ed039621 Moving TurnInstruction to unsigned char DennisOSRM 2012-12-17 13:14:43 +0100
  • b247c20dbf Removing name substitution for now; Using Euclidean distance approximation DennisOSRM 2012-12-17 12:37:10 +0100
  • 81d26d7702 Removing superflous file DennisOSRM 2012-12-17 12:31:30 +0100
  • 0f106c627b Adding a distance approximation that works great for short distances and has a lot less calls to trigonometric functions DennisOSRM 2012-12-17 11:22:44 +0100
  • ac06a2ef03 remove angles from a test Emil Tin 2012-12-16 21:03:15 +0100
  • 2ea5714d95 use ps to check if process is still running Emil Tin 2012-12-16 20:51:19 +0100
  • a51c7416d5 use ruby 1.9 and Process.spawn when running test Emil Tin 2012-12-16 19:45:26 +0100
  • 2231765c9e fix empty dataset test Emil Tin 2012-12-16 14:10:33 +0100
  • 18c948a211 rename stress tests Emil Tin 2012-12-16 13:39:28 +0100
  • ec56478a3c cucumber cleanup, removed unused code Emil Tin 2012-12-16 13:36:47 +0100
  • 7e9614b9ec kill osrm-routed if it refuses to shutdown in cuke tests Emil Tin 2012-12-15 17:01:24 +0100
  • 7f7055a9e7 add a cuke profile for convenient regression testing Emil Tin 2012-12-15 12:37:35 +0100
  • ae106a3a90 improve cuke process management, support OSRM_PORT Emil Tin 2012-12-15 12:34:53 +0100
  • 29344f55ae fix osrm bin hashes Emil Tin 2012-12-15 12:33:41 +0100
  • da6b750378 endl at launch instead of shutdown, more info during shutdown Emil Tin 2012-12-15 12:31:49 +0100