Commit Graph

8 Commits

Author SHA1 Message Date
Jonathan Turkanis
e21ce6efba merged branch 'bugfix/warnings-2015-09-01' into develop; silenced numerous compiler warnings for msvc, gcc, and clang 2015-09-03 15:50:36 -04:00
Jeremiah Willcock
4baa4e2d18 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2009-05-20 19:19:00 +00:00
Jonathan Turkanis
f7b7dcd1af merged changes from iostreams_dev, revisions 43059-43238: better debug output for mapped file; fixed large_file_test.cpp under UNICODE on Windows
[SVN r43240]
2008-02-13 05:47:44 +00:00
Jonathan Turkanis
ecbd2bd5e8 merged changes from iostreams_dev, revisions 42962-43059: updated copyright notices
[SVN r43061]
2008-02-02 22:10:46 +00:00
Jonathan Turkanis
8aa731d9d4 merged changes from iostreams_dev, revisions 42825-42947
[SVN r42948]
2008-01-24 06:50:32 +00:00
Jonathan Turkanis
975356158b merged changes from branches/iostreams_dev, revisions 42602-42624: adding missing included to fix #1550; fix for positioning on IBM; fix for file_descriptor on POSIX; restructed the version range for the Borland workaround in large_file_test.cpp
[SVN r42625]
2008-01-08 22:25:01 +00:00
Jonathan Turkanis
ce094a70ca ported changes to large_file_test.cpp from branches/iostreams_dev revisions 42376-42380:
- added optimization for win32 (excpet Borland 5.8.2) using mapped files
    - replaced SetFilePointerEx with SetFilePointer
    - replaced BOOST_CHECK_MESSAGE with BOOST_REQUIRE_MESSAGE in test for file existence
    - changed file attributes passed to CreateFile; previous flags were the result of a haphazard attempt to speed up execution
    - added docs


[SVN r42381]
2007-12-30 22:35:46 +00:00
Jonathan Turkanis
1753faf9e0 ported changes from branches/iostreams_dev revisions 42306-42342: reworking of low-level file access to address #824, plus rigorous tests for large seeks
[SVN r42343]
2007-12-29 19:50:22 +00:00