Commit Graph

1414 Commits

Author SHA1 Message Date
Beman Dawes
254e669b37 Add case of file_size cannot be determined to throws paragraph
[SVN r27086]
2005-02-03 22:47:45 +00:00
Stefan Slapeta
4c75d616cf Replaced BOOST_TEST
[SVN r27048]
2005-02-03 10:54:24 +00:00
Beman Dawes
53b3c9404c add tests to detect interference between directory iterators, in response to reported Mac OS X problems with readdir.
[SVN r26780]
2005-01-21 14:24:06 +00:00
Beman Dawes
b56570fb8a use POSIX readdir_r if available
[SVN r26779]
2005-01-21 14:21:06 +00:00
Beman Dawes
488a61c15b Clarify what characters are permitted in names
[SVN r26750]
2005-01-19 21:41:21 +00:00
Beman Dawes
146a203800 Correctly handle empty root directory on Windows (Ben Hutchings)
[SVN r26620]
2005-01-03 14:58:59 +00:00
Beman Dawes
324c7540c5 Apply BOOST_NO_STDC_NAMESPACE workaround after all #includes to make less std lib implementation dependent. (François Dumont)
[SVN r26581]
2004-12-24 14:19:18 +00:00
Beman Dawes
1c9e511f9c Fix typos
[SVN r26433]
2004-12-06 01:16:47 +00:00
Beman Dawes
29f06fe6d2 Add ERROR_BAD_NETPATH to exists() checks (Martin Slater)
[SVN r26432]
2004-12-05 22:45:44 +00:00
Beman Dawes
177383032b fix equivalent() failures across subst Windows drives
[SVN r26317]
2004-11-26 19:35:17 +00:00
Beman Dawes
393bc1e753 Add pgm to aid equivalent() testing
[SVN r26316]
2004-11-26 19:33:19 +00:00
Beman Dawes
7a0018fd9b fix 2 cases where on Windows a backslash was not equivalent to a forward slash
[SVN r26184]
2004-11-11 16:38:21 +00:00
Beman Dawes
373cca5226 fix failure to remove dangling symbolic link (Walter Landry)
[SVN r26064]
2004-11-01 21:09:25 +00:00
Beman Dawes
823169cbc6 Quiet gcc warning (Lars Gullik Bjønne)
[SVN r25865]
2004-10-25 16:58:54 +00:00
Beman Dawes
bc41d3735d last_write_time() fix
[SVN r25637]
2004-10-09 20:25:30 +00:00
Aleksey Gurtovoy
67b231daf6 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Beman Dawes
097d0d6ebe Work around Intel 7.1/Linux include problem
[SVN r25235]
2004-09-19 19:48:29 +00:00
Beman Dawes
e4330acdc9 Add define for _USE_FILE_OFFSET_BITS 64 in hopes of picking up large file support on more systems (David Judson)
[SVN r25125]
2004-09-15 21:24:23 +00:00
Beman Dawes
d7651f2c21 Fix POSIX trailing colon bug (Angus Leeming)
[SVN r25123]
2004-09-15 16:00:57 +00:00
Beman Dawes
30b78770ef Add test case from Angus Leeming, fix bug spotted while adding test
[SVN r25122]
2004-09-15 15:59:27 +00:00
Beman Dawes
c0e987af46 add newline at eof to quiet compiler warnings
[SVN r25021]
2004-09-12 12:55:45 +00:00
Beman Dawes
86a674a57a add possible_large_file_size_support and associated test
[SVN r25010]
2004-09-10 13:53:02 +00:00
Beman Dawes
44694971a6 Add fs::exceptionj member tests
[SVN r24930]
2004-09-05 21:33:12 +00:00
Beman Dawes
d4709e44f7 path::iterator should be bidirectional_traversal_tag (Martin Wille)
[SVN r24764]
2004-08-26 15:55:47 +00:00
John Maddock
06aa67ca32 Another Win32 error code that needs handling (indicates that the file does not exist).
[SVN r24555]
2004-08-18 12:53:18 +00:00
John Maddock
b1aeed6f32 Re-ordered includes to prevent macro-redeffinitions
[SVN r24156]
2004-07-29 11:00:58 +00:00
Douglas Gregor
cadba34c71 Fix relative link to boost.css
[SVN r24020]
2004-07-25 03:12:47 +00:00
Douglas Gregor
38ed4c472c Documentation update from Jon T. Pedant
[SVN r23847]
2004-07-20 17:03:55 +00:00
Dave Abrahams
84dabd7b75 Full qualification for vc6/7 (no ADL).
[SVN r23543]
2004-07-14 13:46:42 +00:00
Dave Abrahams
332ead1f74 Repair postfix increment proxies for input iterators
[SVN r23508]
2004-07-13 17:23:53 +00:00
Rene Rivera
0a1da00836 Prevent use of auto-linking for regression testing as it causes failures when the auto-linked libraries are not found on some compilers.
[SVN r23428]
2004-07-10 16:46:06 +00:00
John Maddock
f69c19dc5c Added fix for when the filename syntax is invalid.
[SVN r23033]
2004-06-05 11:52:22 +00:00
Vladimir Prus
8692b025bc Fix library name
[SVN r22783]
2004-05-11 06:35:31 +00:00
Vladimir Prus
32c127a5c5 Fix typo. Thanks to Jeff Flinn for noticing.
[SVN r22668]
2004-04-19 12:06:01 +00:00
John Maddock
5b78d4c497 filesystem::exists, must check to see why a filesystem stat failed, before assuming that the file does not exist.
[SVN r22564]
2004-03-30 15:19:58 +00:00
Beman Dawes
c7a9bf6593 expand rename() test cases, correct docs, tie test cases to docs
[SVN r22537]
2004-03-21 20:32:20 +00:00
Beman Dawes
3e74ac39e8 Add equivalent()
[SVN r22531]
2004-03-20 18:24:48 +00:00
Beman Dawes
2d60409fa0 spelling fix
[SVN r22526]
2004-03-19 18:24:01 +00:00
Beman Dawes
44c08bc4eb add relational operators
[SVN r22498]
2004-03-14 17:53:45 +00:00
Beman Dawes
ae58e688e2 correct, clarify, terminology
[SVN r22496]
2004-03-13 02:43:01 +00:00
Beman Dawes
2974cc5192 create_directory() and create_directories() now return bool
[SVN r22482]
2004-03-11 16:17:43 +00:00
Beman Dawes
446f23446c create_directory() and create_directories() now return bool
[SVN r22481]
2004-03-11 16:08:16 +00:00
Beman Dawes
98ef1730b8 Add Cygwin build section, reorganize build docs
[SVN r22362]
2004-02-22 14:45:50 +00:00
Beman Dawes
6fc50d0866 allow macros to override BOOST_PLATFORM
[SVN r22361]
2004-02-22 14:44:37 +00:00
Beman Dawes
d0c4a18832 show sizeof(intmax_t)
[SVN r22328]
2004-02-19 14:03:50 +00:00
Beman Dawes
c0b701f6d5 __USE_FILE_OFFSET64 now tested on Linux
[SVN r22327]
2004-02-19 14:03:08 +00:00
Beman Dawes
85dcf18041 fix intmax_t misspelling (Janusz Piwowarski)
[SVN r22302]
2004-02-17 13:29:11 +00:00
Beman Dawes
99b98e64d7 more reliable POSIX current_path() imp (issue reported and fix tested by Ron Garcia)
[SVN r22182]
2004-02-06 01:27:06 +00:00
Beman Dawes
9c86292c6d add file_size() support
[SVN r22156]
2004-02-03 16:00:10 +00:00
Beman Dawes
5d414f1803 add arg to 2nd ctor
[SVN r22155]
2004-02-03 15:58:10 +00:00