Commit Graph

100 Commits

Author SHA1 Message Date
Beman Dawes
812d41ebcd Add #includes to fix ticket #1589
[SVN r46482]
2008-06-18 16:02:51 +00:00
Beman Dawes
c27865d779 Boost.Exception now requires derivation from std::exception
[SVN r45834]
2008-05-27 20:46:13 +00:00
Beman Dawes
85509b2357 Fix ticket #1609
[SVN r45829]
2008-05-27 19:59:10 +00:00
John Maddock
d6a16ca075 Fix msvc warnings using new warning suppression header.
[SVN r44688]
2008-04-21 08:47:04 +00:00
Marshall Clow
dcbe9649c2 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2008-04-02 01:42:32 +00:00
Beman Dawes
1a13f5612a GetUserDefaultUILanguage isn't present for Cygwin, so disable use
[SVN r41106]
2007-11-15 14:36:40 +00:00
Beman Dawes
571fd79144 Add tests for, and fix, current_path overloading.
[SVN r41052]
2007-11-13 02:54:32 +00:00
Beman Dawes
d5a3d3449a Mingw doesn't support GetUserDefaultUILanguage so set it to US English.
[SVN r40646]
2007-11-01 16:35:45 +00:00
Beman Dawes
95a689611b Suppress message tests on Windows unless the language is US English
[SVN r40051]
2007-10-15 14:50:59 +00:00
Beman Dawes
3d66631267 Remove dependency on boost::bind so that tests will still work on broken compilers where bind fails.
[SVN r39652]
2007-10-02 16:30:04 +00:00
Beman Dawes
6a4f0b8dbb Get rid of <runtime-link>static. Appears to cause problems on Sun and perhaps other Unix boxes.
[SVN r39561]
2007-09-27 00:22:16 +00:00
Beman Dawes
184a2518c5 Clear compiler warnings
[SVN r39520]
2007-09-25 13:45:52 +00:00
Beman Dawes
073c9dd27d Eliminate Concept library use to reduce dependencies
[SVN r39465]
2007-09-21 20:57:44 +00:00
Beman Dawes
24d5955d88 Remove files after tests
[SVN r39365]
2007-09-18 15:37:36 +00:00
Beman Dawes
8486480555 Ha! Finally figured out how to shut off msvc exception switch warning.
[SVN r39187]
2007-09-11 02:05:58 +00:00
Beman Dawes
49f6e3cfd7 Merge system and filesystem branches, bringing them in sync with N2415. Several filesystem bugs fixed, and current_path setter added.
[SVN r39173]
2007-09-09 14:59:10 +00:00
Vladimir Prus
c1840ee23f Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Beman Dawes
e7b1456dee v1 and v2 Jamfiles now present and working
[SVN r35890]
2006-11-07 02:20:47 +00:00
Beman Dawes
2045be22d6 Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers.
[SVN r35823]
2006-11-03 16:57:30 +00:00
Beman Dawes
c4a2f640a1 Use non-member what() for exception display on -t option
[SVN r33276]
2006-03-09 03:26:45 +00:00
Beman Dawes
e9a59fcd78 Reactivate the 4.1 test. The correct fix was to fix underlying fstream .hpp narrow_path code, not disable the test.
[SVN r33215]
2006-03-03 16:28:36 +00:00
Beman Dawes
cca612bfbc fix directory_iterator test for directories that do not sort entries
[SVN r33162]
2006-02-27 22:11:34 +00:00
Beman Dawes
9f2f72b451 no test 4.1 on older Dinkumware since it asserts on empty path, causing logic to fail
[SVN r33160]
2006-02-27 21:50:14 +00:00
Beman Dawes
a29b14302a add test for path op= fix from Mark Bartosik
[SVN r33096]
2006-02-23 21:31:43 +00:00
Beman Dawes
04ec0fa26f file name misspelled
[SVN r33044]
2006-02-20 21:35:18 +00:00
Beman Dawes
579ff6dbad add test case that user claims failed in prior version
[SVN r33043]
2006-02-20 21:34:32 +00:00
Beman Dawes
f3e7d6a8f0 Make mismatched errno a warning not a failure
[SVN r33042]
2006-02-20 21:33:15 +00:00
Beman Dawes
7bd0367847 Added test case for case of no directory
[SVN r33041]
2006-02-20 21:32:21 +00:00
Rene Rivera
b66f0c8c97 Adjust Boost.Jam references to new root/tools/jam location.
[SVN r32873]
2006-02-12 23:18:46 +00:00
Beman Dawes
349f708f01 Add UNC test cases, comment to status code
[SVN r32745]
2006-02-08 17:31:20 +00:00
Beman Dawes
040c9372b3 Bring into sync with WG21/D1934=06-0004
[SVN r32532]
2006-02-03 20:59:04 +00:00
Vladimir Prus
007f66f3f2 Update Jamfile.v2
[SVN r32308]
2006-01-13 07:55:06 +00:00
Beman Dawes
96cb571b6a Add two exists() cases thanks to John Maddock
[SVN r32267]
2006-01-09 14:20:15 +00:00
Beman Dawes
54a65f2ec0 fix symlink predicate tests
[SVN r32208]
2006-01-03 02:53:41 +00:00
Beman Dawes
aac5f49666 is_file, file_flag -> is_regular, regular_flag per TR2 proposal
[SVN r32201]
2006-01-02 02:30:53 +00:00
Beman Dawes
5793738346 Add predicate function overloads on status_flags (Suggested by Martin Adrian)
[SVN r32195]
2006-01-01 14:14:13 +00:00
Beman Dawes
48d4335bfc merge from i18n branch - at last!
[SVN r32079]
2005-12-16 16:40:35 +00:00
Beman Dawes
43024b73a5 add forgotten native in new test cases
[SVN r31841]
2005-11-30 22:48:01 +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
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
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
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
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
Vladimir Prus
22906e412a Sync with V1
[SVN r28245]
2005-04-14 13:10:56 +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
Stefan Slapeta
4c75d616cf Replaced BOOST_TEST
[SVN r27048]
2005-02-03 10:54:24 +00:00