index.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. <html>
  10. <head>
  11. <title>Boost Tools</title>
  12. <meta http-equiv="Content-Language" content="en-us">
  13. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  14. <meta name="ProgId" content="FrontPage.Editor.Document">
  15. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  16. </head>
  17. <body bgcolor="#ffffff">
  18. <table border="1" cellpadding="2" bgcolor="#007f7f">
  19. <tr>
  20. <td bgcolor="#ffffff">
  21. <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
  22. <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
  23. <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
  24. <td><a href="../people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
  25. <td><a href="../more/faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
  26. <td><a href="../more/index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
  27. </tr>
  28. </table>
  29. <h1>Boost Tools</h1>
  30. <p>Boost developers, testers, and maintainers have developed various programs to
  31. help with the administration of the Boost Libraries. Like everything else about
  32. Boost, these tools are available in source form, and are part of the regular
  33. Boost distribution.</p>
  34. <p>Users may find these tools useful when porting Boost libraries to a new
  35. platform, or for use with their own applications.</p>
  36. <ul>
  37. <li>
  38. <a href="build/index.html">Boost.Build</a> - The Boost build system, including
  39. the full Boost version of the jam sources.<br>
  40. &nbsp;
  41. <li>
  42. <a href="regression/index.htm">Regression</a> - The Boost regression testing
  43. system reporting sources.<br>
  44. &nbsp;
  45. <li>
  46. <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect
  47. errors in the Boost directory hierarchy.<br>
  48. &nbsp;
  49. <li>
  50. <a href="../doc/html/boostbook.html">BoostBook</a> - A Boost documentation
  51. system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
  52. Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
  53. &nbsp;
  54. <li>
  55. <a href="bcp/bcp.html">bcp</a> - A utility to extract subsets of Boost; to
  56. determine which parts of Boost your code is using; and to print reports on
  57. Boost usage (including Licence information).<br>
  58. &nbsp;
  59. <li>
  60. <a href="quickbook/index.html">QuickBook</a> - QuickBook is a WikiWiki style
  61. documentation tool geared towards C++ documentation using simple rules and markup
  62. for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
  63. BoostBook</a> XML.<br>
  64. &nbsp;
  65. <li>
  66. <a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++
  67. preprocessor usable on top of any other compiler. Usable for instance for the debugging
  68. of the expansion of macros in your code or as a replacement for your build in
  69. preprocessor. <br>
  70. </li>
  71. </ul>
  72. <hr>
  73. <p>Revised
  74. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  75. 19 February, 2005</p>
  76. </body>
  77. </html>
粤ICP备19079148号