summaryrefslogtreecommitdiff
path: root/tools/index.html
blob: 4449e5be78685042e01e5ac2f252522b6babcb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!-- Copyright 2004 Aleksey Gurtovoy -->
<!-- Copyright 2003 Beman Dawes -->
<!-- Copyright 2003 Douglas Gregor -->
<!-- Copyright 2005 Eric Niebler -->
<!-- Copyright 2005 Hartmut Kaiser -->
<!-- Copyright 2004 John Maddock -->
<!-- Distributed under the Boost Software License, Version 1.0. -->
<!-- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -->

<html>
   <head>
      <title>Boost Tools</title>
      <meta http-equiv="Content-Language" content="en-us">
      <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
      <meta name="ProgId" content="FrontPage.Editor.Document">
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
   </head>
   <body bgcolor="#ffffff">
      <table border="1" cellpadding="2" bgcolor="#007f7f">
         <tr>
            <td bgcolor="#ffffff">
               <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
            <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
            <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
            <td><a href="../people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
            <td><a href="../more/faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
            <td><a href="../more/index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
         </tr>
      </table>
      <h1>Boost Tools</h1>
      <p>Boost developers, testers, and maintainers have developed various programs to 
         help with the administration of the Boost Libraries. Like everything else about 
         Boost, these tools are available in source form, and are part of the regular 
         Boost distribution.</p>
      <p>Users may find these tools useful when porting Boost libraries to a new 
         platform, or for use with their own applications.</p>
      <ul>
         <li>
            <a href="build/index.html">Boost.Build</a> - The Boost build system, including 
            the full Boost version of the jam sources.<br>
         &nbsp;
         <li>
            <a href="regression/index.htm">Regression</a> - The Boost regression testing 
            system reporting sources.<br>
         &nbsp;
         <li>
            <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect 
            errors in the Boost directory hierarchy.<br>
         &nbsp;
         <li>
            <a href="../doc/html/boostbook.html">BoostBook</a> - A Boost documentation 
            system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
               Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
         &nbsp;
         <li>
            <a href="bcp/bcp.html">bcp</a> - A utility to extract subsets of Boost; to 
            determine which parts of Boost your code is using; and to print reports on 
            Boost usage (including Licence information).<br>
         &nbsp;
         <li>
            <a href="quickbook/index.html">QuickBook</a> - QuickBook is a WikiWiki style
            documentation tool geared towards C++ documentation using simple rules and markup
            for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
            BoostBook</a> XML.<br>
         &nbsp;
         <li>
           <a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++ 
		   preprocessor usable on top of any other compiler. Usable for instance for the debugging 
		   of the expansion of macros in your code or as a replacement for your build in 
		   preprocessor. <br>
      </li>
   </ul>
      <hr>
      <p>Revised 
         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 
         19 February, 2005</p>
   </body>
</html>