DennisOSRM
|
adf0c726ef
|
Further changes to duration handling
|
2013-01-30 14:03:21 +01:00 |
|
DennisOSRM
|
9ecfed4e56
|
linking to car profile
|
2013-01-30 13:47:24 +01:00 |
|
DennisOSRM
|
9db884f371
|
Fixing duration parsing
|
2013-01-30 13:46:20 +01:00 |
|
DennisOSRM
|
e0c211085c
|
Handle route=shuttle_train again
|
2013-01-29 17:36:28 +01:00 |
|
DennisOSRM
|
555bfaf37a
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2013-01-29 17:19:54 +01:00 |
|
DennisOSRM
|
bcf4af4a2f
|
Duration tag now handles 'hh:mm', 'mm' as well as 'hh:mm:ss'
|
2013-01-29 10:11:04 +01:00 |
|
DennisOSRM
|
6a71163912
|
Merging further changes
|
2013-01-28 11:11:11 +01:00 |
|
Emil Tin
|
cb2fcf4f52
|
add @todo tag to partial way duration test
|
2013-01-28 09:39:18 +01:00 |
|
Emil Tin
|
061d78c681
|
test partial duration of ways
|
2013-01-28 08:30:34 +01:00 |
|
DennisOSRM
|
0ffa973ec6
|
Exit gracefully when data is empty
|
2013-01-27 23:08:45 +01:00 |
|
DennisOSRM
|
03de87c213
|
Parsing duration when present
|
2013-01-27 23:06:23 +01:00 |
|
DennisOSRM
|
59481dd762
|
Adding duration member to way
|
2013-01-27 23:05:27 +01:00 |
|
DennisOSRM
|
86f4aebead
|
Fixes test to expect time in minutes not seconds
|
2013-01-27 23:03:04 +01:00 |
|
DennisOSRM
|
a92950d234
|
Fixes how durations are parsed
|
2013-01-27 23:01:37 +01:00 |
|
DennisOSRM
|
ccdc6f1a63
|
Removing dead code
|
2013-01-27 23:00:06 +01:00 |
|
Emil Tin
|
aa9d8c773f
|
fix name of duration test
|
2013-01-26 19:06:30 +01:00 |
|
Emil Tin
|
c68a03d05c
|
add test scenario matching wiki graph explanation
|
2013-01-26 18:59:31 +01:00 |
|
Emil Tin
|
cbea651cf8
|
test duration on ways
|
2013-01-26 18:58:33 +01:00 |
|
DennisOSRM
|
b4ee345966
|
removing left-over debug output
|
2013-01-23 11:52:18 +01:00 |
|
DennisOSRM
|
296e7ccb08
|
Removing dead code
|
2013-01-23 11:34:16 +01:00 |
|
DennisOSRM
|
9da4e18099
|
Reordering padded struct
|
2013-01-18 18:59:38 +01:00 |
|
DennisOSRM
|
a64420d700
|
further const'ing
|
2013-01-11 22:22:57 +01:00 |
|
DennisOSRM
|
2ccd3da5b3
|
replacing unsafe strcpy operations
|
2013-01-11 22:13:02 +01:00 |
|
DennisOSRM
|
845c73af73
|
Removing unused table, Uninitialized scalar field (UNINIT_CTOR),
Coverity CID 751302
|
2013-01-11 20:44:35 +01:00 |
|
DennisOSRM
|
f7d79209dc
|
Fixing dereference after null check (Coverity: CID 967038)
|
2013-01-11 20:20:22 +01:00 |
|
DennisOSRM
|
0017aef89a
|
Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop
|
2013-01-11 18:36:17 +01:00 |
|
DennisOSRM
|
7449f81ed4
|
Reordering members in struct to actually exploit four byte padding,
partially fixes #563
|
2013-01-11 18:36:00 +01:00 |
|
Emil Tin
|
724e96f0c1
|
test different forw/backw settings (@todo)
|
2013-01-11 18:16:17 +01:00 |
|
DennisOSRM
|
8158e7f1c5
|
Using explicit 64bit integer instead of compiler-dependent long long
|
2013-01-11 18:16:08 +01:00 |
|
Emil Tin
|
7d7baa70a9
|
test routes parsing (@todo)
|
2013-01-10 17:06:16 +01:00 |
|
Emil Tin
|
2e3947cc6d
|
support list of ways in relations tests
|
2013-01-10 17:05:41 +01:00 |
|
Emil Tin
|
54774726b2
|
test separate weight/speed, still marked as @todo
|
2013-01-10 14:00:48 +01:00 |
|
DennisOSRM
|
2af9fcad68
|
Saving 3 bytes per original edge.
|
2013-01-06 19:38:03 +01:00 |
|
DennisOSRM
|
fd79e81fe5
|
Removing explicit namespace usage
|
2013-01-06 19:06:17 +01:00 |
|
DennisOSRM
|
2b5e110719
|
Splitting utility header with ambigious name into two files with better
names
|
2013-01-06 19:03:04 +01:00 |
|
DennisOSRM
|
864c2d9f49
|
stray const keyword removed that prevented build
|
2013-01-06 17:58:02 +01:00 |
|
DennisOSRM
|
764fe533e8
|
Adding forgotten commit
|
2013-01-06 17:54:17 +01:00 |
|
DennisOSRM
|
f1f59d770e
|
Forgotten file.
|
2013-01-06 17:51:45 +01:00 |
|
DennisOSRM
|
950baaa9fc
|
Merge branch 'develop' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into develop
|
2013-01-06 17:48:30 +01:00 |
|
DennisOSRM
|
5b3aacb4b2
|
removing stringstream
|
2013-01-06 17:48:18 +01:00 |
|
Emil Tin
|
d6adc56b3a
|
add test for multiple except tag values in restrictions
|
2013-01-06 15:44:15 +01:00 |
|
DennisOSRM
|
dbe1a4255c
|
type change
|
2013-01-06 13:02:10 +01:00 |
|
DennisOSRM
|
eed20b2271
|
several fixes to replace copied parameters with const refs.
|
2013-01-06 13:00:58 +01:00 |
|
DennisOSRM
|
e70adbb1cb
|
Using const-refs instead of copies when iterating vectors
|
2013-01-06 12:59:36 +01:00 |
|
DennisOSRM
|
06c22a478f
|
fixing typo
|
2013-01-06 12:39:12 +01:00 |
|
Emil Tin
|
565b0e97d1
|
rename @weight test to @fastest
|
2013-01-06 11:51:45 +01:00 |
|
DennisOSRM
|
00168cb12f
|
Removing dead code.
|
2013-01-05 22:47:12 +01:00 |
|
DennisOSRM
|
ffdaa71086
|
Implementation of turn restriction exceptions
|
2013-01-05 19:20:25 +01:00 |
|
DennisOSRM
|
5de2aa1cbf
|
fixing test and removing todo tag
|
2013-01-05 17:35:50 +01:00 |
|
DennisOSRM
|
64988ed831
|
Adding functionality for turn restriction exceptions to profile
|
2013-01-05 17:32:39 +01:00 |
|