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
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +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
|
4748bca8a4
|
Refactoring _Coordinate class
|
2013-08-14 13:12:28 +02:00 |
|
Dennis Luxen
|
2fcbb19e72
|
80 char wrap
|
2013-06-24 14:43:36 -04:00 |
|
Dennis Luxen
|
7406e83dde
|
De-template-izing some of the code for faster (re-)compile
|
2013-06-24 14:12:16 -04:00 |
|
DennisOSRM
|
405600783e
|
introducing further typedefs to make code more readable
|
2013-02-03 14:55:49 +01:00 |
|
DennisOSRM
|
8fc8a4e303
|
Removing last remaining 'using namespace std' statement
|
2012-12-29 21:02:26 +01:00 |
|
DennisOSRM
|
ac588911ba
|
Fixing warning detected by additional compiler flags
|
2012-09-19 13:48:04 +02:00 |
|
DennisOSRM
|
7467e11147
|
Exploration of tiny components.
|
2012-07-13 17:01:21 +02:00 |
|
DennisOSRM
|
61efd41194
|
Implemented T-Test and output of route options
|
2012-06-19 17:26:34 +02:00 |
|
DennisOSRM
|
7f0d40f459
|
First (buggy) implementation of single via node alternative routes.
Proof of concept which is imcomplete.
|
2012-06-15 18:47:27 +02:00 |
|
DennisOSRM
|
0504923689
|
Removing debug output
|
2012-04-25 11:07:28 +02:00 |
|
DennisOSRM
|
7e47553c88
|
Further cleanup
|
2012-04-25 10:57:19 +02:00 |
|
DennisOSRM
|
f8761ecea0
|
Routing datastructure more seperated from data of original edges
|
2012-04-25 10:51:16 +02:00 |
|
DennisOSRM
|
60ffe55565
|
Names vector of strings is now passes as reference
|
2012-04-14 17:40:59 +02:00 |
|
DennisOSRM
|
2549f7254a
|
Fixing a minor problem with multiple via nodes.
|
2012-03-23 11:06:33 +01:00 |
|
DennisOSRM
|
87f4341866
|
Fixes yesterdays crashes on the routing server where segfaults occured
in a rare scenario with multiple via points.
|
2012-03-22 13:58:59 +01:00 |
|
DennisOSRM
|
30d72543b9
|
Fixes issue #195
|
2012-03-19 15:38:02 +01:00 |
|
DennisOSRM
|
3712868831
|
Fixing a bug with hinting coordinates on one-way streets.
|
2012-03-16 13:22:51 +01:00 |
|
DennisOSRM
|
a88ad71be6
|
Merge branch 'master' of
https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-02-23 16:29:55 +01:00 |
|
DennisOSRM
|
8d16c047cc
|
Fixes a rounding issue related to issues #98, #105, #115 and #116.
Problems were partially caused by the limits of floating point accuracy.
|
2012-02-13 13:30:13 +01:00 |
|
DennisOSRM
|
8cddaf39c4
|
Fixes issue #105 and partially #62 as well as #83.
|
2012-02-10 17:14:30 +01:00 |
|
DennisOSRM
|
96f2358d28
|
Fixes issue #83. The bug was caused by improper retrieval of the packed
path.
|
2012-02-09 17:53:09 +01:00 |
|
DennisOSRM
|
8a47c87a8a
|
Fixing issues #81 and #82
|
2012-02-03 16:39:18 +01:00 |
|
DennisOSRM
|
1c74f84647
|
Merging manually
|
2011-12-31 16:18:52 +01:00 |
|
DennisOSRM
|
83968bc1cd
|
Inline'ing functions that can be inline'd
|
2011-12-20 18:52:53 +01:00 |
|
DennisOSRM
|
4cd615ba2e
|
Const'ing parameter in function
|
2011-12-20 18:50:37 +01:00 |
|
DennisOSRM
|
ac1908d464
|
Preparing edgebased via node routes. Via routes disabled for the moment.
|
2011-12-20 18:45:48 +01:00 |
|
DennisOSRM
|
d57be5244c
|
Cleanung up NodeInformationHelpDesk
|
2011-12-17 22:19:08 +01:00 |
|
DennisOSRM
|
ecb979a14b
|
Replace recursive unpacking procedure by a stack'ed implementation.
|
2011-12-17 20:17:40 +01:00 |
|
DennisOSRM
|
3a984668d6
|
Fixing several of the flickering issues.
|
2011-12-10 17:34:43 +01:00 |
|
DennisOSRM
|
82c2e9978f
|
Fixed stopping condition of Dijkstra implementation.
|
2011-12-10 14:16:21 +01:00 |
|
DennisOSRM
|
e64e45015a
|
Minor change: Removing dead code
|
2011-12-09 17:43:50 +01:00 |
|
DennisOSRM
|
8589436158
|
Less flickery
|
2011-12-09 17:20:01 +01:00 |
|
DennisOSRM
|
d81c632ef2
|
Another changeset to reduce flickering
|
2011-12-06 11:36:16 +01:00 |
|
DennisOSRM
|
5236fb8c0e
|
Removed superflous member that saves about 10 percent of RAM
|
2011-12-01 14:48:06 +01:00 |
|
DennisOSRM
|
b98a67223b
|
Removed dead code
|
2011-11-24 17:57:18 +01:00 |
|
DennisOSRM
|
3279ce3ea9
|
Removed debug code
|
2011-11-24 17:49:01 +01:00 |
|
DennisOSRM
|
7e52e2c691
|
Fixes bug with non-negative weights
|
2011-11-24 17:47:05 +01:00 |
|
DennisOSRM
|
4e75bd1de6
|
Start and target can be on same edge
|
2011-11-24 17:33:23 +01:00 |
|
DennisOSRM
|
14c999fc82
|
Moved descriptors into their own folder.
|
2011-11-17 18:56:45 +01:00 |
|
DennisOSRM
|
9a6cf7b991
|
Add first nodes with negative weights
|
2011-11-16 17:29:00 +01:00 |
|
DennisOSRM
|
97afa231ca
|
First working edge based version. Still missing: GPX export; Via Points;
origin,destination on same edge, descriptions
|
2011-11-14 19:36:31 +01:00 |
|
Dennis Luxen
|
bcb39b9e69
|
performance fixes
|
2011-08-07 10:56:37 +00:00 |
|
Dennis Luxen
|
a5c94c4630
|
ArrayStorage instead of hash maps
|
2011-08-07 09:48:51 +00:00 |
|
Dennis Luxen
|
4f23dfef64
|
Removing empty line
|
2011-07-22 12:24:22 +00:00 |
|
Dennis Luxen
|
83fca53d04
|
Making via routes more stable
|
2011-07-21 14:30:36 +00:00 |
|