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 555 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 20 19:02:31 2010 UTC (14 years, 3 months ago) by amb
File length: 15125 byte(s)
Diff to previous 532
Close and open the files for the slim case to match the map/unmap of files for the non-slim case.
Revision 532 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 14:56:37 2010 UTC (14 years, 3 months ago) by amb
File length: 14923 byte(s)
Diff to previous 530
Split functions.h into fakes.h, sorting.h and the remainder in functions.h.
Revision 530 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:47:51 2010 UTC (14 years, 3 months ago) by amb
File length: 14925 byte(s)
Diff to previous 529
Change the wayprop_t type into properties_t.
Revision 529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 27 11:41:25 2010 UTC (14 years, 3 months ago) by amb
File length: 14925 byte(s)
Diff to previous 526
Change the allow_t type into transports_t (and associated enums and macros).
Revision 526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 14 16:32:19 2010 UTC (14 years, 4 months ago) by amb
File length: 14919 byte(s)
Diff to previous 519
Print out statistics about what highways are included in the database.
Revision 519 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 14:22:28 2010 UTC (14 years, 4 months ago) by amb
File length: 14810 byte(s)
Diff to previous 502
Add an option to make the output more suitable for a log file.
Revision 502 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 19 16:17:45 2010 UTC (14 years, 6 months ago) by amb
File length: 15082 byte(s)
Diff to previous 499
Change the names of the functions used to open files, change the ReOpen function to open R/W.
Revision 499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 18:38:39 2010 UTC (14 years, 6 months ago) by amb
File length: 15051 byte(s)
Diff to previous 493
Split the sorting of waysx from the compacting so that the route relation information can be included before compacting.
Revision 493 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 16 18:20:44 2010 UTC (14 years, 6 months ago) by amb
File length: 12767 byte(s)
Diff to previous 468
Fix the comment for the Append...() function.
Revision 468 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 18:21:18 2010 UTC (14 years, 7 months ago) by amb
File length: 12800 byte(s)
Diff to previous 466
Rename the wayallow_t type to allow_t (since it applies to nodes as well now).
Revision 466 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 14:56:17 2010 UTC (14 years, 7 months ago) by amb
File length: 12803 byte(s)
Diff to previous 464
Assert if the number of nodes, segments or ways exceeds the legal range of the index counters.
Revision 464 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 14:06:56 2010 UTC (14 years, 7 months ago) by amb
File length: 12724 byte(s)
Diff to previous 463
Ensure that seeking within a file uses a 64-bit offset.
Revision 463 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 31 10:28:52 2010 UTC (14 years, 7 months ago) by amb
File length: 12710 byte(s)
Diff to previous 461
Remove the assert statements that check the order of calling the functions.
Revision 461 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 24 16:51:41 2010 UTC (14 years, 8 months ago) by amb
File length: 12979 byte(s)
Diff to previous 460
Some tidying up of the writing of the file headers.
Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 24 10:09:07 2010 UTC (14 years, 8 months ago) by amb
File length: 12963 byte(s)
Diff to previous 452
Finished slim mode for the router by adding ways.
Revision 452 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 14 18:00:10 2010 UTC (14 years, 8 months ago) by amb
File length: 12999 byte(s)
Diff to previous 451
Replaced the runtime selection of slim mode / non-slim mode with compile time selection that gives no runtime overhead but gives two executables.
Revision 451 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 13 17:43:51 2010 UTC (14 years, 8 months ago) by amb
File length: 13074 byte(s)
Diff to previous 449
Move the functions for slim mode out into the header file and make it inline.
Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 13752 byte(s)
Diff to previous 447
Create a files.h header and put some of the most heavily used files.c functions into it and make them inline.
Revision 447 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 11 08:16:32 2010 UTC (14 years, 8 months ago) by amb
File length: 13712 byte(s)
Diff to previous 398
Change the names of the temporary files.
Revision 398 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 22 18:40:47 2010 UTC (14 years, 10 months ago) by amb
File length: 13710 byte(s)
Diff to previous 385
Remove the --transport=<transport>, --not-highway=<highway> and --not-property=<property> options from planetsplitter because they can be done by the tagging.xml file now.
Revision 385 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 28 17:27:02 2010 UTC (14 years, 10 months ago) by amb
File length: 13804 byte(s)
Diff to previous 331
Change file format to allow 64-bit off_t type with 32 bit void* type.
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: 13862 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: 13875 byte(s)
Diff to previous 311
Allow planetsplitter to be run with a --parse-only or --process-only option and append to existing file or read from existing file.
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: 13141 byte(s)
Diff to previous 310
Add some FILESORT_* #defines and use them.
Revision 310 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Dec 11 19:27:39 2009 UTC (15 years, 3 months ago) by amb
File length: 13238 byte(s)
Diff to previous 309
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.
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.