Steven Watanabe
4f313e9550
Push [48956] back to the Boost.Test documentation source
...
[SVN r62758]
2010-06-10 19:57:00 +00:00
Andrey Semashev
0e35060d02
Reverted an accidental commit.
...
[SVN r62668]
2010-06-09 16:38:29 +00:00
Andrey Semashev
6ae085d7a5
Merged changes from trunk (rev. 62450). Fixes #3876 .
...
[SVN r62667]
2010-06-09 16:33:36 +00:00
Gennadiy Rozental
3b3efba889
fpc related changes
...
[SVN r62438]
2010-06-05 06:17:15 +00:00
Jürgen Hunold
81db53feca
Upgrade Boost.Test to use the symbol visibility macros.
...
[SVN r62426]
2010-06-04 14:31:54 +00:00
David Deakins
e494c42902
Windows CE does not support returning from functions inside the _try/__except handler.
...
[SVN r62228]
2010-05-26 04:07:36 +00:00
David Deakins
3522f510f2
Checked in the correct Windows CE fix.
...
[SVN r62226]
2010-05-26 03:36:31 +00:00
David Deakins
975335c188
- Windows CE does not have the _controlfp_s function
...
[SVN r62225]
2010-05-26 03:27:46 +00:00
John Maddock
9610212b41
Fix unconditional use of non-standard glibc specific functions.
...
[SVN r62194]
2010-05-25 11:23:34 +00:00
Gennadiy Rozental
b62301d91b
cygwin fix
...
[SVN r62163]
2010-05-23 13:57:12 +00:00
K. Noel Belcourt
d8488c8a91
Comment out test that hangs Sandia Darwin Intel tester.
...
This test should be re-enabled once the recursive invocation
of std::terminate has been resolved.
[SVN r62091]
2010-05-18 21:36:48 +00:00
Steven Watanabe
0368507b5c
Add source for Boost.Test docs
...
[SVN r62071]
2010-05-17 20:09:18 +00:00
Douglas Gregor
44a26f62c4
Darwin does not have feenablexcept. Fixes #4222 .
...
[SVN r62068]
2010-05-17 16:16:08 +00:00
Gennadiy Rozental
8d16bc25a0
copyright update
...
[SVN r62023]
2010-05-16 04:06:08 +00:00
Gennadiy Rozental
617ed13040
copyright update
...
[SVN r62022]
2010-05-16 04:03:05 +00:00
Gennadiy Rozental
e4575b109c
copyright update
...
[SVN r62021]
2010-05-16 04:01:46 +00:00
Gennadiy Rozental
eaec670fca
copyright update
...
[SVN r62020]
2010-05-16 04:01:00 +00:00
Gennadiy Rozental
c152808d13
copyright update
...
[SVN r62019]
2010-05-16 04:00:37 +00:00
Gennadiy Rozental
8e70155f26
old
...
[SVN r62018]
2010-05-16 03:59:51 +00:00
Gennadiy Rozental
22e8866efb
examples update
...
[SVN r62017]
2010-05-16 03:58:23 +00:00
Gennadiy Rozental
ef88f846e3
New floating point portable interfaces introduced in namespace fpe
...
FPE enable/disable now works on *nix as well
FPE handling is split from system errors handling. You can detect FPE even if catch_system_error is false
SIGCHLD handling removed
seh_catch_preventer eliminated in latest versions of MSVC
Added an ability to erase registered exception translator
Lazy_ostream updated to be usable in more use cases
New production testing tools interface introduced
New header for the execution monitor standalone usage
[SVN r62016]
2010-05-16 02:45:31 +00:00
Jeremiah Willcock
0e5ea12e3a
Fixed tab and no-newline-at-end-of-file issues from inspection report
...
[SVN r61435]
2010-04-20 17:54:16 +00:00
Eric Niebler
e013305c6b
remove dependence on non-standard va_copy macro
...
[SVN r58746]
2010-01-06 08:53:54 +00:00
Gennadiy Rozental
d2e8058c68
use ifdef va_copy
...
[SVN r58702]
2010-01-05 09:56:28 +00:00
Gennadiy Rozental
cc5d4d58c6
use va_copy
...
[SVN r58556]
2009-12-29 06:50:37 +00:00
Gennadiy Rozental
cfeac9330b
in preparation of production use of test tools
...
[SVN r58526]
2009-12-25 09:20:28 +00:00
Gennadiy Rozental
12d761dbf4
added support for the colored output
...
[SVN r58338]
2009-12-13 09:24:47 +00:00
Gennadiy Rozental
1c5e0b5b35
fix priority for the progress monitor
...
[SVN r58337]
2009-12-13 09:22:44 +00:00
Gennadiy Rozental
0aff402215
revert wrong changes
...
[SVN r58335]
2009-12-13 04:21:43 +00:00
Gennadiy Rozental
2e3bd1025d
Avoid catching SIGCHILD altogether. One should exanine system call exit code instead. Fixes #3664
...
[SVN r57995]
2009-11-28 10:25:09 +00:00
Gennadiy Rozental
81e8aa2fdb
fix in examples
...
[SVN r57994]
2009-11-28 10:22:24 +00:00
Gennadiy Rozental
2e4f641979
merge into release
...
[SVN r57993]
2009-11-28 10:06:10 +00:00
Gennadiy Rozental
fbc9266e22
merge into release
...
[SVN r57992]
2009-11-28 09:19:18 +00:00
Gennadiy Rozental
5b7e491f98
merge memory fix. Fixes #2889
...
[SVN r57991]
2009-11-28 09:18:24 +00:00
Gennadiy Rozental
fd8d9b3e4e
hmm works other way around
...
[SVN r57864]
2009-11-23 15:49:13 +00:00
Gennadiy Rozental
166f9c6bfe
support for log_sink and report_sink is added
...
[SVN r57857]
2009-11-23 05:57:27 +00:00
Gennadiy Rozental
3cfc484d8d
More warnings silenced
...
[SVN r57856]
2009-11-23 03:04:38 +00:00
Gennadiy Rozental
9fd5f405b4
fix test case
...
[SVN r57855]
2009-11-23 03:04:05 +00:00
Gennadiy Rozental
f922f64e80
Use CData to print error message. Fixes #3636
...
[SVN r57854]
2009-11-23 03:01:38 +00:00
Gennadiy Rozental
710a00829b
Warnings cleanup.Fixes #2646 . Fixes #3598 .
...
[SVN r57853]
2009-11-23 02:23:54 +00:00
Gennadiy Rozental
16c08f39c7
forgot ;
...
[SVN r57852]
2009-11-23 00:07:09 +00:00
Gennadiy Rozental
7f619d22b1
Handles the case where parent pid == process pid and != 0. Fixes #3495 . Fixes #3481 . Fixes #3592
...
[SVN r57850]
2009-11-22 21:57:05 +00:00
Gennadiy Rozental
8d7739da40
Attempt at CodeGear fix. Fixes #3497
...
[SVN r57848]
2009-11-22 21:36:04 +00:00
Troy D. Straszheim
3d0828216f
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
75cabc016c
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Jürgen Hunold
42b4678bd9
Refactored: use static_cast and const pointer where possible.
...
[SVN r56501]
2009-10-01 10:12:00 +00:00
Gennadiy Rozental
77ae5e000a
missing namespace
...
[SVN r56469]
2009-09-29 08:58:45 +00:00
Gennadiy Rozental
98f8485ca7
apparently compiler might want to examine tu.second twice: before and after calling destructor
...
Fixes #2889
Fixes #3432
Fixes #2647
[SVN r56467]
2009-09-29 01:33:36 +00:00
Gennadiy Rozental
34dcc7c6cd
test updated
...
[SVN r56391]
2009-09-26 22:39:01 +00:00
Gennadiy Rozental
b49be0ace9
BOOST_FIXTURE_TEST_CASE_TEMPLATE introduced
...
[SVN r56390]
2009-09-26 22:38:17 +00:00