Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/prunex.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1264 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 2 15:40:57 2013 UTC (12 years ago) by amb
File length: 40803 byte(s)
Diff to previous 1249
Add a test case for pruning short segments. Found some disallowed cases that had not been detected before and fixed them.
Revision 1249 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 3 19:13:26 2013 UTC (12 years, 1 month ago) by amb
File length: 40375 byte(s)
Diff to previous 1208
Some trivial changes, same functionality.
Revision 1208 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 16:43:03 2012 UTC (12 years, 3 months ago) by amb
File length: 40312 byte(s)
Diff to previous 1179
Stop planetsplitter crashing out in unusual ways if there is no data.
Revision 1179 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 5 19:50:30 2012 UTC (12 years, 3 months ago) by amb
File length: 40247 byte(s)
Diff to previous 1168
Minor theoretical improvements to pruning (slim mode is still very slow).
Revision 1168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 21 09:20:57 2012 UTC (12 years, 3 months ago) by amb
File length: 40093 byte(s)
Diff to previous 1166
Revert r1164 - some super-segments are longer than 65535 metres even if no individual segment is.
Revision 1166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 16:12:08 2012 UTC (12 years, 3 months ago) by amb
File length: 39995 byte(s)
Diff to previous 1164
Replace all assert statements with a custom error message that explains the cause and suggests a solution.
Revision 1164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 15:24:30 2012 UTC (12 years, 3 months ago) by amb
File length: 39475 byte(s)
Diff to previous 1124
Replace the 32-bit combined distance and flags in the segment with 16 bits for each.
Revision 1124 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 3 11:31:18 2012 UTC (12 years, 4 months ago) by amb
File length: 39573 byte(s)
Diff to previous 1122
Append the new ways directly to the end of the existing ways rather than using a new file.
Revision 1122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 3 08:58:47 2012 UTC (12 years, 4 months ago) by amb
File length: 40108 byte(s)
Diff to previous 1121
Change the UnmapFile() function to take a pointer to the data instead of the filename (like the CloseFile() function takes the file descriptor).
Revision 1121 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 19:51:17 2012 UTC (12 years, 4 months ago) by amb
File length: 40180 byte(s)
Diff to previous 1120
Fix a bug which gave different results for slim mode and normal mode when pruning short segments.
Revision 1120 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 20:00:27 2012 UTC (12 years, 4 months ago) by amb
File length: 40124 byte(s)
Diff to previous 1117
Introduce a new'--append' option for appending data from a file to the currently parsed data. Rename the intermediate file used for storing data to be appended to. Add a function to call after appending to a file which closes the file and renames it to a temporary filename which is used for the remaining processing.
Revision 1117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 24 08:35:00 2012 UTC (12 years, 4 months ago) by amb
File length: 40008 byte(s)
Diff to previous 1098
Perform the pruning for isolated regions in terms of each transport type individually.
Revision 1098 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 20 12:52:01 2012 UTC (12 years, 4 months ago) by amb
File length: 36805 byte(s)
Diff to previous 1017
Delete the pruned nodes before searching for super-nodes etc.
Revision 1017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 11 18:29:05 2012 UTC (12 years, 8 months ago) by amb
File length: 37850 byte(s)
Diff to previous 977
Fix bug with pruning straight highways (uninitialised data).
Revision 977 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 21 19:02:11 2012 UTC (13 years ago) by amb
File length: 37842 byte(s)
Diff to previous 976
Refactor code slightly for isolated regions.
Revision 976 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 21 18:57:43 2012 UTC (13 years ago) by amb
File length: 38066 byte(s)
Diff to previous 973
Re-arrange small sections of code based on results of profiling.
Revision 973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 20 18:43:34 2012 UTC (13 years ago) by amb
File length: 38203 byte(s)
Diff to previous 972
Remove compiler warnings (when compiled with optimisation).
Revision 972 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 20 18:35:20 2012 UTC (13 years ago) by amb
File length: 38151 byte(s)
Diff to previous 971
Allow pruning isolated regions to be run second or later.
Revision 971 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 20 18:26:02 2012 UTC (13 years ago) by amb
File length: 38065 byte(s)
Diff to previous 970
Don't remove nodes/segments when straightening ways if it would cause the loss of a way name.
Revision 970 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 19 16:56:45 2012 UTC (13 years ago) by amb
File length: 37992 byte(s)
Diff to previous 968
Some fixes to be able to process the whole of the UK.
Revision 968 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 18 14:45:44 2012 UTC (13 years ago) by amb
File length: 36918 byte(s)
Diff to previous 967
Fix bug with pruning that caused super-node search to fail.
Revision 967 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 18 13:24:41 2012 UTC (13 years ago) by amb
File length: 36352 byte(s)
Diff to previous 966
Refactored the code for straight highways and made improvements.
Revision 966 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 18 10:36:35 2012 UTC (13 years ago) by amb
File length: 36026 byte(s)
Diff to previous 964
Prune nodes in the middle of straight highways.
Revision 964 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 11 19:51:46 2012 UTC (13 years, 1 month ago) by amb
File length: 24971 byte(s)
Diff to previous 963
Prune short segments.
Revision 963 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Feb 9 18:36:46 2012 UTC (13 years, 1 month ago) by amb
File length: 13127 byte(s)
Diff to previous 961
Prune isolated segments if they cannot be routed to anywhere else, not just if they are not connected.
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.