Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/index.html @ 58

Last change on this file since 58 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.9 KB
Line 
1<!-- Copyright 2004 Aleksey Gurtovoy -->
2<!-- Copyright 2003 Beman Dawes -->
3<!-- Copyright 2003 Douglas Gregor -->
4<!-- Copyright 2005 Eric Niebler -->
5<!-- Copyright 2005 Hartmut Kaiser -->
6<!-- Copyright 2004 John Maddock -->
7<!-- Distributed under the Boost Software License, Version 1.0. -->
8<!-- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -->
9
10<html>
11   <head>
12      <title>Boost Tools</title>
13      <meta http-equiv="Content-Language" content="en-us">
14      <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
15      <meta name="ProgId" content="FrontPage.Editor.Document">
16      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
17   </head>
18   <body bgcolor="#ffffff">
19      <table border="1" cellpadding="2" bgcolor="#007f7f">
20         <tr>
21            <td bgcolor="#ffffff">
22               <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
23            <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
24            <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
25            <td><a href="../people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
26            <td><a href="../more/faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
27            <td><a href="../more/index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
28         </tr>
29      </table>
30      <h1>Boost Tools</h1>
31      <p>Boost developers, testers, and maintainers have developed various programs to
32         help with the administration of the Boost Libraries. Like everything else about
33         Boost, these tools are available in source form, and are part of the regular
34         Boost distribution.</p>
35      <p>Users may find these tools useful when porting Boost libraries to a new
36         platform, or for use with their own applications.</p>
37      <ul>
38         <li>
39            <a href="build/index.html">Boost.Build</a> - The Boost build system, including
40            the full Boost version of the jam sources.<br>
41         &nbsp;
42         <li>
43            <a href="regression/index.htm">Regression</a> - The Boost regression testing
44            system reporting sources.<br>
45         &nbsp;
46         <li>
47            <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect
48            errors in the Boost directory hierarchy.<br>
49         &nbsp;
50         <li>
51            <a href="../doc/html/boostbook.html">BoostBook</a> - A Boost documentation
52            system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
53               Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
54         &nbsp;
55         <li>
56            <a href="bcp/bcp.html">bcp</a> - A utility to extract subsets of Boost; to
57            determine which parts of Boost your code is using; and to print reports on
58            Boost usage (including Licence information).<br>
59         &nbsp;
60         <li>
61            <a href="quickbook/index.html">QuickBook</a> - QuickBook is a WikiWiki style
62            documentation tool geared towards C++ documentation using simple rules and markup
63            for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
64            BoostBook</a> XML.<br>
65         &nbsp;
66         <li>
67           <a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++
68                   preprocessor usable on top of any other compiler. Usable for instance for the debugging
69                   of the expansion of macros in your code or as a replacement for your build in
70                   preprocessor. <br>
71      </li>
72   </ul>
73      <hr>
74      <p>Revised
75         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 
76         19 February, 2005</p>
77   </body>
78</html>
Note: See TracBrowser for help on using the repository browser.