Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/superx.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 452 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 14 18:00:10 2010 UTC (14 years, 8 months ago) by amb
File length: 12369 byte(s)
Diff to previous 449
Replaced the runtime selection of slim mode / non-slim mode with compile time selection that gives no runtime overhead but gives two executables.
Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 12555 byte(s)
Diff to previous 434
Create a files.h header and put some of the most heavily used files.c functions into it and make them inline.
Revision 434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 5 19:05:51 2010 UTC (14 years, 8 months ago) by amb
File length: 12557 byte(s)
Diff to previous 326
Change the algorithm used to determine supernodes.
Revision 326 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 19 19:47:10 2010 UTC (15 years ago) by amb
File length: 12355 byte(s)
Diff to previous 289
Allow planetsplitter to be run with a --parse-only or --process-only option and append to existing file or read from existing file.
Revision 289 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 22 18:17:51 2009 UTC (15 years, 5 months ago) by amb
File length: 12353 byte(s)
Diff to previous 279
Added some missing comments and corrected some existing ones.
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: 12311 byte(s)
Diff to previous 277
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 277 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 7 18:53:19 2009 UTC (15 years, 5 months ago) by amb
File length: 12857 byte(s)
Diff to previous 275
AppendSegment adds a single segment and not a pair.
Revision 275 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 7 18:03:48 2009 UTC (15 years, 5 months ago) by amb
File length: 12671 byte(s)
Diff to previous 262
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 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: 11802 byte(s)
Diff to previous 257
Added the slim mode to Ways as well.
Revision 257 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 7 19:01:59 2009 UTC (15 years, 6 months ago) by amb
File length: 11692 byte(s)
Diff to previous 256
Fixed slim mode for segments and nodes (slim now means mapping only one file into RAM at a time and none when creating the final output).
Revision 256 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 6 15:51:09 2009 UTC (15 years, 6 months ago) by amb
File length: 11233 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, 6 months ago) by amb
File length: 10832 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, 6 months ago) by amb
File length: 10856 byte(s)
Diff to previous 243
Added slim mode (--slim) to planetsplitter for nodes only.
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: 10916 byte(s)
Diff to previous 236
Remove "sorted" parameter in data structure and change assert statements.
Revision 236 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 14:18:23 2009 UTC (15 years, 7 months ago) by amb
File length: 10952 byte(s)
Diff to previous 234
Optimise the priority queue used for routing.
Revision 234 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 23 17:36:11 2009 UTC (15 years, 8 months ago) by amb
File length: 10866 byte(s)
Diff to previous 231
Split off queue functions into a separate file.
Revision 231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 13:17:35 2009 UTC (15 years, 8 months ago) by amb
File length: 10874 byte(s)
Diff to previous 229
Fix incorrect progress indicator message.
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: 10910 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: 10942 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: 10773 byte(s)
Diff to previous 218
Check all print statements and made them more consistent and/or accurate.
Revision 218 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 8 17:35:15 2009 UTC (15 years, 8 months ago) by amb
File length: 10488 byte(s)
Diff to previous 216
Ensure that variable is reset before using it.
Revision 216 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 4 17:58:06 2009 UTC (15 years, 8 months ago) by amb
File length: 10486 byte(s)
Diff to previous 214
Change data structure to avoid calling realloc() each time to allocate more memory.
Revision 214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 17:49:16 2009 UTC (15 years, 8 months ago) by amb
File length: 10766 byte(s)
Diff to previous 213
Fix some gcc pedantic warnings.
Revision 213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 16:33:31 2009 UTC (15 years, 8 months ago) by amb
File length: 10839 byte(s)
Diff to previous 212
Removed unused header files, change assert statements, tidy some code.
Revision 212 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Jul 1 18:23:26 2009 UTC (15 years, 8 months ago) by amb
File length: 10597 byte(s)
Diff to previous 209
Remove the Node structure from the NodeX structure to save memory.
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.