Project OSRM
|
e11bd5d99f
|
Merge pull request #223 from emiltin/cuke_instruction_codes
osrm now returns codes intread of strings, handle this in tests
|
2012-04-17 06:28:09 -07:00 |
|
Emil Tin
|
f359927b09
|
osrm now returns codes intread of strings, handle this in tests
|
2012-04-17 15:22:55 +02:00 |
|
DennisOSRM
|
70825abb1d
|
Fixing wrong turn instruction at roundabouts
|
2012-04-16 19:27:20 +02:00 |
|
DennisOSRM
|
c4dc85f607
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-04-16 17:42:49 +02:00 |
|
DennisOSRM
|
7e8de26657
|
Fixing broken merge
|
2012-04-16 17:41:54 +02:00 |
|
DennisOSRM
|
b3570f57ee
|
Merge remote-tracking branch 'origin/feature/Localization'
|
2012-04-16 17:38:46 +02:00 |
|
DennisOSRM
|
3c62aa02d4
|
Moving object that holds all query data into seperate object
|
2012-04-14 20:34:38 +02:00 |
|
DennisOSRM
|
58e88d43a9
|
Moving object that holds all query data into seperate object.
|
2012-04-14 20:07:30 +02:00 |
|
DennisOSRM
|
78ade5b7d7
|
Adding a number of explicit namespace declarations
|
2012-04-14 18:18:18 +02:00 |
|
DennisOSRM
|
969d5c8558
|
Removing leftovers of STL parallel mode experiments
|
2012-04-14 18:01:06 +02:00 |
|
DennisOSRM
|
539199a7e9
|
Adding a std:: to size_t because it makes the parser more happy
|
2012-04-14 17:42:09 +02:00 |
|
DennisOSRM
|
60ffe55565
|
Names vector of strings is now passes as reference
|
2012-04-14 17:40:59 +02:00 |
|
DennisOSRM
|
dd03c6b168
|
Removing unnecessary STL parallel mode include
|
2012-04-14 16:19:40 +02:00 |
|
DennisOSRM
|
f53c0d7dfa
|
Sequential read of routing graph hastens startup
|
2012-04-14 15:53:10 +02:00 |
|
DennisOSRM
|
7872354b49
|
Pushing auto casted char buffer to vector of strings. Shall save one
allocation per street name
|
2012-04-14 15:43:37 +02:00 |
|
DennisOSRM
|
1ee470f5b4
|
Setting one char to '\0' instead of memsetting 1k bytes for every string
read
|
2012-04-14 15:40:19 +02:00 |
|
DennisOSRM
|
04e6ca9763
|
Trimming excess capacity of string of names
|
2012-04-14 15:37:39 +02:00 |
|
DennisOSRM
|
80219a31e2
|
Trim excess capacities
|
2012-04-14 15:28:45 +02:00 |
|
DennisOSRM
|
0555dc4bc3
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-04-14 15:07:26 +02:00 |
|
DennisOSRM
|
4401b58f45
|
Adding a little more verbosity during construction of external memory
data structure
|
2012-04-14 15:07:02 +02:00 |
|
DennisOSRM
|
8d2d3bd73c
|
Swapping vector with itself in contractor to save a little space
|
2012-04-14 15:05:51 +02:00 |
|
DennisOSRM
|
c7dfed8f29
|
10% increase in dynamic graph data structur
|
2012-04-14 15:03:08 +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
|
086e10671f
|
Ref'ed and consted parameters. Gives some extra performance when
creating grid.
|
2012-04-14 14:36:11 +02:00 |
|
DennisOSRM
|
68c1c0a6a6
|
Consistently reserve only 10% more in DynamicGraph.
|
2012-04-14 13:41:04 +02:00 |
|
DennisOSRM
|
811d77eccb
|
Transforming string to lower case in mph detection
|
2012-04-13 15:42:30 +02:00 |
|
DennisOSRM
|
f87450efd6
|
Expanding mph maxspeed detection
|
2012-04-13 13:40:19 +02:00 |
|
Project OSRM
|
e1a8cad552
|
Merge pull request #220 from Gnonthgol/master
Parse mph properly on maxspeed tags
|
2012-04-13 04:28:37 -07:00 |
|
DennisOSRM
|
c0141a9744
|
Fixing mph parsing
|
2012-04-13 13:27:36 +02:00 |
|
Gnonthgol
|
221de3343a
|
Add a maxspeed parser that can parse mph
|
2012-04-13 13:17:49 +02:00 |
|
DennisOSRM
|
4c0a54f95f
|
Removing strings of the turn instructions
|
2012-04-12 19:52:18 +02:00 |
|
DennisOSRM
|
1ce21556a1
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-04-12 19:36:02 +02:00 |
|
DennisOSRM
|
e104017d4c
|
Skipping ContractionCleantup entirely. Avoids a big allocation. Removing
DELETE() macro.
|
2012-04-12 19:35:47 +02:00 |
|
DennisOSRM
|
8377e411cb
|
Skipping ContractionCleantup entirely. Avoids a big allocation. Removing
DELETE() macro.
|
2012-04-12 18:53:01 +02:00 |
|
Project OSRM
|
b16f3f91d9
|
Merge pull request #217 from emiltin/cuke_ignore_reached
ignore 'You have reached your destination' when parsing route instructio...
|
2012-04-12 07:51:27 -07:00 |
|
Emil Tin
|
c669d46efb
|
ignore 'You have reached your destination' when parsing route instructions in cucumber tests
|
2012-04-12 16:47:43 +02:00 |
|
DennisOSRM
|
03deda313a
|
Restructured concurrent FIFO queue to use a circular buffer. Thx to the
guys from last week for asking about such a thing.
|
2012-04-06 15:07:28 +02:00 |
|
DennisOSRM
|
7983063d05
|
Reimplemented ConcurrentQueue with a circular buffer from boost library.
Gives about 10% faster raw parsing performance.
|
2012-04-06 14:33:15 +02:00 |
|
Project OSRM
|
e412366bb2
|
Merge pull request #213 from DennisOSRM/feature/FlushContractor
Feature/flush contractor
|
2012-04-05 05:06:03 -07:00 |
|
DennisOSRM
|
7035d17290
|
Pulling in latest changes from web frontend submodule
|
2012-04-04 13:24:26 +02:00 |
|
DennisOSRM
|
b9e0cb6be1
|
Cleaning up debug outputs
|
2012-04-04 13:08:13 +02:00 |
|
DennisOSRM
|
0a78a50eff
|
Adding external web project as submodule
|
2012-04-04 11:52:16 +02:00 |
|
DennisOSRM
|
323bf67037
|
Removing Docs subdirectory
|
2012-04-04 11:50:48 +02:00 |
|
DennisOSRM
|
9ffcec2fcb
|
Minor updates for flushing Contractor
|
2012-04-04 11:11:54 +02:00 |
|
DennisOSRM
|
964c0425bf
|
First working implementation of Contractor flush at 75% of contracted
nodes
|
2012-04-04 09:55:43 +02:00 |
|
DennisOSRM
|
19208289dc
|
Deleting old web front end.
|
2012-04-02 13:44:44 +02:00 |
|
DennisOSRM
|
a5c5f4c02c
|
First round of changes to have the constractor flush its data structures
at around 75% of the preprocessing. Also, a first try to branches.
|
2012-03-24 20:15:04 +01:00 |
|
Project OSRM
|
53aede83dc
|
Merge pull request #191 from tabacha/master
Issue #190 add stxxlroot option for SConstruct Default build
|
2012-03-23 10:42:49 -07:00 |
|
DennisOSRM
|
e4080aba05
|
Fixes issue #202
|
2012-03-23 17:44:56 +01:00 |
|