Dennis Luxen
|
f77fa5b34c
|
clear memory early by swap trick
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
38bf0c276c
|
moving BFS exploration into its own function
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
ef5c8c24a8
|
fixing coverity issue
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
4e8fb92e07
|
renaming file
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
4f1ff5b24c
|
renaming file
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
22abc27b6b
|
use explicit unsigned type in max operation
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
19f6d885fe
|
remove potential division by zero
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
b19a633441
|
add geometry compressor
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
997dcad799
|
make rtree query do O(1) allocations only
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
e35efd001c
|
move implementation details out of templat'ized container code
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
50d6b10be4
|
move distance computation from r-tree to element type class
|
2013-12-08 15:52:21 +01:00 |
|
Dennis Luxen
|
5ef7ea794a
|
move Hilbert curve computation in compile unit
|
2013-12-08 15:52:20 +01:00 |
|
Dennis Luxen
|
e70485f1fd
|
workaround for #783
|
2013-12-06 15:08:36 +01:00 |
|
Rodolphe Quiedeville
|
f55f8a3629
|
[options] string is more explicit
|
2013-12-06 13:23:25 +01:00 |
|
Dennis Luxen
|
fbbd6caf97
|
Merge pull request #818 from rodo/master
Add missing option '-p' in help message
|
2013-12-06 04:14:59 -08:00 |
|
Dennis Luxen
|
bde3f95ae9
|
fixes #808
|
2013-12-06 12:06:51 +01:00 |
|
Dennis Luxen
|
a5c406a4dd
|
cache dependencies on travis ci
|
2013-12-06 10:14:42 +01:00 |
|
Rodolphe Quiedeville
|
58a57543ce
|
[options] string is more explicit
|
2013-12-04 15:48:28 +01:00 |
|
Dennis Luxen
|
e32bc5e186
|
reverting skeleton, introducing later
|
2013-11-29 19:00:00 +01:00 |
|
Dennis Luxen
|
7a5f45ac94
|
add skeleton for geometry compression
|
2013-11-29 18:49:02 +01:00 |
|
Dennis Luxen
|
657f7577bf
|
don't use clang specific defines
|
2013-11-29 16:37:36 +01:00 |
|
Dennis Luxen
|
48355447f9
|
do not seek in temporary storage
|
2013-11-29 16:27:26 +01:00 |
|
Dennis Luxen
|
c8f7e6331b
|
add buffering to temporary storage
|
2013-11-29 15:38:21 +01:00 |
|
Dennis Luxen
|
40bb27c95f
|
add buffering to temporary storage
|
2013-11-29 15:38:15 +01:00 |
|
Dennis Luxen
|
78f8124c63
|
further refactoring and code simplification
|
2013-11-28 18:50:12 +01:00 |
|
Dennis Luxen
|
94d5bcbf1c
|
partially fixes #768, #794, #812
|
2013-11-28 15:26:13 +01:00 |
|
Dennis Luxen
|
ad5d8c6f9a
|
remove dead code
|
2013-11-28 15:24:23 +01:00 |
|
Dennis Luxen
|
4911601b24
|
implements #801
|
2013-11-27 23:24:00 +01:00 |
|
Dennis Luxen
|
cb86d3d829
|
clean up of build config
|
2013-11-27 17:27:47 +01:00 |
|
Dennis Luxen
|
24c6314f1a
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2013-11-27 16:37:48 +01:00 |
|
Dennis Luxen
|
02e2b3bd47
|
temporarily fixes #811 plus 16 others
|
2013-11-27 16:37:40 +01:00 |
|
DennisOSRM
|
ec84b3a0ca
|
cast to larger data type on 32bits, probably fixes #809
|
2013-11-26 22:41:01 +01:00 |
|
Dennis Luxen
|
4455e816aa
|
clear memory early by swap trick
|
2013-11-26 19:56:45 +01:00 |
|
Dennis Luxen
|
3df89c0dfe
|
moving BFS exploration into its own function
|
2013-11-26 19:43:30 +01:00 |
|
Dennis Luxen
|
f5d22c904f
|
fixing coverity issue
|
2013-11-26 19:41:55 +01:00 |
|
Dennis Luxen
|
2233c44d36
|
renaming file
|
2013-11-26 19:41:36 +01:00 |
|
Dennis Luxen
|
d5f6c1c15c
|
renaming file
|
2013-11-26 19:41:32 +01:00 |
|
Dennis Luxen
|
e36a27307b
|
use explicit unsigned type in max operation
|
2013-11-26 14:27:19 +01:00 |
|
Dennis Luxen
|
cf527ed819
|
remove potential division by zero
|
2013-11-26 14:25:53 +01:00 |
|
Dennis Luxen
|
a8e8833a8d
|
add geometry compressor
|
2013-11-25 19:05:58 +01:00 |
|
Dennis Luxen
|
349df0dc94
|
make rtree query do O(1) allocations only
|
2013-11-22 18:58:58 +01:00 |
|
Dennis Luxen
|
0e33f638e6
|
move implementation details out of templat'ized container code
|
2013-11-22 18:43:01 +01:00 |
|
Dennis Luxen
|
50ccfbf554
|
move distance computation from r-tree to element type class
|
2013-11-22 18:05:47 +01:00 |
|
Dennis Luxen
|
e2c093856c
|
move Hilbert curve computation in compile unit
|
2013-11-22 18:05:41 +01:00 |
|
Dennis Luxen
|
992458ae4b
|
fix indentation
|
2013-11-21 00:06:00 +01:00 |
|
Dennis Luxen
|
8c16686150
|
remove dead code
|
2013-11-21 00:05:37 +01:00 |
|
Dennis Luxen
|
7cbadfbd12
|
remove dead code
|
2013-11-21 00:05:28 +01:00 |
|
Dennis Luxen
|
0e43697ee0
|
fixes issue #804
|
2013-11-20 18:24:06 +01:00 |
|
DennisOSRM
|
7de27df309
|
fix linking on Ubuntu 13.10
|
2013-11-20 16:22:39 +01:00 |
|
DennisOSRM
|
b06db1ba39
|
Merge branch 'dep-liblua' of https://github.com/NochEinDirk/Project-OSRM-contribute into NochEinDirk-dep-liblua
|
2013-11-20 10:56:47 +01:00 |
|