Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/planetsplitter.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 298 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 2 19:32:06 2009 UTC (15 years, 5 months ago) by amb
File length: 7810 byte(s)
Diff to previous 284
Added the ability to set routing preferences using highway properties. Initially the only choice is either paved or unpaved but the code has been updated to allow any number of properties to be added.
Revision 284 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 12 17:35:26 2009 UTC (15 years, 5 months ago) by amb
File length: 7272 byte(s)
Diff to previous 282
Rename the tmpdirname variable.
Revision 282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 10 15:56:23 2009 UTC (15 years, 5 months ago) by amb
File length: 7219 byte(s)
Diff to previous 279
Fix early termination test.
Revision 279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 8 19:20:29 2009 UTC (15 years, 5 months ago) by amb
File length: 7217 byte(s)
Diff to previous 275
Replace node, segment and way indexes with a single index for a set of segments containing the location of the first segment for each node.
Revision 275 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 7 18:03:48 2009 UTC (15 years, 6 months ago) by amb
File length: 7122 byte(s)
Diff to previous 263
Go back to the version 1.1 method of having each segment listed twice. This simplifies the lookup of first/next segments at no in-RAM index cost and now that slim mode has sorting of file contents the balance has tipped back.
Revision 263 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 21 19:23:13 2009 UTC (15 years, 6 months ago) by amb
File length: 7322 byte(s)
Diff to previous 262
Remove the non-highway nodes without re-sorting the whole list again.
Revision 262 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 12:55:15 2009 UTC (15 years, 6 months ago) by amb
File length: 7483 byte(s)
Diff to previous 258
Added the slim mode to Ways as well.
Revision 258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 15 11:39:50 2009 UTC (15 years, 6 months ago) by amb
File length: 7449 byte(s)
Diff to previous 256
Some bug fixes and some missing unmap function calls.
Revision 256 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 6 15:51:09 2009 UTC (15 years, 7 months ago) by amb
File length: 7338 byte(s)
Diff to previous 252
Slim version of segments code (still very slow and only works on simple cases).
Revision 252 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 5 09:37:31 2009 UTC (15 years, 7 months ago) by amb
File length: 7117 byte(s)
Diff to previous 249
Improve slim mode for nodes so that no data is not loaded into RAM at all.
Revision 249 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 17:51:03 2009 UTC (15 years, 7 months ago) by amb
File length: 6862 byte(s)
Diff to previous 247
Added slim mode (--slim) to planetsplitter for nodes only.
Revision 247 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 25 18:00:21 2009 UTC (15 years, 7 months ago) by amb
File length: 6596 byte(s)
Diff to previous 243
Revert the order that the functions are called.
Revision 243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 19 18:02:08 2009 UTC (15 years, 7 months ago) by amb
File length: 6411 byte(s)
Diff to previous 229
Remove "sorted" parameter in data structure and change assert statements.
Revision 229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 12:54:07 2009 UTC (15 years, 8 months ago) by amb
File length: 6482 byte(s)
Diff to previous 228
Store only one copy of each segment but index once for each direction.
Revision 228 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 09:01:48 2009 UTC (15 years, 8 months ago) by amb
File length: 6183 byte(s)
Diff to previous 227
Tidy up and fix comments and include files.
Revision 227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 08:38:12 2009 UTC (15 years, 8 months ago) by amb
File length: 6165 byte(s)
Diff to previous 226
Check all print statements and made them more consistent and/or accurate.
Revision 226 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 11 19:29:19 2009 UTC (15 years, 8 months ago) by amb
File length: 6158 byte(s)
Diff to previous 224
Free memory at the end of planetsplitter (to aid finding potential leaks earlier).
Revision 224 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 18:56:50 2009 UTC (15 years, 8 months ago) by amb
File length: 6076 byte(s)
Diff to previous 220
Separate the sorting of Ways from compacting of Ways.
Revision 220 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:32:35 2009 UTC (15 years, 8 months ago) by amb
File length: 6027 byte(s)
Diff to previous 214
Ensure that variable is reset before using it.
Revision 214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 9 months ago) by amb
File length: 6109 byte(s)
Diff to previous 212
Fix some gcc pedantic warnings.
Revision 212 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 1 18:23:26 2009 UTC (15 years, 9 months ago) by amb
File length: 6129 byte(s)
Diff to previous 209
Remove the Node structure from the NodeX structure to save memory.
Revision 209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 30 18:32:42 2009 UTC (15 years, 9 months ago) by amb
File length: 6161 byte(s)
Diff to previous 204
Remove the Segment structure from the SegmentX structure to save memory.
Revision 204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 18:17:58 2009 UTC (15 years, 9 months ago) by amb
File length: 6093 byte(s)
Diff to previous 203
Undo part of the previous change - only update the Segment way index at the end.
Revision 203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 17:46:46 2009 UTC (15 years, 9 months ago) by amb
File length: 6093 byte(s)
Diff to previous 199
Reduce the number of ways in the output by compacting them (sharing the same information between identical ways).
Revision 199 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 15 18:56:09 2009 UTC (15 years, 9 months ago) by amb
File length: 6085 byte(s)
Diff to previous 195
Put some of types.h into typesx.h (for extended data types). Put some of functions.h into functionsx.h (for OSM parser). Change included files to match.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.