Boost.Test release notes
[SVN r25907]
This commit is contained in:
parent
e9b763136d
commit
7bcebb2f65
@ -37,23 +37,11 @@
|
||||
Execution Monitor</A> is also useful in some production (non-test) environments. </P>
|
||||
<H2><A name="ReleaseNotes">Release notes</A></H2>
|
||||
<UL>
|
||||
<LI>Zero
|
||||
arity function template based test case </LI>
|
||||
<LI>Custom
|
||||
exception translators support in execution monitor and register_exception_translator added
|
||||
for unit test framework </LI>
|
||||
<LI>Test
|
||||
cases dependency support </LI>
|
||||
<LI>Added
|
||||
support for multi-module unit tests in automatic registration facility </LI>
|
||||
<LI>Floating point comparison algorithm reworked (Is not backward compatible!!!) </LI>
|
||||
<LI>First failed assertion support</LI>
|
||||
<LI>Added support
|
||||
for custom users predicate returning both boolean result code and possibly
|
||||
error message </LI>
|
||||
<LI>Major documentation structure rework and update</LI>
|
||||
<LI>namespace names gets shorten; old one still supported till next release</LI>
|
||||
<LI>added proper encoding of XML PCDATA</LI>
|
||||
<LI>support for wide string comparison implemented</LI>
|
||||
</UL>
|
||||
<P>For more details see complete <A href="release_notes.html#v1_31_0">release
|
||||
<P>For more details see complete <A href="release_notes.html#v1_32_0">release
|
||||
notes</A>.</P>
|
||||
</DIV>
|
||||
<DIV class="footer">
|
||||
@ -64,7 +52,7 @@
|
||||
(See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
|
||||
copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
|
||||
<P>Revised:
|
||||
<!-- #BeginDate format:Sw1 -->24 May, 2004<!-- #EndDate -->
|
||||
<!-- #BeginDate format:Sw1 -->28 October, 2004<!-- #EndDate -->
|
||||
</P>
|
||||
</DIV>
|
||||
</DIV>
|
||||
|
@ -11,11 +11,23 @@
|
||||
Notes</SPAN> </DIV>
|
||||
<DIV class="body"> <IMG src='btl1.gif' width='252' height='43' alt="Boost Test logo">
|
||||
<H1 class="subtitle">Release Notes</H1>
|
||||
<P class="page-toc"><A href="#v1_32_0">Boost release 1.32.0</A></P>
|
||||
<P class="page-toc"><A href="#v1_31_0">Boost release 1.31.0</A> </P>
|
||||
<P class="page-toc"><A href="#v1_30_0">Boost release 1.30.0</A><BR>
|
||||
<A href="#Migration">Migration guide from Boost Test v1</A> </P>
|
||||
<H2><A name="v1_31_0">Boost release 1.31.0</A></H2>
|
||||
<UL>
|
||||
<H2><A name="v1_32_0">Boost release 1.32.0</A></H2>
|
||||
<UL>
|
||||
<LI>Licence updated to use common Boost sotfware licence</LI>
|
||||
<LI>basic_cstring introduced and used in most places instead of std::string
|
||||
and char const*</LI>
|
||||
<LI>namespace names gets shorten; old one still supported till next release</LI>
|
||||
<LI>numerous portability workaround for several new supported configurations</LI>
|
||||
<LI>class properties facilities reworked to be more powerfull</LI>
|
||||
<LI>added proper encoding of XML PCDATA</LI>
|
||||
<LI>support for wide string comparison implemented</LI>
|
||||
</UL>
|
||||
<H2><A name="v1_31_0">Boost release 1.31.0</A></H2>
|
||||
<UL>
|
||||
<LI><A href="components/utf/components/test_case/tc_template.html">Zero arity function template based test case</A> </LI>
|
||||
<LI><A href="components/execution_monitor/execution_monitor.html#register_exception_translator">Custom
|
||||
exception translators support </A> in execution monitor and <A href="components/utf/index.html">register_exception_translator</A> added for unit test framework </LI>
|
||||
@ -173,7 +185,7 @@ BOOST_AUTO_UNIT_TEST( test2 )
|
||||
(See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
|
||||
copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
|
||||
<P>Revised:
|
||||
<!-- #BeginDate format:Sw1 -->4 October, 2004<!-- #EndDate -->
|
||||
<!-- #BeginDate format:Sw1 -->28 October, 2004<!-- #EndDate -->
|
||||
</P>
|
||||
</DIV>
|
||||
</DIV>
|
||||
|
Loading…
Reference in New Issue
Block a user