a9458cdc47Revert to 0xFFFFFFFF because VC++6.0 doesn't support INVALID_FILE_ATTRIBUTES
Beman Dawes
2005-09-18 14:53:36 +0000
f57c2d02b9Update to match V1 Jamfile.
Vladimir Prus
2005-09-14 07:27:59 +0000
c8330af714Remove extraneous debugging information
Douglas Gregor
2005-09-10 06:06:21 +0000
2f494a565bsmall 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 +0000
7f04824661Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
John Maddock
2005-08-25 16:27:28 +0000
73a225c9fcMerged from 1.33.0 release
Douglas Gregor
2005-08-12 13:02:37 +0000
e03634acefAdd #error for borland dll link attempt
Beman Dawes
2005-07-18 11:54:34 +0000
2cbb1cf8a2Remove separate link testing. All testing now done in main test jamfile.
Beman Dawes
2005-07-17 20:55:23 +0000
42cbc5f95bBring into alignment with other library build jam files
Beman Dawes
2005-07-17 20:53:29 +0000
5c487d9379Add path_test_dll and operations_test_dll. Also clean up a bit.
Beman Dawes
2005-07-17 20:51:52 +0000
dd64e21a83Fix 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 +0000
aa8837925cAdd two missing BOOST_FILESYSTEM_DECL
Beman Dawes
2005-07-16 21:59:46 +0000
348391a38aOn 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 +0000
05df06a5c9STLPort is allergic to std::system, so don't use runtime platform test
Beman Dawes
2005-06-18 12:20:13 +0000
6b554cf7e9Make 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 +0000
b192558c49use a form of directory iteration search Sebastian Martel reports will work with Win98
Beman Dawes
2005-06-07 13:16:56 +0000
6bac933395-- typo
Martin Wille
2005-06-03 08:17:32 +0000
ce543c48bdworkaround CodeWarrior / Mac C library remove problem
Beman Dawes
2005-06-02 22:19:47 +0000
be84be9827workaround 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 +0000
bcbc83b9bdMake POSIX copy_file more robust
Beman Dawes
2005-05-11 13:20:00 +0000
629c3a308eAdd copy_file test log messages to aid loop/hang diagnosis
Beman Dawes
2005-05-11 13:16:50 +0000
a8374fb32aRelax 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 +0000
3b644dd62cAdd ERROR_NOT_READY to exists() list
Beman Dawes
2005-05-07 01:25:38 +0000
ac22916af5Fix 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 +0000
ed8d6c1bebDon't force static linking on NT.
Vladimir Prus
2005-04-20 11:25:16 +0000
22906e412aSync with V1
Vladimir Prus
2005-04-14 13:10:56 +0000
4a4bc5320bAdd native test case for c++, which someone claimed was failing (but apparently isn't)
Beman Dawes
2005-02-19 02:18:39 +0000
254e669b37Add case of file_size cannot be determined to throws paragraph
Beman Dawes
2005-02-03 22:47:45 +0000
4c75d616cfReplaced BOOST_TEST
Stefan Slapeta
2005-02-03 10:54:24 +0000
53b3c9404cadd 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 +0000
b56570fb8ause POSIX readdir_r if available
Beman Dawes
2005-01-21 14:21:06 +0000
488a61c15bClarify what characters are permitted in names
Beman Dawes
2005-01-19 21:41:21 +0000
146a203800Correctly handle empty root directory on Windows (Ben Hutchings)
Beman Dawes
2005-01-03 14:58:59 +0000
324c7540c5Apply 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 +0000
097d0d6ebeWork around Intel 7.1/Linux include problem
Beman Dawes
2004-09-19 19:48:29 +0000
e4330acdc9Add 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 +0000
30b78770efAdd test case from Angus Leeming, fix bug spotted while adding test
Beman Dawes
2004-09-15 15:59:27 +0000
c0e987af46add newline at eof to quiet compiler warnings
Beman Dawes
2004-09-12 12:55:45 +0000
86a674a57aadd possible_large_file_size_support and associated test
Beman Dawes
2004-09-10 13:53:02 +0000
44694971a6Add fs::exceptionj member tests
Beman Dawes
2004-09-05 21:33:12 +0000
d4709e44f7path::iterator should be bidirectional_traversal_tag (Martin Wille)
Beman Dawes
2004-08-26 15:55:47 +0000
06aa67ca32Another Win32 error code that needs handling (indicates that the file does not exist).
John Maddock
2004-08-18 12:53:18 +0000
b1aeed6f32Re-ordered includes to prevent macro-redeffinitions
John Maddock
2004-07-29 11:00:58 +0000
cadba34c71Fix relative link to boost.css
Douglas Gregor
2004-07-25 03:12:47 +0000
38ed4c472cDocumentation update from Jon T. Pedant
Douglas Gregor
2004-07-20 17:03:55 +0000
84dabd7b75Full qualification for vc6/7 (no ADL).
Dave Abrahams
2004-07-14 13:46:42 +0000
332ead1f74Repair postfix increment proxies for input iterators
Dave Abrahams
2004-07-13 17:23:53 +0000
0a1da00836Prevent 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 +0000
f69c19dc5cAdded fix for when the filename syntax is invalid.
John Maddock
2004-06-05 11:52:22 +0000
8692b025bcFix library name
Vladimir Prus
2004-05-11 06:35:31 +0000
32c127a5c5Fix typo. Thanks to Jeff Flinn for noticing.
Vladimir Prus
2004-04-19 12:06:01 +0000
5b78d4c497filesystem::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 +0000
c7a9bf6593expand rename() test cases, correct docs, tie test cases to docs
Beman Dawes
2004-03-21 20:32:20 +0000