Blame view

3rdparty/boost_1_81_0/tools/index.html 5.11 KB
73ef4ff3   Hu Chunming   提交三方库
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
  <!-- 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>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
        </font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../libs/libraries.htm">
        Libraries</a><a href="../tools/index.html">&nbsp;</a>&nbsp;<font color="#FFFFFF">&nbsp;
        </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org">Web Site</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
        </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org/users/news/">News</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
        </font>&nbsp;&nbsp;&nbsp; <a href="http://www.boost.org/community/">Community</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
        </font>&nbsp;&nbsp;&nbsp;&nbsp;
        <a href="http://www.boost.org/users/faq.html">FAQ</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
        </font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="../more/index.htm">More Info</a>&nbsp;</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>
           &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/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>
           &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 built-in 
             preprocessor. <br>
           &nbsp;
           <li>
             <a href="auto_index/index.html">AutoIndex</a> - A tool for indexing Boostbook/Docbook
             documents. <br>
           &nbsp;
        </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>