a9458cdc47
Revert to 0xFFFFFFFF because VC++6.0 doesn't support INVALID_FILE_ATTRIBUTES
Beman Dawes
2005-09-18 14:53:36 +00:00
f57c2d02b9
Update to match V1 Jamfile.
Vladimir Prus
2005-09-14 07:27:59 +00:00
c8330af714
Remove extraneous debugging information
Douglas Gregor
2005-09-10 06:06:21 +00:00
2f494a565b
small fixes, changes to allow path_table.cpp to support both Windows and Posix in same program (for testing purposes)
Beman Dawes
2005-09-07 21:01:25 +00:00
7f04824661
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
John Maddock
2005-08-25 16:27:28 +00:00
73a225c9fc
Merged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +00:00
e03634acef
Add #error for borland dll link attempt
Beman Dawes
2005-07-18 11:54:34 +00:00
2cbb1cf8a2
Remove separate link testing. All testing now done in main test jamfile.
Beman Dawes
2005-07-17 20:55:23 +00:00
42cbc5f95b
Bring into alignment with other library build jam files
Beman Dawes
2005-07-17 20:53:29 +00:00
5c487d9379
Add path_test_dll and operations_test_dll. Also clean up a bit.
Beman Dawes
2005-07-17 20:51:52 +00:00
dd64e21a83
Fix typo in test case that has gone undetected for years because most systems order directory entries such that the other logic path got tested
Beman Dawes
2005-07-17 20:50:06 +00:00
aa8837925c
Add two missing BOOST_FILESYSTEM_DECL
Beman Dawes
2005-07-16 21:59:46 +00:00
348391a38a
On HPUX-aCC, readdir_r is only declared if the option '-mt' is passed onto the aCC compiler. Now the code detects if the multithreading option is passed by checking if _REENTRANT is defined (in combination with __HP_aCC)
Toon Knapen
2005-06-22 10:08:13 +00:00
05df06a5c9
STLPort is allergic to std::system, so don't use runtime platform test
Beman Dawes
2005-06-18 12:20:13 +00:00
6b554cf7e9
Make install target explicit. Otherwise top-level Jamfile will try to install both results of 'boost_program_options' and of the install target, resulting in duplicate target error.
Vladimir Prus
2005-06-16 07:59:26 +00:00
b192558c49
use a form of directory iteration search Sebastian Martel reports will work with Win98
Beman Dawes
2005-06-07 13:16:56 +00:00
65a1ee085a
Second try at CodeWarrior ::remove() bug workaround
Beman Dawes
2005-06-07 01:17:50 +00:00
6bac933395
-- typo
Martin Wille
2005-06-03 08:17:32 +00:00
ce543c48bd
workaround CodeWarrior / Mac C library remove problem
Beman Dawes
2005-06-02 22:19:47 +00:00
be84be9827
workaround MSL C lib wrong errno from ::getcwd(). Metrowerks says they will fix, but I don't know the version numbers involved.
Beman Dawes
2005-05-19 22:10:29 +00:00
bcbc83b9bd
Make POSIX copy_file more robust
Beman Dawes
2005-05-11 13:20:00 +00:00
629c3a308e
Add copy_file test log messages to aid loop/hang diagnosis
Beman Dawes
2005-05-11 13:16:50 +00:00
a8374fb32a
Relax write_time constraints so tests more reliably pass on FAT and other low time precision file systems
Beman Dawes
2005-05-11 11:49:09 +00:00
3b644dd62c
Add ERROR_NOT_READY to exists() list
Beman Dawes
2005-05-07 01:25:38 +00:00
ac22916af5
Fix use of *DYN_LIB=1 defines. Add dist-lib target to put results in a convenient place.
Rene Rivera
2005-04-24 17:17:09 +00:00
ed8d6c1beb
Don't force static linking on NT.
Vladimir Prus
2005-04-20 11:25:16 +00:00
22906e412a
Sync with V1
Vladimir Prus
2005-04-14 13:10:56 +00:00
4a4bc5320b
Add native test case for c++, which someone claimed was failing (but apparently isn't)
Beman Dawes
2005-02-19 02:18:39 +00:00
254e669b37
Add case of file_size cannot be determined to throws paragraph
Beman Dawes
2005-02-03 22:47:45 +00:00
4c75d616cf
Replaced BOOST_TEST
Stefan Slapeta
2005-02-03 10:54:24 +00:00
53b3c9404c
add tests to detect interference between directory iterators, in response to reported Mac OS X problems with readdir.
Beman Dawes
2005-01-21 14:24:06 +00:00
b56570fb8a
use POSIX readdir_r if available
Beman Dawes
2005-01-21 14:21:06 +00:00
488a61c15b
Clarify what characters are permitted in names
Beman Dawes
2005-01-19 21:41:21 +00:00
146a203800
Correctly handle empty root directory on Windows (Ben Hutchings)
Beman Dawes
2005-01-03 14:58:59 +00:00
324c7540c5
Apply BOOST_NO_STDC_NAMESPACE workaround after all #includes to make less std lib implementation dependent. (François Dumont)
Beman Dawes
2004-12-24 14:19:18 +00:00
097d0d6ebe
Work around Intel 7.1/Linux include problem
Beman Dawes
2004-09-19 19:48:29 +00:00
e4330acdc9
Add define for _USE_FILE_OFFSET_BITS 64 in hopes of picking up large file support on more systems (David Judson)
Beman Dawes
2004-09-15 21:24:23 +00:00
30b78770ef
Add test case from Angus Leeming, fix bug spotted while adding test
Beman Dawes
2004-09-15 15:59:27 +00:00
c0e987af46
add newline at eof to quiet compiler warnings
Beman Dawes
2004-09-12 12:55:45 +00:00
86a674a57a
add possible_large_file_size_support and associated test
Beman Dawes
2004-09-10 13:53:02 +00:00
44694971a6
Add fs::exceptionj member tests
Beman Dawes
2004-09-05 21:33:12 +00:00
d4709e44f7
path::iterator should be bidirectional_traversal_tag (Martin Wille)
Beman Dawes
2004-08-26 15:55:47 +00:00
06aa67ca32
Another Win32 error code that needs handling (indicates that the file does not exist).
John Maddock
2004-08-18 12:53:18 +00:00
b1aeed6f32
Re-ordered includes to prevent macro-redeffinitions
John Maddock
2004-07-29 11:00:58 +00:00
cadba34c71
Fix relative link to boost.css
Douglas Gregor
2004-07-25 03:12:47 +00:00
38ed4c472c
Documentation update from Jon T. Pedant
Douglas Gregor
2004-07-20 17:03:55 +00:00
84dabd7b75
Full qualification for vc6/7 (no ADL).
Dave Abrahams
2004-07-14 13:46:42 +00:00
332ead1f74
Repair postfix increment proxies for input iterators
Dave Abrahams
2004-07-13 17:23:53 +00:00
0a1da00836
Prevent use of auto-linking for regression testing as it causes failures when the auto-linked libraries are not found on some compilers.
Rene Rivera
2004-07-10 16:46:06 +00:00
f69c19dc5c
Added fix for when the filename syntax is invalid.
John Maddock
2004-06-05 11:52:22 +00:00
8692b025bc
Fix library name
Vladimir Prus
2004-05-11 06:35:31 +00:00
32c127a5c5
Fix typo. Thanks to Jeff Flinn for noticing.
Vladimir Prus
2004-04-19 12:06:01 +00:00
5b78d4c497
filesystem::exists, must check to see why a filesystem stat failed, before assuming that the file does not exist.
John Maddock
2004-03-30 15:19:58 +00:00
c7a9bf6593
expand rename() test cases, correct docs, tie test cases to docs
Beman Dawes
2004-03-21 20:32:20 +00:00