Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/functions.h
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 358 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 9 15:15:02 2010 UTC (14 years, 11 months ago) by amb
File length: 3621 byte(s)
Diff to previous 341
Add an option '--sort-ram-size' to specify the RAM to use for sorting - defaults to 256MB if not using slim mode.
Revision 341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 29 18:20:06 2010 UTC (14 years, 11 months ago) by amb
File length: 3570 byte(s)
Diff to previous 331
Added command line option to specify a file containing profiles. Added command line option to select profile by name from loaded set. Use XML parser to read in the profiles.
Revision 331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 20 13:35:15 2010 UTC (15 years ago) by amb
File length: 3531 byte(s)
Diff to previous 326
Move the stat() calls to find a file size into a helper function in files.c.
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: 3470 byte(s)
Diff to previous 317
Allow planetsplitter to be run with a --parse-only or --process-only option and append to existing file or read from existing file.
Revision 317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 15 19:48:46 2010 UTC (15 years, 2 months ago) by amb
File length: 3432 byte(s)
Diff to previous 311
Change the test output formats to add turn, node type and bearing information.
Revision 311 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 12 11:08:50 2009 UTC (15 years, 3 months ago) by amb
File length: 3418 byte(s)
Diff to previous 310
Add some FILESORT_* #defines and use them.
Revision 310 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 11 19:27:39 2009 UTC (15 years, 3 months ago) by amb
File length: 3418 byte(s)
Diff to previous 303
Added a new function to sort variable length data - simplifies the compacting of ways, reduces memory usage potentially required for it and simplifies the code.
Revision 303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 14 19:39:20 2009 UTC (15 years, 4 months ago) by amb
File length: 3218 byte(s)
Diff to previous 290
If a selected waypoint is not very close to an existing node then insert a fake node in the segment that comes closest and use that instead.
Revision 290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 24 10:44:48 2009 UTC (15 years, 4 months ago) by amb
File length: 2755 byte(s)
Diff to previous 274
Fix missing segments in output if start and finish points are found by the start search.
Revision 274 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 4 15:53:31 2009 UTC (15 years, 5 months ago) by amb
File length: 2699 byte(s)
Diff to previous 270
Change the sort function to allow the indexing callback to veto the write.
Revision 270 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 4 10:45:04 2009 UTC (15 years, 5 months ago) by amb
File length: 2708 byte(s)
Diff to previous 259
Add some functions to perform sorting.
Revision 259 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 12:41:21 2009 UTC (15 years, 6 months ago) by amb
File length: 2386 byte(s)
Diff to previous 255
The WriteFile function now has a const parameter.
Revision 255 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 6 15:50:15 2009 UTC (15 years, 6 months ago) by amb
File length: 2380 byte(s)
Diff to previous 251
Remove the delete option from UnmapFile() and make it return NULL.
Revision 251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 5 09:36:57 2009 UTC (15 years, 6 months ago) by amb
File length: 2390 byte(s)
Diff to previous 250
Add some more file functions.
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: 2229 byte(s)
Diff to previous 248
Remove extra argument from MapFile function.
Revision 248 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 3 17:49:49 2009 UTC (15 years, 6 months ago) by amb
File length: 2244 byte(s)
Diff to previous 238
Changes to mapping and unmapping files for slim mode.
Revision 238 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 15:27:47 2009 UTC (15 years, 7 months ago) by amb
File length: 2180 byte(s)
Diff to previous 199
Rename the routing functions and make FindRoute only find routes with no super-nodes in them.
Revision 199 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:56:09 2009 UTC (15 years, 9 months ago) by amb
File length: 2177 byte(s)
Diff to previous 165
Put some of types.h into typesx.h (for extended data types). Put some of functions.h into functionsx.h (for OSM parser). Change included files to match.
Revision 165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 27 18:56:39 2009 UTC (15 years, 10 months ago) by amb
File length: 2299 byte(s)
Diff to previous 164
Allow generating a route with intermediate waypoints.
Revision 164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 24 16:53:37 2009 UTC (15 years, 10 months ago) by amb
File length: 2386 byte(s)
Diff to previous 162
Split the output functions into separate head/body/tail. Read in an optional copyright.txt file and include contents in output.
Revision 162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 23 17:37:04 2009 UTC (15 years, 10 months ago) by amb
File length: 2315 byte(s)
Diff to previous 161
Move the filename generation to a new function.
Revision 161 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 22 18:52:35 2009 UTC (15 years, 10 months ago) by amb
File length: 2240 byte(s)
Diff to previous 151
Split the function to print the output into a new file.
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: 2220 byte(s)
Diff to previous 126
Changed the license to Affero GPLv3.
Revision 126 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 19:12:41 2009 UTC (16 years, 1 month ago) by amb
File length: 1761 byte(s)
Diff to previous 109
Change some function names.
Revision 109 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Feb 7 15:56:08 2009 UTC (16 years, 1 month ago) by amb
File length: 1757 byte(s)
Diff to previous 104
Split the extended data types from the normal data types.
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.