index.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. <link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
  9. </head>
  10. <body bgcolor="#ffffff">
  11. <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
  12. <tr>
  13. <td width="277">
  14. <a href="../index.html">
  15. <img src="../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
  16. <td width="337" align="middle">
  17. <font size="7">Tools</font>
  18. </td>
  19. </tr>
  20. </table>
  21. <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26">
  22. <tr>
  23. <td height="16"><a href="../more/getting_started/index.html">Getting Started</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  24. </font>&nbsp; <a href="????">Release History</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  25. </font>&nbsp; <a href="../tools/index.html">Tools&nbsp;</a>&nbsp;<font color="#FFFFFF">&nbsp;
  26. </font>&nbsp; <a href="http://www.boost.org">Web Site</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  27. </font>&nbsp; <a href="http://www.boost.org/community/">Community</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
  28. </font>&nbsp; <a href="../more/index.html">More</a></td>
  29. </tr>
  30. </table>
  31. <p>Boost developers, testers, and maintainers have developed various tools to
  32. help with the administration of the Boost Libraries. Like everything else about
  33. Boost, these tools are available in source form, and are part of the regular
  34. Boost distribution.</p>
  35. <p>Users may find these tools useful when porting Boost libraries to a new
  36. platform, or for use with their own applications.</p>
  37. <ul>
  38. <li>
  39. <a href="build/index.html">Boost.Build</a> - The Boost build system, including
  40. the full Boost version of the jam sources.<br>
  41. &nbsp;
  42. <li>
  43. <a href="regression/index.html">Regression</a> - The Boost regression testing
  44. system reporting sources.<br>
  45. &nbsp;<li>
  46. <a href="release/index.html">Release</a> - Scripts used to build the
  47. release tarballs and zips.<br>
  48. &nbsp;
  49. <li>
  50. <a href="inspect/index.html">Inspect </a>- The inspection tool used to detect
  51. errors in the Boost directory hierarchy.<br>
  52. &nbsp;
  53. <li>
  54. <a href="../doc/html/boostbook.html">BoostBook</a> - A Boost documentation
  55. system, based on <a href="http://www.docbook.org/">DocBook</a> and the <a href="http://www.w3.org/Style/XSL/">
  56. Extensible Stylesheet Language (XSL)</a>, used by some Boost libraries.<br>
  57. &nbsp;
  58. <li>
  59. <a href="bcp/bcp.html">bcp</a> - A utility to extract subsets of Boost; to
  60. determine which parts of Boost your code is using; and to print reports on
  61. Boost usage (including Licence information).<br>
  62. &nbsp;
  63. <li>
  64. <a href="quickbook/index.html">QuickBook</a> - QuickBook is a WikiWiki style
  65. documentation tool geared towards C++ documentation using simple rules and markup
  66. for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
  67. BoostBook</a> XML.<br>
  68. &nbsp;
  69. <li>
  70. <a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++
  71. preprocessor usable on top of any other compiler. Usable for instance for the debugging
  72. of the expansion of macros in your code or as a replacement for your build in
  73. preprocessor. <br>
  74. </li>
  75. </ul>
  76. <hr>
  77. <p>Revised
  78. <!--webbot bot="Timestamp" s-type="EDITED"
  79. s-format="%d %b %Y" startspan -->23 Feb 2008<!--webbot bot="Timestamp" endspan i-checksum="14408" --></p>
  80. <p>© Copyright Beman Dawes 2003<br>
  81. © Copyright Douglas Gregor 2003<br>
  82. © Copyright Aleksey Gurtovoy 2004<br>
  83. © Copyright John Maddock 2004<br>
  84. © Copyright Eric Niebler 2005<br>
  85. © Copyright Hartmut Kaiser 2005<br>
  86. <br>
  87. Distributed under the Boost Software License, Version 1.0.
  88. (See file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  89. or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>) </p>
  90. </body>
  91. </html>
粤ICP备19079148号