Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/nodesx.c
ViewVC logotype

Log of /trunk/src/nodesx.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 265 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 22 18:54:21 2009 UTC (15 years, 6 months ago) by amb
File length: 19272 byte(s)
Diff to previous 263
Remove a leftover from the last change on these files.


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: 19308 byte(s)
Diff to previous 260
Remove the non-highway nodes without re-sorting the whole list again.


Revision 260 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 12:42:39 2009 UTC (15 years, 6 months ago) by amb
File length: 19295 byte(s)
Diff to previous 258
Add some comments when closing and re-opening files.


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: 19214 byte(s)
Diff to previous 257
Some bug fixes and some missing unmap function calls.


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: 19074 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: 19696 byte(s)
Diff to previous 253
Slim version of segments code (still very slow and only works on simple cases).


Revision 253 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 5 10:35:47 2009 UTC (15 years, 6 months ago) by amb
File length: 19344 byte(s)
Diff to previous 252
Don't re-sort unnecessarily.


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: 19343 byte(s)
Diff to previous 250
Improve slim mode for nodes so that no data is not loaded into RAM at all.


Revision 250 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 18:35:59 2009 UTC (15 years, 6 months ago) by amb
File length: 18602 byte(s)
Diff to previous 249
Remove extra argument from MapFile function.


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: 18601 byte(s)
Diff to previous 246
Added slim mode (--slim) to planetsplitter for nodes only.


Revision 246 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 25 18:00:05 2009 UTC (15 years, 7 months ago) by amb
File length: 17156 byte(s)
Diff to previous 243
Fix for assert statement.


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: 17236 byte(s)
Diff to previous 232
Remove "sorted" parameter in data structure and change assert statements.


Revision 232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 14:10:27 2009 UTC (15 years, 8 months ago) by amb
File length: 16496 byte(s)
Diff to previous 229
Include the number of super-nodes, super-segments etc in the database as useful
information to put in the statistics output.


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: 16375 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: 16364 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: 16323 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: 16076 byte(s)
Diff to previous 223
Free memory at the end of planetsplitter (to aid finding potential leaks
earlier).


Revision 223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 18:34:38 2009 UTC (15 years, 8 months ago) by amb
File length: 15613 byte(s)
Diff to previous 219
Rename structure members after recent changes.


Revision 219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 8 months ago) by amb
File length: 15633 byte(s)
Diff to previous 216
Change from float to double for latitude and longitude.
Store latitude and longitude as an integer type rather than float (higher precision).


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: 15677 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: 15245 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: 15219 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]
Modified Wed Jul 1 18:23:26 2009 UTC (15 years, 8 months ago) by amb
File length: 14908 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, 8 months ago) by amb
File length: 14503 byte(s)
Diff to previous 208
Remove the Segment structure from the SegmentX structure to save memory.


Revision 208 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 29 17:39:20 2009 UTC (15 years, 8 months ago) by amb
File length: 14823 byte(s)
Diff to previous 206
Move the super-segment and normal-segment flags from the nodes to the distance.
Remove the NODE() macro and rename SUPER_FLAG to NODE_SUPER.



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.

  Diffs between and
  Type of Diff should be a