Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/waysx.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
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]
Modified 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.
Revision 203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 25 17:46:46 2009 UTC (15 years, 8 months ago) by amb
File length: 9149 byte(s)
Diff to previous 181
Reduce the number of ways in the output by compacting them (sharing the same information between identical ways).
Revision 181 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 31 12:30:12 2009 UTC (15 years, 9 months ago) by amb
File length: 5464 byte(s)
Diff to previous 151
Move function from waysx.c to ways.c.
Revision 151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:54:34 2009 UTC (15 years, 11 months ago) by amb
File length: 6036 byte(s)
Diff to previous 134
Changed the license to Affero GPLv3.
Revision 134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 1 17:23:30 2009 UTC (16 years ago) by amb
File length: 5577 byte(s)
Diff to previous 132
Added a function to test if two ways are the same.
Revision 132 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 28 17:31:41 2009 UTC (16 years ago) by amb
File length: 5005 byte(s)
Diff to previous 110
Move print statements from planetsplitter into individual functions.
Revision 110 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Feb 7 15:57:42 2009 UTC (16 years, 1 month ago) by amb
File length: 4728 byte(s)
Initial revision
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.