Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
/[routino]/branches/MS-Windows/src/files.h |
Log of /branches/MS-Windows/src/files.h
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1684 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 26 19:01:08 2015 UTC (9 years, 9 months ago) by amb
File length: 4450 byte(s)
Diff to previous 1682
When compiling with MINGW the pread() and pwrite() functions are not available. Fix a signed/unsigned assignment warning in the inline functions.
Revision 1682 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 26 17:31:47 2015 UTC (9 years, 9 months ago) by amb
File length: 4408 byte(s)
Diff to previous 1680
Create a branch for a version that compiles on Microsoft Windows (not just with MSVC).
Revision 1680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 26 17:28:56 2015 UTC (9 years, 9 months ago) by amb
Original Path: trunk/src/files.h
File length: 4408 byte(s)
Diff to previous 1591
Merge branch 'MSVC' back into the trunk.
Revision 1591 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 23 17:59:34 2014 UTC (10 years, 5 months ago) by amb
Original Path: trunk/src/files.h
File length: 4114 byte(s)
Diff to previous 1418
Allocate only the memory that is needed (but never more than the limit) when sorting files (i.e. don't just allocate the limit without checking).
Revision 1418 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 22 18:56:18 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 4088 byte(s)
Diff to previous 1410
Make the changes required to handle the new function names from the last few checkins.
Revision 1410 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 21 15:48:19 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 5727 byte(s)
Diff to previous 1407
Rename the functions for unbuffered file access to make this clear.
Revision 1407 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 21 14:42:52 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 5547 byte(s)
Diff to previous 1406
Add a new function for seeking in one of the buffered files.
Revision 1406 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 20 18:48:42 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 6020 byte(s)
Diff to previous 1404
Rename the function that skips forward in a buffered file to avoid confusion.
Revision 1404 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 20 18:35:57 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 6022 byte(s)
Diff to previous 1401
Add new functions for buffering when reading and also allow seeking in one of these buffered files.
Revision 1401 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 19 18:57:15 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 5931 byte(s)
Diff to previous 1399
Add functions to read and write file descriptors with buffering.
Revision 1399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 19 17:21:33 2013 UTC (11 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 5643 byte(s)
Diff to previous 1300
Split the function prototypes into two groups for the ones in files.c and the inline ones in files.h.
Revision 1300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 9 18:30:51 2013 UTC (11 years, 10 months ago) by amb
Original Path: trunk/src/files.h
File length: 5613 byte(s)
Diff to previous 1166
Cast data to signed before comparison (pedantic compiler warning).
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
Original Path: trunk/src/files.h
File length: 5577 byte(s)
Diff to previous 1122
Replace all assert statements with a custom error message that explains the cause and suggests a solution.
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
Original Path: trunk/src/files.h
File length: 5335 byte(s)
Diff to previous 1119
Change the UnmapFile() function to take a pointer to the data instead of the filename (like the CloseFile() function takes the file descriptor).
Revision 1119 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 19:45:29 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/files.h
File length: 5336 byte(s)
Diff to previous 957
Add a function to rename a file.
Revision 957 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 28 14:45:57 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src/files.h
File length: 5264 byte(s)
Diff to previous 888
Fix function comments.
Revision 888 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 31 19:18:08 2011 UTC (13 years, 4 months ago) by amb
Original Path: trunk/src/files.h
File length: 5260 byte(s)
Diff to previous 887
Add a #define to disable the use of pread()/pwrite() but this must be manually configured, there is no configure script.
Revision 887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 31 19:09:40 2011 UTC (13 years, 4 months ago) by amb
Original Path: trunk/src/files.h
File length: 4702 byte(s)
Diff to previous 680
Use pread() and pwrite() functions instead of seek() followed by read() or write().
Revision 680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 24 15:14:53 2011 UTC (13 years, 10 months ago) by amb
Original Path: trunk/src/files.h
File length: 3297 byte(s)
Diff to previous 614
Update comments throughout the source code.
Revision 614 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 29 19:44:36 2011 UTC (14 years, 1 month ago) by amb
Original Path: trunk/src/files.h
File length: 3282 byte(s)
Diff to previous 612
Fix assert problem.
Revision 612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 29 19:23:15 2011 UTC (14 years, 1 month ago) by amb
Original Path: trunk/src/files.h
File length: 3282 byte(s)
Diff to previous 511
Ensure that record of closed file descriptors are erased.
Revision 511 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 9 18:20:18 2010 UTC (14 years, 5 months ago) by amb
Original Path: trunk/src/files.h
File length: 3291 byte(s)
Diff to previous 507
The ReOpenFile() function cannot be read/write because it stops the router running with read-only access to the database.
Revision 507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 3 15:01:04 2010 UTC (14 years, 5 months ago) by amb
Original Path: trunk/src/files.h
File length: 3244 byte(s)
Diff to previous 502
Add a function to map a file writeable and use it for updating the ways when processing route relations.
Revision 502 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 19 16:17:45 2010 UTC (14 years, 5 months ago) by amb
Original Path: trunk/src/files.h
File length: 3198 byte(s)
Diff to previous 450
Change the names of the functions used to open files, change the ReOpen function to open R/W.
Revision 450 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jul 12 18:04:54 2010 UTC (14 years, 8 months ago) by amb
Original Path: trunk/src/files.h
File length: 3191 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.