• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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   <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
18   </head>
19   <body bgcolor="#ffffff">
20
21  <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
22    <tr>
23      <td width="277">
24        <a href="../index.html">
25        <img src="../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
26      <td width="337" align="middle">
27        <font size="7">Tools</font>
28      </td>
29    </tr>
30  </table>
31
32  <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26" width="681">
33    <tr>
34      <td height="16" width="671"><a href="../more/getting_started/index.html">Getting Started</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
35      </font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../libs/libraries.htm">
36      Libraries</a><a href="../tools/index.html">&nbsp;</a>&nbsp;<font color="#FFFFFF">&nbsp;
37      </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org">Web Site</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
38      </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org/users/news/">News</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
39      </font>&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org/community/">Community</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
40      </font>&nbsp;&nbsp;&nbsp;&nbsp;
41      <a href="http://www.boost.org/users/faq.html">FAQ</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
42      </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="../more/index.htm">More Info</a>&nbsp;</td>
43    </tr>
44  </table>
45
46      <p>Boost developers, testers, and maintainers have developed various tools to
47         help with the administration of the Boost Libraries. Like everything else about
48         Boost, these tools are available in source form, and are part of the regular
49         Boost distribution.</p>
50      <p>Users may find these tools useful when porting Boost libraries to a new
51         platform, or for use with their own applications.</p>
52      <ul>
53         <li>
54            <a href="build/index.html">Boost.Build</a> - The Boost build system, including
55            the full Boost version of the jam sources.<br>
56         &nbsp;
57         <li>
58            <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect
59            errors in the Boost directory hierarchy.<br>
60         &nbsp;
61         <li>
62            <a href="../doc/html/boostbook.html">BoostBook</a> - A Boost documentation
63            system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
64               Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
65         &nbsp;
66         <li>
67            <a href="bcp/index.html">bcp</a> - A utility to extract subsets of Boost; to
68            determine which parts of Boost your code is using; and to print reports on
69            Boost usage (including Licence information).<br>
70         &nbsp;
71         <li>
72            <a href="quickbook/index.html">QuickBook</a> - QuickBook is a WikiWiki style
73            documentation tool geared towards C++ documentation using simple rules and markup
74            for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
75            BoostBook</a> XML.<br>
76         &nbsp;
77         <li>
78           <a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++
79           preprocessor usable on top of any other compiler. Usable for instance for the debugging
80           of the expansion of macros in your code or as a replacement for your built-in
81           preprocessor. <br>
82         &nbsp;
83         <li>
84           <a href="auto_index/index.html">AutoIndex</a> - A tool for indexing Boostbook/Docbook
85           documents. <br>
86         &nbsp;
87      </li>
88   </ul>
89      <hr>
90      <p>Revised
91<!--webbot bot="Timestamp" s-type="EDITED"
92s-format="%d %b %Y" startspan -->13 Mar 2008<!--webbot bot="Timestamp" endspan i-checksum="14911" --></p>
93
94<p>� Copyright Beman Dawes 2003<br>
95� Copyright Douglas Gregor 2003<br>
96� Copyright Aleksey Gurtovoy 2004<br>
97� Copyright John Maddock 2004<br>
98� Copyright Eric Niebler 2005<br>
99� Copyright Hartmut Kaiser 2005<br>
100<br>
101Distributed under the Boost Software License, Version 1.0.
102(See file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
103or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>) </p>
104   </body>
105</html>
106