index.html 3.5 KB

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