Routino SVN Repository Browser

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

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

Log of /trunk/src/waysx.c

Parent Directory Parent Directory | Revision Log Revision Log


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


Revision 307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 25 15:00:37 2009 UTC (15 years, 3 months ago) by amb
File length: 18008 byte(s)
Diff to previous 289
Store the selected options when parsing (planetsplitter) and display them in the
statistics (filedumper) and check them when routing (router).


Revision 289 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 22 18:17:51 2009 UTC (15 years, 4 months ago) by amb
File length: 17795 byte(s)
Diff to previous 286
Added some missing comments and corrected some existing ones.


Revision 286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 12 17:55:23 2009 UTC (15 years, 5 months ago) by amb
File length: 17634 byte(s)
Diff to previous 285
When sorting we cannot have NULL pointers now.


Revision 285 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 12 17:54:18 2009 UTC (15 years, 5 months ago) by amb
File length: 17807 byte(s)
Diff to previous 284
Re-order the functions in the file into a more logical order.
No functional changes.


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: 17807 byte(s)
Diff to previous 283
Rename the tmpdirname variable.


Revision 283 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 10 16:21:19 2009 UTC (15 years, 5 months ago) by amb
File length: 17773 byte(s)
Diff to previous 280
Corrections after running with valgrind.


Revision 280 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 9 18:47:40 2009 UTC (15 years, 5 months ago) by amb
File length: 17775 byte(s)
Diff to previous 276
Free the nodesx->super array and the segmentsx->firstnode array when finished
with them.  Remove wayx->cid and overwrite wayx->id instead.  Overwrite
nodex[i]->id=i for later geographically sorted use.


Revision 276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 7 18:17:27 2009 UTC (15 years, 5 months ago) by amb
File length: 17905 byte(s)
Diff to previous 275
Use heapsort() instead of qsort().


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: 18003 byte(s)
Diff to previous 272
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 272 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 4 15:52:37 2009 UTC (15 years, 5 months ago) by amb
File length: 18269 byte(s)
Diff to previous 266
Sort the ways using the same method as the nodes.  Also remove the duplicates.


Revision 266 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 23 18:36:58 2009 UTC (15 years, 5 months ago) by amb
File length: 18127 byte(s)
Diff to previous 262
Simplify the de-duplication when sorting and update some comments.


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: 18041 byte(s)
Diff to previous 243
Added the slim mode to Ways as well.


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: 14248 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: 13261 byte(s)
Diff to previous 230
Include the number of super-nodes, super-segments etc in the database as useful
information to put in the statistics output.


Revision 230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 19 13:17:00 2009 UTC (15 years, 8 months ago) by amb
File length: 13229 byte(s)
Diff to previous 228
Fix problem with memory reallocation.


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: 13243 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: 13185 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: 13057 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: 12227 byte(s)
Diff to previous 216
Separate the sorting of Ways from compacting of Ways.


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: 11463 byte(s)
Diff to previous 215
Change data structure to avoid calling realloc() each time to allocate more
memory.


Revision 215 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 2 19:41:38 2009 UTC (15 years, 8 months ago) by amb
File length: 9446 byte(s)
Diff to previous 214
Handle duplicate ways.


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: 8901 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: 8890 byte(s)
Diff to previous 207
Removed unused header files, change assert statements, tidy some code.


Revision 207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 29 16:46:09 2009 UTC (15 years, 8 months ago) by amb
File length: 9093 byte(s)
Diff to previous 205
Replace memmove with structure copy.


Revision 205 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jun 25 18:25:46 2009 UTC (15 years, 8 months ago) by amb
File length: 9135 byte(s)
Diff to previous 203
Rename part of the structure.



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