| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <!-- 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">
- <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
- </head>
- <body bgcolor="#ffffff">
-
- <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
- <tr>
- <td width="277">
- <a href="../index.html">
- <img src="../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
- <td width="337" align="middle">
- <font size="7">Tools</font>
- </td>
- </tr>
- </table>
- <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26" width="681">
- <tr>
- <td height="16" width="671"><a href="../more/getting_started/index.html">Getting Started</a> <font color="#FFFFFF">
- </font> <a href="../libs/libraries.htm">
- Libraries</a><a href="../tools/index.html"> </a> <font color="#FFFFFF">
- </font> <a href="http://www.boost.org">Web Site</a> <font color="#FFFFFF">
- </font> <a href="http://www.boost.org/users/news/">News</a> <font color="#FFFFFF">
- </font> <a href="http://www.boost.org/community/">Community</a> <font color="#FFFFFF">
- </font>
- <a href="http://www.boost.org/users/faq.html">FAQ</a> <font color="#FFFFFF">
- </font> <a href="../more/index.htm">More Info</a> </td>
- </tr>
- </table>
-
- <p>Boost developers, testers, and maintainers have developed various tools 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>
-
- <li>
- <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect
- errors in the Boost directory hierarchy.<br>
-
- <li>
- <a href="boostbook/index.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>
-
- <li>
- <a href="bcp/index.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>
-
- <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>
-
- <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 built-in
- preprocessor. <br>
-
- <li>
- <a href="auto_index/index.html">AutoIndex</a> - A tool for indexing Boostbook/Docbook
- documents. <br>
-
- </li>
- </ul>
- <hr>
- <p>Revised
- <!--webbot bot="Timestamp" s-type="EDITED"
- s-format="%d %b %Y" startspan -->13 Mar 2008<!--webbot bot="Timestamp" endspan i-checksum="14911" --></p>
- <p>© Copyright Beman Dawes 2003<br>
- © Copyright Douglas Gregor 2003<br>
- © Copyright Aleksey Gurtovoy 2004<br>
- © Copyright John Maddock 2004<br>
- © Copyright Eric Niebler 2005<br>
- © Copyright Hartmut Kaiser 2005<br>
- <br>
- Distributed under the Boost Software License, Version 1.0.
- (See file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
- or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>) </p>
- </body>
- </html>
|