DennisOSRM
|
6003ae7406
|
Using boost spirit conversions
|
2012-11-22 17:22:40 +01:00 |
|
DennisOSRM
|
a2c9b5b6d1
|
removing dead code
|
2012-11-19 11:56:16 +01:00 |
|
DennisOSRM
|
0e3d2cf68d
|
Initialize scripting environment _before_ loading data.
|
2012-11-16 11:35:14 +01:00 |
|
Dennis Luxen
|
6fe931fe4c
|
Implementing issue #422, also briefly discussed with @lonvia
|
2012-10-06 17:22:53 +02:00 |
|
Dennis Luxen
|
680d3e7d92
|
Implementing issue #422, also briefly discussed with @lonvia
|
2012-10-06 17:21:53 +02:00 |
|
DennisOSRM
|
87ff3f9b9b
|
Moving check of input data to node-based graph instead of edge-expanded
graph. Makes more tests pass.
|
2012-10-02 12:12:42 +02:00 |
|
DennisOSRM
|
dde4a496f6
|
Use seconds for penalties
|
2012-09-28 16:38:52 +02:00 |
|
DennisOSRM
|
ac588911ba
|
Fixing warning detected by additional compiler flags
|
2012-09-19 13:48:04 +02:00 |
|
DennisOSRM
|
ae8dfcb55e
|
Iterator based CRC32 computation. Fixes issues #388, #414 and
potentially a few other.
|
2012-09-17 15:41:58 +02:00 |
|
DennisOSRM
|
8050fec64f
|
Forgotten file to checking. Complete removal of speedprofile.ini and
further adaption of profile.lua
|
2012-09-13 14:12:44 +02:00 |
|
DennisOSRM
|
aad484b7f7
|
Minor code cleanup
|
2012-08-31 11:13:42 +02:00 |
|
DennisOSRM
|
1fdfac4aaf
|
Refactoring extraction stuff
|
2012-08-27 17:40:59 +02:00 |
|
DennisOSRM
|
417fcde9db
|
Using DeallocatingVector class instead of doing vector-swap-tricks
|
2012-08-22 17:36:30 +02:00 |
|
DennisOSRM
|
a911089913
|
Checking if input graph is empty
|
2012-08-21 16:34:56 +02:00 |
|
DennisOSRM
|
5d2c2a3107
|
Don't preprocess an empty graph.
|
2012-08-21 16:02:28 +02:00 |
|
DennisOSRM
|
666371099e
|
Independent set tie-breaker in O(1) space and time
|
2012-05-23 21:18:38 +02:00 |
|
DennisOSRM
|
26662b7190
|
Original Edge Data gets written to output stream with buffering
|
2012-04-27 16:50:34 +02:00 |
|
DennisOSRM
|
7e0fb433e4
|
Forgot one change
|
2012-04-27 13:22:17 +02:00 |
|
DennisOSRM
|
bb98bc92ef
|
Moving temporary storage of edge-expanded graph to external memory
|
2012-04-26 11:19:45 +02:00 |
|
DennisOSRM
|
6fe580bd75
|
Undoing wrong merge. Flushing some memory before generation of
edge-expanded graph
|
2012-04-25 18:56:42 +02:00 |
|
DennisOSRM
|
15751ae1a1
|
Moving to vector
|
2012-04-25 18:30:38 +02:00 |
|
DennisOSRM
|
d4536ba242
|
Experiments with deque to see if it's more allocation friendly
|
2012-04-25 17:12:46 +02:00 |
|
DennisOSRM
|
231c593bb3
|
Tighten sizes of input vectors
|
2012-04-25 16:29:01 +02:00 |
|
DennisOSRM
|
3b01d785a5
|
Reading restriction from input file produces packed vector with
size==capacity
|
2012-04-25 16:23:19 +02:00 |
|
DennisOSRM
|
0c0049f8cc
|
Externalized temporary storage for edge-expanded graph
|
2012-04-25 16:07:43 +02:00 |
|
DennisOSRM
|
f8761ecea0
|
Routing datastructure more seperated from data of original edges
|
2012-04-25 10:51:16 +02:00 |
|
DennisOSRM
|
92f9a29de1
|
Reordering of operations frees some memory earlier
|
2012-04-14 14:50:25 +02:00 |
|
DennisOSRM
|
ff50cfb4da
|
Fixes a type in variable name
|
2012-04-14 14:38:13 +02:00 |
|
DennisOSRM
|
e104017d4c
|
Skipping ContractionCleantup entirely. Avoids a big allocation. Removing
DELETE() macro.
|
2012-04-12 19:35:47 +02:00 |
|
DennisOSRM
|
0cd06be13a
|
Fixes segfault where route over node with highest ID could not be
unpacked.
|
2012-03-05 14:48:59 +01:00 |
|
DennisOSRM
|
3cc3d4fd3b
|
Fail more gracefully if file of restrictions is not accessible.
|
2012-03-01 15:58:10 +01:00 |
|
DennisOSRM
|
300f7370c8
|
traffic signal penalty gets incorporated now into routing data.
|
2012-02-28 16:25:01 +01:00 |
|
DennisOSRM
|
e034733ac6
|
CRC32 of data is written to file and loaded into NodeInfoHelpDesk.
|
2012-02-17 08:15:33 +01:00 |
|
DennisOSRM
|
d11524781e
|
Implements #110
|
2012-02-13 15:21:51 +01:00 |
|
DennisOSRM
|
8cddaf39c4
|
Fixes issue #105 and partially #62 as well as #83.
|
2012-02-10 17:14:30 +01:00 |
|
Dr Scott
|
bef3aad423
|
another memory problem
|
2012-01-26 23:03:39 +01:00 |
|
Dr Scott
|
7d21a4e0fb
|
fixing some memory problems
|
2012-01-26 01:48:22 +01:00 |
|
DennisOSRM
|
a21376f6ce
|
Removed dead code
|
2012-01-07 15:01:55 +01:00 |
|
DennisOSRM
|
70256146fc
|
barrier=bollard is now used. Fixes ticket #9 and saves about .5% RAM in
metropolitan areas
|
2012-01-02 13:09:20 +01:00 |
|
DennisOSRM
|
f5226b2228
|
Certain type of edges, i.e. ferries, are now properly ignored from
nearest neighbor lookup. Fixes ticket 59.
|
2011-12-16 14:05:30 +01:00 |
|
DennisOSRM
|
ad77d6cfec
|
graph is built in-place, so memory peak usage is halved.
|
2011-12-15 17:48:00 +01:00 |
|
DennisOSRM
|
9ea39d280c
|
SRTM Root directory parsed from ini file
|
2011-12-13 15:30:52 +01:00 |
|
DennisOSRM
|
fb661ab6f6
|
Fixed typo in output
|
2011-12-01 13:00:09 +01:00 |
|
DennisOSRM
|
eb1d629ea7
|
Doing swap trick to save RAM
|
2011-11-30 20:00:05 +01:00 |
|
DennisOSRM
|
fd3ce305f4
|
Moved raw outputs to the appropriate macros
|
2011-11-30 19:48:01 +01:00 |
|
Emil Tin
|
f511af0f0c
|
fix compilation on mac; openmp issues and an unneeded typename
|
2011-11-26 16:42:15 +01:00 |
|
DennisOSRM
|
aac6f45f54
|
Forgot to resolve conflict
|
2011-11-26 13:36:45 +01:00 |
|
DennisOSRM
|
295164302a
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
Conflicts:
createHierarchy.cpp
|
2011-11-26 12:38:42 +01:00 |
|
Emil Tin
|
d72c48500b
|
moved openmp replacement header
|
2011-11-25 21:54:19 +01:00 |
|
Emil Tin
|
a3000019db
|
Move OpenMP stubs to a header
|
2011-11-25 18:49:23 +01:00 |
|