Dennis Luxen
|
91ced39233
|
replace shared_ptrs with std::unique_ptr<> in Prepare
|
2014-10-16 12:10:43 +02:00 |
|
Dennis Luxen
|
4b6cb0b8b8
|
replace raw ptrs with std::unique_ptr<> in Prepare
|
2014-10-16 12:10:12 +02:00 |
|
Dennis Luxen
|
fb81302382
|
fix typo: Lunux->Linux
|
2014-10-16 11:52:16 +02:00 |
|
Dennis Luxen
|
dfc81f65ee
|
Merge pull request #889 from Project-OSRM/experimental/cuke_datastore
use osrm-datastore for testing, keep osrm-routed runnning
|
2014-10-15 15:41:38 +02:00 |
|
Dennis Luxen
|
909db4c861
|
replace inline with anonynmous namespace to avoid duplicate symbols during linking
|
2014-10-15 15:15:40 +02:00 |
|
Dennis Luxen
|
4277eed1b6
|
Revert "remove whitespace from package description"
This reverts commit 6f5703a5fe .
|
2014-10-15 13:21:42 +02:00 |
|
Dennis Luxen
|
6f5703a5fe
|
remove whitespace from package description
|
2014-10-15 12:55:40 +02:00 |
|
Dennis Luxen
|
f7469f298d
|
add a tail to the oneway circle to avoid edge cases
|
2014-10-15 11:33:43 +02:00 |
|
Dennis Luxen
|
b29d5df7a2
|
simplify conditional operation, remove useless parantheses
|
2014-10-15 10:43:58 +02:00 |
|
Dennis Luxen
|
549ba65861
|
catch a number of uncaught exceptions
|
2014-10-15 10:23:48 +02:00 |
|
Dennis Luxen
|
a9d99cbe54
|
fix inverted logic
|
2014-10-14 18:03:24 +02:00 |
|
Emil Tin
|
8438024370
|
avoid unnessecary process check
|
2014-10-14 16:05:06 +02:00 |
|
Dennis Luxen
|
e6a00ddcfd
|
rethrow exception, refactor default block in fully covered switch statement
|
2014-10-14 15:59:18 +02:00 |
|
Emil Tin
|
71b967d243
|
test both datastore and direct data load
|
2014-10-14 15:35:14 +02:00 |
|
Dennis Luxen
|
1fc1e9590a
|
throw an exception instead of false asserts
|
2014-10-14 12:52:11 +02:00 |
|
Dennis Luxen
|
0a0099fb41
|
rename variable, break long lines
|
2014-10-14 12:49:50 +02:00 |
|
Dennis Luxen
|
b890d394ad
|
Add range based CRC32 computation for iterable objects
|
2014-10-13 18:18:15 +02:00 |
|
Dennis Luxen
|
a7fd37ae76
|
make Descriptor classes final
|
2014-10-13 18:17:24 +02:00 |
|
Dennis Luxen
|
41fafae21d
|
mark Plugin classes as final
|
2014-10-13 17:29:53 +02:00 |
|
Dennis Luxen
|
a38c007f51
|
throw instead of assert(false)
|
2014-10-13 17:20:34 +02:00 |
|
Dennis Luxen
|
c7ee402b0e
|
make link tests less brittle, no overlapping paths
|
2014-10-13 14:56:17 +02:00 |
|
Dennis Luxen
|
1c19796e3e
|
fix container.hpp to properly use std::next and std::end
|
2014-10-13 13:54:40 +02:00 |
|
Emil Tin
|
76fb0cb965
|
get process handling up to date
|
2014-10-13 11:19:49 +02:00 |
|
Dennis Luxen
|
23c79f5cc9
|
reformat StaticRTreeBench.cpp
|
2014-10-13 11:15:22 +02:00 |
|
Emil Tin
|
14eac50261
|
remove datastore test
|
2014-10-13 11:10:40 +02:00 |
|
Emil Tin
|
cf3eae1c91
|
disable failing test
|
2014-10-13 10:58:03 +02:00 |
|
Emil Tin
|
db06cdb4ce
|
adjust datastore testing
|
2014-10-13 10:58:03 +02:00 |
|
Emil Tin
|
7ba8e51fa9
|
use osrm-database during testing
|
2014-10-13 10:58:03 +02:00 |
|
Dennis Luxen
|
bc6466cc36
|
fix test to inlcude renamed headers
|
2014-10-13 09:45:07 +02:00 |
|
Dennis Luxen
|
4fbefaef9a
|
catch an uncaught exception and give git revision in springclean tool
|
2014-10-13 09:42:47 +02:00 |
|
Dennis Luxen
|
be11d3325d
|
add mutex include
|
2014-10-10 19:38:59 +02:00 |
|
Dennis Luxen
|
274140d309
|
refactor SimpleLogger into simple_logger compile unit
|
2014-10-10 19:32:49 +02:00 |
|
Dennis Luxen
|
ed960ccc8d
|
refactor angle computation into class/compile unit
|
2014-10-10 18:47:28 +02:00 |
|
Dennis Luxen
|
f2b72113c1
|
refactor ContainerUtil into container.hpp
|
2014-10-10 18:24:13 +02:00 |
|
Dennis Luxen
|
67a8d30e87
|
renamed file
|
2014-10-10 18:19:10 +02:00 |
|
Dennis Luxen
|
dafd0e5db7
|
rewrite NumericUtils into floating_point.hpp
|
2014-10-10 18:18:56 +02:00 |
|
Dennis Luxen
|
d6d10cbf06
|
reformat Coordinate class
|
2014-10-10 18:00:09 +02:00 |
|
Dennis Luxen
|
3d3ba86be4
|
Merge pull request #1212 from Project-OSRM/fix_997
implements and fixes #997: support base path for c'tor
|
2014-10-10 17:17:41 +02:00 |
|
Dennis Luxen
|
52ed8a7ed0
|
move springclean functionality in its own tools, remove from datastore
|
2014-10-10 16:55:24 +02:00 |
|
Dennis Luxen
|
9449c99e25
|
enable partitioning on LTO, good riddance GCC 4.7
|
2014-10-10 10:46:43 +02:00 |
|
Dennis Luxen
|
4c0846734e
|
rework the population and checking of base paths
|
2014-10-10 10:41:06 +02:00 |
|
Dennis Luxen
|
4c64f5fe62
|
remove shared memory indicator member, use unique_ptr for barriers
|
2014-10-10 10:41:06 +02:00 |
|
Dennis Luxen
|
9455ea0547
|
fix initialization of use_shared_memory
|
2014-10-10 10:41:06 +02:00 |
|
Dennis Luxen
|
c3b54a63c3
|
remove ServerPaths member from OSRM_impl. pass it by value to c'tor
|
2014-10-10 10:41:06 +02:00 |
|
Dennis Luxen
|
b9e1d3116c
|
implements and fixes #997
- ServerPaths object can be populated by passing base path to OSRM
- reduces code/functionality duplication in node-OSRM
|
2014-10-10 10:41:05 +02:00 |
|
Dennis Luxen
|
5bb7e62a7c
|
fix test on 'some' Intel FPU
|
2014-10-10 10:36:24 +02:00 |
|
Dennis Luxen
|
a443f3a0bb
|
add barrier checkpoint to the white list of passable tags
|
2014-10-10 10:34:34 +02:00 |
|
Dennis Luxen
|
440244eed8
|
use double precision fp math for mercartor projection and point-line projections (for now), fixes #1191
|
2014-10-09 18:58:58 +02:00 |
|
Dennis Luxen
|
2b9e25300f
|
disable checking for empty data sets to make tests pass in debug mode, #889
|
2014-10-09 17:27:41 +02:00 |
|
Dennis Luxen
|
de264dbf94
|
untangle includes
|
2014-10-09 14:08:12 +02:00 |
|