index.html 4.8 KB

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