Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/portability.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 1.8 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>Boost Test Library portability</TITLE>
4<LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</HEAD>
9<BODY> 
10<DIV class="header"> <A href="index.html">Boost.Test</A> > <SPAN class="current_article">Portability</SPAN> </DIV> 
11<DIV class="body"> <IMG src='btl1.gif' width='252' height='43' alt="Boost Test logo"> 
12  <H1 class="subtitle"><A name="Portability">Portability</A></H1> 
13  <P class="first-line-indented">Because the Boost Test Library is critical for
14    porting and testing Boost libraries, it has been written to be extremely
15    conservative in its use of C++ features, and to keep dependencies to a bare
16    minimum.</P> 
17  <P class="first-line-indented">Boost.Test internal tests have been run (and
18    work) under numerous compilers. Check the <A href="http://boost.sourceforge.net/regression-logs/">compiler
19    status pages</A> and <A href="http://boost.sourceforge.net/regression-logs/developer/test.html">developer status pages</A> to see how Boost.Test works on different compilers platforms. </P> 
20</DIV> 
21<DIV class="footer"> 
22  <DIV class="footer-body"> 
23    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
24        Rozental</A> 2001-2005. <BR> 
25      Distributed under the Boost Software License, Version 1.0.
26      (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
27      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
28    <P>Revised:
29      <!-- #BeginDate format:Sw1 -->18 January, 2004<!-- #EndDate --> 
30    </P> 
31  </DIV> 
32</DIV> 
33</BODY>
34</HTML>
Note: See TracBrowser for help on using the repository browser.