Dennis Luxen
|
424055c04e
|
fix iterator concept implementation
|
2013-10-15 14:35:36 +02:00 |
|
Dennis Luxen
|
02daf17326
|
fix iterator concept implementation
|
2013-10-15 14:35:36 +02:00 |
|
DennisOSRM
|
27a760c58c
|
Move edge-based node out ouf surrounding class
|
2013-10-15 14:35:36 +02:00 |
|
Dennis Luxen
|
e989e38cc2
|
further compile fixes for clang 3.3 (OS X 10.9)
|
2013-10-15 14:35:35 +02:00 |
|
Dennis Luxen
|
2641408d53
|
fail gracefully when lock file is not present
|
2013-10-15 14:35:34 +02:00 |
|
Dennis Luxen
|
5b79226183
|
add static function to remove shared memory
|
2013-10-15 14:35:34 +02:00 |
|
Dennis Luxen
|
98f9f0cd48
|
make shmem swappable by ref and ptr
|
2013-10-15 14:35:34 +02:00 |
|
Dennis Luxen
|
cf7e107ad1
|
check if shmem segment exists
|
2013-10-15 14:35:34 +02:00 |
|
Dennis Luxen
|
2221a0a908
|
removing extra ;
|
2013-10-15 14:32:44 +02:00 |
|
Dennis Luxen
|
79e1c87a01
|
swapping correct vectors
|
2013-10-15 14:32:44 +02:00 |
|
Dennis Luxen
|
b87a98bbda
|
street name file is now more canonical
|
2013-10-15 14:32:43 +02:00 |
|
Dennis Luxen
|
f25bab9555
|
create lock file if it does not exist
|
2013-10-15 14:32:42 +02:00 |
|
Dennis Luxen
|
ba4290340d
|
removing debug output and calling it a day
|
2013-10-15 14:32:41 +02:00 |
|
Dennis Luxen
|
5a04700bae
|
create sentinel to adjancency array during preprocessing
|
2013-10-15 14:32:41 +02:00 |
|
Dennis Luxen
|
37e8ab8de1
|
implement operator()+ for shared memory iterator
|
2013-10-15 14:32:40 +02:00 |
|
Dennis Luxen
|
bbf03e3060
|
Load r-tree search data structure from shared memory
|
2013-10-15 14:32:40 +02:00 |
|
Dennis Luxen
|
687e58e9d4
|
removing dead code
|
2013-10-15 14:32:39 +02:00 |
|
Dennis Luxen
|
c8025bf004
|
moving fwd decl of static members to root of include graph
|
2013-10-15 14:31:32 +02:00 |
|
Dennis Luxen
|
2dd2d3dd7b
|
adjust facade to pass compilation
|
2013-10-15 14:31:32 +02:00 |
|
Dennis Luxen
|
37e3ead8e9
|
use flexible shared mem interfaces
|
2013-10-15 14:31:31 +02:00 |
|
Dennis Luxen
|
a09d150b47
|
Further stl interface implementation
|
2013-10-15 14:31:31 +02:00 |
|
Dennis Luxen
|
35dffe43d9
|
further implementation of the vector interface for shared memory
|
2013-10-15 14:31:30 +02:00 |
|
Dennis Luxen
|
19c26f0733
|
removing old data facade, good riddance
|
2013-10-15 14:31:30 +02:00 |
|
Dennis Luxen
|
1b3e924450
|
added auxiliary Empty() function
|
2013-10-15 14:19:54 +02:00 |
|
DennisOSRM
|
a33e08e299
|
superflous typedef changed meaning of name for GCC
|
2013-10-15 14:19:53 +02:00 |
|
Dennis Luxen
|
7951795ea4
|
Implementation of internal data storage
|
2013-10-15 14:19:53 +02:00 |
|
Dennis Luxen
|
fb1361b00d
|
Reworking data access to go always through facades
|
2013-10-15 14:19:52 +02:00 |
|
Dennis Luxen
|
7d52c82c3b
|
Moving DataStructures to new data facade pattern
|
2013-10-15 14:14:54 +02:00 |
|
Dennis Luxen
|
a9ac0ac725
|
Mockups for data facades
|
2013-10-15 14:12:30 +02:00 |
|
Dennis Luxen
|
b51d3da7e5
|
Mockups for data facades
|
2013-10-15 14:04:11 +02:00 |
|
Dennis Luxen
|
12bb4d75fd
|
Adding shared memory data types
|
2013-10-15 13:45:45 +02:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
DennisOSRM
|
18d8968ae7
|
add C include for NULL
|
2013-10-13 17:55:50 +02:00 |
|
DennisOSRM
|
411bcbcbde
|
remove debug output
|
2013-10-11 14:55:34 +02:00 |
|
Dennis Luxen
|
d3804d2c2c
|
replacing hard coded values by literal
|
2013-10-02 14:39:52 +02:00 |
|
Dennis Luxen
|
bf8505a285
|
removing all FLT_EPSILONs
|
2013-10-02 13:05:54 +02:00 |
|
Dennis Luxen
|
770a07cc28
|
replacing all occurrences of DBL_MAX
|
2013-10-02 12:00:25 +02:00 |
|
Dennis Luxen
|
52f6e149ec
|
removing debug output
|
2013-10-02 11:40:05 +02:00 |
|
Dennis Luxen
|
6893df9103
|
replacing c-style numeric limits with proper C++ style
|
2013-10-02 11:38:09 +02:00 |
|
Dennis Luxen
|
2b077d140f
|
Fixing #726, rounding woes and machine epsilon
|
2013-10-02 11:22:42 +02:00 |
|
Dennis Luxen
|
96cc44e521
|
Compile fixes on RHEL5/Fedora, see #541
|
2013-09-24 10:33:29 +02:00 |
|
DennisOSRM
|
a6c52fd154
|
Fixes coordinate conversion issue. Thx @kkaefer
|
2013-08-27 14:15:23 +02:00 |
|
DennisOSRM
|
6f3e7f9e56
|
Fixes #721
|
2013-08-26 14:16:34 +02:00 |
|
Dennis Luxen
|
fb9822b507
|
street name list is now a char array /w indices array
|
2013-08-20 17:05:36 +02:00 |
|
Dennis Luxen
|
aba078a9d8
|
Refactoring internal style of ConcurrentQueue
|
2013-08-16 17:09:04 +02:00 |
|
Dennis Luxen
|
161487d6c2
|
Refactoring members of NodeInformationHelpDesk
|
2013-08-16 14:06:04 +02:00 |
|
Dennis Luxen
|
d851dd7196
|
bit packing ImportEdge members
|
2013-08-16 13:34:28 +02:00 |
|
Dennis Luxen
|
0a0bed7ae0
|
Refactoring graph factory
|
2013-08-14 18:43:01 +02:00 |
|
Dennis Luxen
|
06c8656b9e
|
Moving DataStructures out of Plugin directory
|
2013-08-14 13:41:23 +02:00 |
|
Dennis Luxen
|
4748bca8a4
|
Refactoring _Coordinate class
|
2013-08-14 13:12:28 +02:00 |
|