Emil Tin
cb1b824a75
cuke: improve routability tables, test for speed
2014-03-27 10:38:02 +01:00
Emil Tin
b0ce9e4af7
cuke: don't use scenario outlines, to fix problem with jenkins
2014-03-27 10:38:02 +01:00
Dennis Luxen
aae3637e0c
implements #958
2014-03-25 14:54:52 +01:00
Dennis Luxen
33faa2f252
set output size on StockReplies properly
2014-03-24 18:13:40 +01:00
andrewbts
482d79ef4b
Fix comment typo
...
SharedDataFacade.h is for the shared memory case; old comment implied the opposite.
2014-03-24 15:52:54 +01:00
Dennis Luxen
6bdd517c43
new cucumber profile for Jenkins that doesn't fail because of an old Gherkin bug
2014-03-24 14:29:19 +01:00
Dennis Luxen
a337109618
implements #961
2014-03-24 12:16:30 +01:00
Dennis Luxen
0ae5ace520
Merge PR #960
2014-03-24 11:30:55 +01:00
Dennis Luxen
a4306cddef
remove NO-BREAK SPACE (U+00A0) that broke testing
2014-03-24 10:16:32 +01:00
Dennis Luxen
1f97c5518e
fixes build errors from 9e10b94
2014-03-24 10:06:42 +01:00
Clint Harris
1823a4da36
Added missing Boost date_time component. Resolves issue #925 .
2014-03-22 12:30:24 -04:00
Clint Harris
d60caf7095
CMake now adds RPATH info to executables. Resolves issue #960 .
2014-03-22 11:44:51 -04:00
Emil Tin
9e10b94339
cuke: test file options
2014-03-22 12:01:07 +01:00
Emil Tin
7048dd754d
cuke: check exit code as last step, add step to non-existing file
2014-03-22 00:47:20 +01:00
Emil Tin
de29e17d95
cuke: add a few options steps
2014-03-22 00:38:53 +01:00
Emil Tin
c299989ff7
reorganize options tests
2014-03-22 00:33:23 +01:00
Emil Tin
0b655ea6a1
trial option
2014-03-22 00:16:45 +01:00
Dennis Luxen
538827942a
workaround for inconsistent error messages across boost versions
2014-03-20 14:38:16 +01:00
Dennis Luxen
8bd5f69e04
fixes #958 , activates 2 additional tests
2014-03-20 13:19:36 +01:00
Dennis Luxen
c470ea9fa1
lock to RAM on Linux only after options are parsed
2014-03-20 09:53:05 +01:00
Emil Tin
c1806476af
cuke: test osrm-routed options
2014-03-19 19:28:24 +01:00
Emil Tin
af41c9f6e4
cuke: detach osrm-routed to avoid zombie processes
2014-03-19 18:03:47 +01:00
Dennis Luxen
823e8d24b5
deactivate file validation as it is externally handled
2014-03-18 16:27:46 +01:00
Dennis Luxen
4028c0b24f
implement proper checks for conflicting inputs
2014-03-18 16:22:42 +01:00
Dennis Luxen
2e4ff30103
fix parameter regression when using shared memory
2014-03-18 10:51:36 +01:00
Dennis Luxen
121dcca7e3
refactor a bit for better readability
2014-03-17 15:46:13 +01:00
Dennis Luxen
5adfe2d46b
transfrom short switch statements into readable if statements
2014-03-17 15:45:47 +01:00
Dennis Luxen
03f4aaa2d6
make functions const, make short variable name more telling
2014-03-17 15:31:13 +01:00
Dennis Luxen
d67c3f36ff
call function object instead of static function
2014-03-17 15:28:42 +01:00
Dennis Luxen
e199d30beb
move static function into funtion object
2014-03-17 15:27:33 +01:00
Dennis Luxen
27e2de2b1f
fix inverted logic
2014-03-17 15:19:24 +01:00
Dennis Luxen
8a6d07342e
remove redundant local variable
2014-03-17 15:14:29 +01:00
Dennis Luxen
ab39457fe1
move bit-wise operator out of conditions
2014-03-17 15:13:36 +01:00
Dennis Luxen
e6933ea413
avoid private static member functions
2014-03-17 15:12:13 +01:00
Dennis Luxen
422e0c44d5
reverse inverted logic
2014-03-17 14:55:33 +01:00
Dennis Luxen
ad03b409ab
make variable names more telling
2014-03-17 14:42:24 +01:00
Dennis Luxen
38ae213260
make variable names more telling
2014-03-17 14:40:10 +01:00
Dennis Luxen
6a0a59896e
make variable names more telling
2014-03-17 14:39:24 +01:00
Dennis Luxen
187cb56364
split long line in two
2014-03-17 14:37:33 +01:00
Dennis Luxen
1fe96d0d22
remove collapsable if statement
2014-03-17 14:36:34 +01:00
Dennis Luxen
52b859b3e6
remove pesky fun ptr from CRC32 computation
2014-03-17 11:07:01 +01:00
Dennis Luxen
9483b781e2
provide better feedback on command lines
2014-03-14 11:14:19 +01:00
Dennis Luxen
791f475168
implement #951 , better command line handling
2014-03-14 10:15:39 +01:00
Dennis Luxen
6b69d6dce2
implements #951
2014-03-13 22:48:09 +01:00
Dennis Luxen
720abbc81e
minor tweak to disable C++11 flag on demand
2014-03-13 22:08:03 +01:00
Dennis Luxen
e3183cfd16
set stdlib explicitly, fix indentations
2014-03-13 13:28:58 +01:00
Dennis Luxen
e07423f260
minor copy-edits to PR #946
2014-03-12 13:56:25 +01:00
Daniel Karch
ecfda146b2
minor change
2014-03-12 10:48:54 +01:00
Daniel Karch
f923f508f5
applied requested changes to EdgeBasedNode.h
2014-03-12 10:24:35 +01:00
Daniel Karch
b465dabe77
Refactored the EdgeBasedNode class.
...
This includes more robust computations in ComputePerpendicularDistance.
There were cases where ComputePerpendicularDistance divided by zero and had
to handle special cases, even though this was not necessary.
2014-03-11 16:40:20 +01:00