mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
117 lines
4.2 KiB
HTML
117 lines
4.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<title>Boost Tools</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
|
<link rel="stylesheet" type="text/css" href="/style-v2/section-doc.css" />
|
|
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
|
|
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></head><!--
|
|
Note: Editing website content is documented at:
|
|
https://www.boost.org/development/website_updating.html
|
|
-->
|
|
|
|
<body>
|
|
<div id="heading">
|
|
<!--#include virtual="/common/heading.html" -->
|
|
</div>
|
|
|
|
<div id="body">
|
|
<div id="body-inner">
|
|
<div id="content">
|
|
<div class="section" id="intro">
|
|
<div class="section-0">
|
|
<div class="section-title">
|
|
<h1>Boost Tools</h1>
|
|
</div>
|
|
|
|
<div class="section-body">
|
|
<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>
|
|
|
|
<dl>
|
|
<dt><a href="/build/">Boost.Build</a></dt>
|
|
|
|
<dd>The Boost build system, including the full Boost version
|
|
of the jam sources.</dd>
|
|
|
|
<dt><a href="tools/regression/index.html">Regression</a></dt>
|
|
|
|
<dd>The Boost regression testing system reporting
|
|
sources.</dd>
|
|
|
|
<dt><a href="tools/inspect/index.html">Inspect</a></dt>
|
|
|
|
<dd>The inspection tool used to detect errors in the Boost
|
|
directory hierarchy.</dd>
|
|
|
|
<dt><a href="tools/boostbook/index.html">BoostBook</a></dt>
|
|
|
|
<dd>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.</dd>
|
|
|
|
<dt><a href="tools/bcp/">bcp</a></dt>
|
|
|
|
<dd>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).</dd>
|
|
|
|
<dt><a href="tools/quickbook/index.html">QuickBook</a></dt>
|
|
|
|
<dd>QuickBook is a WikiWiki style documentation tool geared
|
|
towards C++ documentation using simple rules and markup for
|
|
simple formatting tasks. QuickBook generates <a href=
|
|
"tools/boostbook/index.html">BoostBook</a> XML.</dd>
|
|
|
|
<dt><a href="../libs/wave/doc/wave_driver.html">Wave</a></dt>
|
|
|
|
<dd>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.</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<!--#include virtual="/common/sidebar-common.html" -->
|
|
<!--#include virtual="/common/sidebar-doc.html" -->
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div id="footer-left">
|
|
<div id="revised">
|
|
<p>Revised $Date$</p>
|
|
</div>
|
|
|
|
<div id="copyright">
|
|
<p>Copyright Rene Rivera 2007.</p>
|
|
</div><!--#include virtual="/common/footer-license.html" -->
|
|
</div>
|
|
|
|
<div id="footer-right">
|
|
<!--#include virtual="/common/footer-banners.html" -->
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|