Gennadiy Rozental
0c0d37c3ad
Update to the Runtime.Param component
...
[SVN r50354]
2008-12-22 07:54:35 +00:00
Gennadiy Rozental
5e0ed611e9
added support for parameter erase
...
[SVN r50353]
2008-12-22 07:53:34 +00:00
Gennadiy Rozental
eb40bff64f
could->can
...
[SVN r50352]
2008-12-22 07:51:06 +00:00
Gennadiy Rozental
4d98a5afa1
made convertible to bool
...
[SVN r50351]
2008-12-22 07:50:22 +00:00
Gennadiy Rozental
c07611151d
could->can
...
[SVN r50350]
2008-12-22 07:49:22 +00:00
Gennadiy Rozental
eb9fb2fef6
typo
...
[SVN r50329]
2008-12-20 01:38:07 +00:00
Gennadiy Rozental
b411c3a974
bug in test_suite::remove Fixed. Fix #2587
...
[SVN r50323]
2008-12-19 08:04:38 +00:00
Gennadiy Rozental
20ee7ba9bf
prevent non-null terminated string #2564
...
[SVN r50322]
2008-12-19 07:54:58 +00:00
Gennadiy Rozental
56b9d832a8
address change
...
[SVN r49866]
2008-11-21 23:29:06 +00:00
Gennadiy Rozental
f41f8665dd
fix gcc warnings and resolve ODR violation issue #2390
...
[SVN r49865]
2008-11-21 22:38:32 +00:00
Gennadiy Rozental
b23cad6942
test_case_template.hpp deprecated
...
[SVN r49864]
2008-11-21 22:36:07 +00:00
Gennadiy Rozental
240fed5217
made to compile standalone
...
[SVN r49863]
2008-11-21 21:31:44 +00:00
Michael A. Jackson
a86ff0cdb6
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Gennadiy Rozental
ba139de9b1
extra ; removed
...
[SVN r49352]
2008-10-16 05:18:26 +00:00
Gennadiy Rozental
8d74254b76
extra ; removed
...
[SVN r49351]
2008-10-16 04:23:17 +00:00
Gennadiy Rozental
69687ca6cf
merge from trunk
...
[SVN r49313]
2008-10-13 08:39:48 +00:00
Gennadiy Rozental
268ef168ff
merge from trunk
...
[SVN r49312]
2008-10-13 08:20:26 +00:00
John Maddock
635b1e38dd
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Jurko Gospodnetić
31d2f27adb
Added a missing word in the Boost Test library's global fixture documentation.
...
[SVN r48956]
2008-09-24 21:11:11 +00:00
Gennadiy Rozental
72ad503dad
another attempt on portable link command
...
[SVN r48904]
2008-09-19 18:53:41 +00:00
Gennadiy Rozental
ec3a6c6543
pid<->uid mixup fixed
...
[SVN r48858]
2008-09-18 19:59:49 +00:00
Gennadiy Rozental
7288cb9fdf
Linux port
...
Jamfile introduced
[SVN r48848]
2008-09-18 05:05:03 +00:00
Gennadiy Rozental
fb03c12847
framework clear method introduced
...
[SVN r48847]
2008-09-18 05:00:20 +00:00
Gennadiy Rozental
405894b988
avoids gcc warnings
...
[SVN r48846]
2008-09-18 04:59:15 +00:00
Gennadiy Rozental
d956d94451
avoids warnings on some systems
...
[SVN r48845]
2008-09-18 04:57:48 +00:00
Gennadiy Rozental
814285c181
compile time switch to change default for catch_system_error parameter
...
[SVN r48844]
2008-09-18 04:56:35 +00:00
Gennadiy Rozental
aac40912c4
slightly more portable (works for stdcxx)
...
[SVN r48789]
2008-09-15 06:35:25 +00:00
Gennadiy Rozental
10d778c843
bring the base class function into the overload set
...
[SVN r48785]
2008-09-15 04:39:25 +00:00
Gennadiy Rozental
bb9dd51ccf
introduced compile time switch BOOST_TEST_IGNORE_NON_ZERO_CHILD_CODE (undef by default) to be used to ignore non zero return code from child processes
...
[SVN r48780]
2008-09-15 00:58:40 +00:00
Gennadiy Rozental
a95d96d716
FreeBSD defines POLL_ERR and POLL_HUP identically #2152
...
[SVN r48778]
2008-09-14 19:50:02 +00:00
Gennadiy Rozental
907a211a2d
set expected failures
...
[SVN r48777]
2008-09-14 19:43:34 +00:00
Gennadiy Rozental
db936e7578
QNX fix #2192
...
[SVN r48776]
2008-09-14 19:39:19 +00:00
Gennadiy Rozental
f2a228ed79
Xcode formatting made default for __APPLE_CC__
...
[SVN r48775]
2008-09-14 19:05:05 +00:00
Gennadiy Rozental
cfbaf05960
avoid "shadowing of class members and variables" warning
...
[SVN r48772]
2008-09-14 07:25:24 +00:00
Gennadiy Rozental
3b142291e3
properly cleanup framework
...
[SVN r48770]
2008-09-14 07:12:24 +00:00
Gennadiy Rozental
5f1410aecb
avoid double test case report for exceptions
...
properly handle exceptions in test unit constructor
avoid cycle include in test_case_template.hpp
avoid test unit copy during filtering
[SVN r48766]
2008-09-13 08:59:31 +00:00
Gennadiy Rozental
9e9b1b0c24
schemas for XML log and report formats
...
[SVN r48519]
2008-09-01 20:09:52 +00:00
Beman Dawes
51b2cb5d41
Revert changes made after deadline.
...
[SVN r48086]
2008-08-11 14:56:50 +00:00
Gennadiy Rozental
5ff206d8e3
missing images
...
[SVN r48053]
2008-08-10 08:23:12 +00:00
Gennadiy Rozental
2b0c04e173
missing images
...
[SVN r48052]
2008-08-10 07:39:28 +00:00
Boris Gubenko
382cb346ce
fix compilation errors with GCC
...
[SVN r47990]
2008-08-05 14:19:59 +00:00
Gennadiy Rozental
48d554be18
missing files
...
[SVN r47849]
2008-07-28 04:16:36 +00:00
Gennadiy Rozental
d3cae5fa04
missing files
...
[SVN r47848]
2008-07-28 04:03:12 +00:00
Gennadiy Rozental
6e819abf97
missing files
...
[SVN r47844]
2008-07-27 19:01:18 +00:00
Gennadiy Rozental
892cd3df70
missing files
...
[SVN r47843]
2008-07-27 18:54:19 +00:00
Gennadiy Rozental
a101177064
tentative version of docs
...
[SVN r47837]
2008-07-27 07:08:18 +00:00
Gennadiy Rozental
9e0cc85ce6
tentative version of docs
...
[SVN r47836]
2008-07-27 07:04:03 +00:00
Gennadiy Rozental
29dda994ab
tentative version of docs
...
[SVN r47835]
2008-07-27 06:50:39 +00:00
Jürgen Hunold
0a3c8c7150
Fix: raise warning level for gcc
...
[SVN r47809]
2008-07-25 19:03:21 +00:00
Gennadiy Rozental
db4a2d6b03
datesync_access_test added
...
[SVN r47791]
2008-07-25 03:59:18 +00:00