Beman Dawes
|
6ee6f9c576
|
fix readdir_r buffer size on some POSIX systems
[SVN r32116]
|
2005-12-20 18:41:30 +00:00 |
|
Beman Dawes
|
b9645b6513
|
Better workaround for VC++ legacy problem so other compilers don't warn
[SVN r32112]
|
2005-12-20 03:06:39 +00:00 |
|
Beman Dawes
|
f0670491eb
|
Add inline to avoid ODR violation (Marc Viala)
[SVN r32111]
|
2005-12-20 02:34:52 +00:00 |
|
Beman Dawes
|
2d89fd6927
|
BOOST_FILESYSTEM_STATUS_CACHE never applies to Sun (Calvin Epstein)
[SVN r32102]
|
2005-12-19 13:05:15 +00:00 |
|
Beman Dawes
|
f42d10d6f8
|
Disable BOOST_FILESYSTEM_STATUS_CACHE for GLIBCXX on Sun
[SVN r32099]
|
2005-12-19 02:54:03 +00:00 |
|
Douglas Gregor
|
9e13c0973c
|
Bring in sync with BBv1 Jamfile
[SVN r32093]
|
2005-12-18 18:09:12 +00:00 |
|
Beman Dawes
|
c2e0823f19
|
move dirent d_type config tests from config.hpp to operations.cpp
[SVN r32087]
|
2005-12-17 14:40:36 +00:00 |
|
Beman Dawes
|
eeb34b7530
|
reflect i18n merge complete
[SVN r32080]
|
2005-12-16 16:51:23 +00:00 |
|
Beman Dawes
|
48d4335bfc
|
merge from i18n branch - at last!
[SVN r32079]
|
2005-12-16 16:40:35 +00:00 |
|
Beman Dawes
|
56eeb74ae3
|
from i18n
[SVN r32078]
|
2005-12-16 15:57:49 +00:00 |
|
Beman Dawes
|
bc72a98614
|
Fix umlat in Dietmar's last name compiler warning
[SVN r31992]
|
2005-12-12 02:41:57 +00:00 |
|
Beman Dawes
|
43024b73a5
|
add forgotten native in new test cases
[SVN r31841]
|
2005-11-30 22:48:01 +00:00 |
|
Beman Dawes
|
66bf10a502
|
bug 1151823, detect / in POSIX name
[SVN r31822]
|
2005-11-29 15:46:02 +00:00 |
|
Beman Dawes
|
31b3d70c7d
|
add fixes and tests for c:foo directory iteration bug 1259176
[SVN r31821]
|
2005-11-29 15:35:23 +00:00 |
|
Beman Dawes
|
f4c1f5a70d
|
add test to detect SF tracker [ 937606 ] bug reported in comment by V.
[SVN r31806]
|
2005-11-28 19:28:39 +00:00 |
|
Beman Dawes
|
e0042ff90b
|
Fix QNX bug (Jim Douglas)
[SVN r31485]
|
2005-10-26 22:18:49 +00:00 |
|
Beman Dawes
|
a9458cdc47
|
Revert to 0xFFFFFFFF because VC++6.0 doesn't support INVALID_FILE_ATTRIBUTES
[SVN r31021]
|
2005-09-18 14:53:36 +00:00 |
|
Vladimir Prus
|
f57c2d02b9
|
Update to match V1 Jamfile.
Patch from Daniel Schlyder.
[SVN r30972]
|
2005-09-14 07:27:59 +00:00 |
|
Douglas Gregor
|
c8330af714
|
Remove extraneous debugging information
[SVN r30894]
|
2005-09-10 06:06:21 +00:00 |
|
Beman Dawes
|
2f494a565b
|
small fixes, changes to allow path_table.cpp to support both Windows and Posix in same program (for testing purposes)
[SVN r30861]
|
2005-09-07 21:01:25 +00:00 |
|
John Maddock
|
7f04824661
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
|
2005-08-25 16:27:28 +00:00 |
|
Douglas Gregor
|
73a225c9fc
|
Merged from 1.33.0 release
[SVN r30540]
|
2005-08-12 13:02:37 +00:00 |
|
Beman Dawes
|
e03634acef
|
Add #error for borland dll link attempt
[SVN r30156]
|
2005-07-18 11:54:34 +00:00 |
|
Beman Dawes
|
2cbb1cf8a2
|
Remove separate link testing. All testing now done in main test jamfile.
[SVN r30149]
|
2005-07-17 20:55:23 +00:00 |
|
Beman Dawes
|
42cbc5f95b
|
Bring into alignment with other library build jam files
[SVN r30148]
|
2005-07-17 20:53:29 +00:00 |
|
Beman Dawes
|
5c487d9379
|
Add path_test_dll and operations_test_dll. Also clean up a bit.
[SVN r30147]
|
2005-07-17 20:51:52 +00:00 |
|
Beman Dawes
|
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
[SVN r30146]
|
2005-07-17 20:50:06 +00:00 |
|
Beman Dawes
|
aa8837925c
|
Add two missing BOOST_FILESYSTEM_DECL
[SVN r30140]
|
2005-07-16 21:59:46 +00:00 |
|
Toon Knapen
|
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)
[SVN r29728]
|
2005-06-22 10:08:13 +00:00 |
|
Beman Dawes
|
05df06a5c9
|
STLPort is allergic to std::system, so don't use runtime platform test
[SVN r29672]
|
2005-06-18 12:20:13 +00:00 |
|
Beman Dawes
|
9ff5970b2c
|
Add POSIX symlink remove tests
[SVN r29634]
|
2005-06-16 22:14:53 +00:00 |
|
Vladimir Prus
|
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.
[SVN r29605]
|
2005-06-16 07:59:26 +00:00 |
|
Beman Dawes
|
b192558c49
|
use a form of directory iteration search Sebastian Martel reports will work with Win98
[SVN r29465]
|
2005-06-07 13:16:56 +00:00 |
|
Beman Dawes
|
65a1ee085a
|
Second try at CodeWarrior ::remove() bug workaround
[SVN r29453]
|
2005-06-07 01:17:50 +00:00 |
|
Martin Wille
|
6bac933395
|
-- typo
[SVN r29399]
|
2005-06-03 08:17:32 +00:00 |
|
Beman Dawes
|
ce543c48bd
|
workaround CodeWarrior / Mac C library remove problem
[SVN r29390]
|
2005-06-02 22:19:47 +00:00 |
|
Beman Dawes
|
be84be9827
|
workaround MSL C lib wrong errno from ::getcwd(). Metrowerks says they will fix, but I don't know the version numbers involved.
[SVN r29080]
|
2005-05-19 22:10:29 +00:00 |
|
Beman Dawes
|
bcbc83b9bd
|
Make POSIX copy_file more robust
[SVN r28820]
|
2005-05-11 13:20:00 +00:00 |
|
Beman Dawes
|
629c3a308e
|
Add copy_file test log messages to aid loop/hang diagnosis
[SVN r28819]
|
2005-05-11 13:16:50 +00:00 |
|
Beman Dawes
|
a8374fb32a
|
Relax write_time constraints so tests more reliably pass on FAT and other low time precision file systems
[SVN r28814]
|
2005-05-11 11:49:09 +00:00 |
|
Beman Dawes
|
3b644dd62c
|
Add ERROR_NOT_READY to exists() list
[SVN r28705]
|
2005-05-07 01:25:38 +00:00 |
|
Rene Rivera
|
ac22916af5
|
Fix use of *DYN_LIB=1 defines.
Add dist-lib target to put results in a convenient place.
[SVN r28461]
|
2005-04-24 17:17:09 +00:00 |
|
Vladimir Prus
|
ed8d6c1beb
|
Don't force static linking on NT.
[SVN r28334]
|
2005-04-20 11:25:16 +00:00 |
|
Vladimir Prus
|
22906e412a
|
Sync with V1
[SVN r28245]
|
2005-04-14 13:10:56 +00:00 |
|
Beman Dawes
|
88524db326
|
Fix _USE_FILE_OFFSET_BITS spelling (Caleb Epstein)
[SVN r28027]
|
2005-04-06 22:24:23 +00:00 |
|
Markus Schöpflin
|
5a8cdab377
|
Fixed POSIX feature test for _POSIX_THREAD_SAFE_FUNCTIONS.
[SVN r27953]
|
2005-04-04 11:47:24 +00:00 |
|
Beman Dawes
|
dd84066d81
|
Move 64-bit defines so all headers see them (Calib Epstein)
[SVN r27902]
|
2005-03-31 14:29:13 +00:00 |
|
Beman Dawes
|
0001235c07
|
Fix typo (Julio Vidal)
[SVN r27521]
|
2005-03-01 02:08:29 +00:00 |
|
Beman Dawes
|
a9d3109f01
|
fix typos (Julian Vidal)
[SVN r27508]
|
2005-02-26 01:58:30 +00:00 |
|
Beman Dawes
|
4a4bc5320b
|
Add native test case for c++, which someone claimed was failing (but apparently isn't)
[SVN r27420]
|
2005-02-19 02:18:39 +00:00 |
|