Dennis Luxen
08f13a1776
install osmosis manually
2014-02-12 16:22:26 +01:00
Dennis Luxen
f406dc51fa
Merge branch 'patch-1' of https://github.com/alex85k/Project-OSRM into alex85k-patch-1
2014-02-12 15:27:12 +01:00
Dennis Luxen
7580777e43
implement and use portable implementation of canonical file paths, see #909 , this time against dev branch
2014-02-11 15:55:22 +01:00
Dennis Luxen
ea30005762
fixes and closes #914 and updates #907
2014-02-11 14:34:47 +01:00
Dennis Luxen
7794cd6274
do not instantiate shared memory facility in routed, fixes #905 and #910
2014-02-11 11:35:29 +01:00
Dennis Luxen
45a4fe44f7
disable cucumber tests until the travis CI issues are sorted out
2014-02-10 16:53:29 +01:00
Dennis Luxen
1d225078eb
install osmosis manually, take three
2014-02-10 16:01:48 +01:00
Dennis Luxen
533caf8c0f
install osmosis manually, take two
2014-02-10 15:45:24 +01:00
Dennis Luxen
e6c25ae290
install osmosis manually
2014-02-10 15:35:36 +01:00
Dennis Luxen
264077acac
install libpostgis-java to fulfil dependencies
2014-02-10 15:21:48 +01:00
Dennis Luxen
0ff18881b6
explicit rvm use, workaround for Travis CI testing woes
2014-02-10 15:02:05 +01:00
Dennis Luxen
9e0e536dbc
fix yml syntax
2014-02-10 11:58:56 +01:00
Dennis Luxen
1a9e54ba33
install bundler without sudo, change Travis environment
2014-02-10 11:57:48 +01:00
Dennis Luxen
9378af1057
fixes #907 , segfault when ampersands where missing
2014-02-10 11:43:26 +01:00
Dennis Luxen
cd6075a884
Merge pull request #906 from andrewbts/patch-1
...
Fix comment typo
2014-02-05 20:41:12 +01:00
andrewbts
1da3a00b92
Fix comment typo
...
SharedDataFacade.h is for the shared memory case; old comment implied the opposite.
2014-02-05 11:19:33 -08:00
alex85k
275961f088
Fix assertion in debug version
...
When running tests on FreeBSD 10 on debug verion I got boost assertion errors in mutex.hpp:79 .
It seems that mutex unlock is not needed (it is already unlocked and behavior is undefined).
2014-02-04 19:56:23 +06:00
Dennis Luxen
f14fac3f7d
fixes off-by-one and testing issue discussed in 889
2014-02-01 16:02:43 +01:00
Dennis Luxen
ce784e0491
distinguish between left and right, thx @emiltin
2014-01-27 12:58:23 +01:00
Dennis Luxen
65ad3bb941
fix test regression
2014-01-27 12:55:17 +01:00
Dennis Luxen
b5b4280c3b
remove c-style calls to fabs
2014-01-27 11:26:34 +01:00
Dennis Luxen
0649f6e607
preparing call of turn penalty function
2014-01-27 11:18:26 +01:00
Dennis Luxen
22c2efded9
Some mild refactoring of the BinaryHeap code. style only
2014-01-24 11:24:23 +01:00
Dennis Luxen
7825279405
reverting back to two cores on travis
2014-01-24 10:17:57 +01:00
Dennis Luxen
2623c7023c
compile on travis with the maximum number of cores
2014-01-23 13:47:05 +01:00
Dennis Luxen
2138fdfadf
re-enable cucumber tests on travis CI
2014-01-23 13:44:40 +01:00
Dennis Luxen
40517e3010
implements #872
2014-01-23 13:31:29 +01:00
Dennis Luxen
1341214044
Add fwd decl to slash compile time
2014-01-23 13:30:38 +01:00
Dennis Luxen
34e2ef13cf
use z0 parameters on z0
2014-01-23 13:20:57 +01:00
Dennis Luxen
058219528d
fix floating point accuracy woes on certain hardware platforms
2014-01-22 19:35:30 +01:00
Dennis Luxen
f4bd175616
fixes #881
2014-01-22 14:52:31 +01:00
Dennis Luxen
fea0c07e1c
implements #386
2014-01-21 16:31:29 +01:00
Dennis Luxen
f684fa9a7b
fix tests to resemble the fixed duration calculation
2014-01-21 16:11:51 +01:00
Dennis Luxen
2855b94aa8
remove disabled debug output
2014-01-21 15:12:06 +01:00
Dennis Luxen
9958aaae4f
fixes #871
2014-01-20 19:24:20 +01:00
Dennis Luxen
289e5ada2c
catch prev. uncaught exception, coverity issue 1121925
2014-01-09 18:21:07 +01:00
Dennis Luxen
648eed6532
fix resource leak, performance issue, alternative route success rate. coverity issue 971431
2014-01-09 18:05:29 +01:00
Dennis Luxen
d94955d51e
fix resource leak, coverity issue #1121924
2014-01-09 17:11:31 +01:00
Dennis Luxen
046fe93f1f
refactor ExtractorStructs.h for faster compiles. achieves approx. 10 secs
2014-01-09 16:13:35 +01:00
Dennis Luxen
ce60af5029
fixes issues #770 and #856
2014-01-08 17:18:59 +01:00
Dennis Luxen
dbe70ffc8a
save 4 bytes per internal edge
2014-01-08 17:11:31 +01:00
Dennis Luxen
8acf081be3
remove dead function decl
2013-12-27 15:47:51 +01:00
Dennis Luxen
c5f6065280
reorder code to make it a bit more readable
2013-12-27 12:38:08 +01:00
Dennis Luxen
07509ba5c9
remove left-over debug output
2013-12-27 12:15:17 +01:00
Dennis Luxen
8b3c8f7093
refactoring variable names and layout to be more readable
2013-12-23 17:55:29 +01:00
Dane Springmeyer
c3e0b68399
fix pkg-config --static when pthread is reported
2013-12-21 13:14:48 -05:00
Dane Springmeyer
f0dd1fdfc7
pkg-config fixes
2013-12-20 14:00:30 -05:00
DennisOSRM
5fd8c0938a
include and typo fixes
2013-12-20 18:14:09 +01:00
DennisOSRM
b3f4aa4504
further include cleanup
2013-12-20 18:01:53 +01:00
DennisOSRM
4718cf6cc0
fixed signed/unsigned comparison
2013-12-20 15:30:39 +01:00