index.htm 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Boost More Information</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  8. </head>
  9. <body bgcolor="#ffffff" text="#000000">
  10. <table summary ="Navigational header"
  11. border="1" cellpadding="2" bgcolor="#007f7f">
  12. <tr>
  13. <td bgcolor="#ffffff">
  14. <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
  15. <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
  16. <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
  17. <td><a href="../people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
  18. <td><a href="faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
  19. <td><a href="index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
  20. </tr>
  21. </table>
  22. <h1>More Information</h1>
  23. <h2>Boost Policies</h2>
  24. <blockquote>
  25. <p><a href="discussion_policy.htm"><b>Mailing List Discussion Policy.</b></a>&nbsp;
  26. What's acceptable and what isn't.</p>
  27. <p><a href="lib_guide.htm"><b>Library Requirements and Guidelines</b></a>.&nbsp;
  28. Basic standards for those preparing a submission.</p>
  29. <P><A href="separate_compilation.html"><STRONG>Guidelines for Libraries with Separate
  30. Source</STRONG></A>.&nbsp; Basic tutorial for libraries that require the
  31. building of a separate link library.</P>
  32. <p><a href="writingdoc/index.html"><strong>Writing Documentation for Boost</strong></a>
  33. Basic guidelines for writing documentation and templates for quickly generating
  34. documentation that follows the guidelines.</p>
  35. <p><a href="test_policy.htm"><b>Test Policy and Protocols</b></a>.&nbsp; How
  36. testing works at Boost.</p>
  37. <p><a href="submission_process.htm"><b>Library Submission Process</b></a>.&nbsp;
  38. How to submit a library to Boost.</p>
  39. <p><a href="formal_review_process.htm"><b>Library Formal Review Process</b></a>.
  40. Including how to submit a review comment.</p>
  41. <p><a href="header.htm"><b>Header Policy</b></a>.&nbsp; Headers are where a
  42. library contacts its users, so programming practices are particularly
  43. important.</p>
  44. <p><a href="imp_vars.htm"><b>Implementation Variations</b></a>.&nbsp; Sometimes
  45. one size fits all, sometimes it doesn't.&nbsp; This page deals with the
  46. trade-offs.</p>
  47. <p><a href="library_reuse.htm"><b>Library Reuse</b></a>.&nbsp; Should Boost
  48. libraries use other boost libraries?&nbsp; What about the C++ Standard
  49. Library?&nbsp; It's another trade-off.</p>
  50. <p><b><a href="moderators.html">Moderators</a></b>.&nbsp; Who they are and what
  51. they do.</p>
  52. </blockquote>
  53. <h2>Boost Whatever</h2>
  54. <blockquote>
  55. <p><b><a href="license_info.html">License Information</a> </b>&nbsp;Information
  56. about the Boost Software License.</p>
  57. <p><b><a href="bibliography.html">Bibliography</a> </b>&nbsp;Print and online
  58. publications relating to Boost and Boost libraries.</p>
  59. <p><b><a href="../doc/html/who_s_using_boost_.html">Who's Using Boost?</a> </b>&nbsp;
  60. Products and organisations that are using Boost.</p>
  61. <p><a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;Describes
  62. what library works with which compiler.</p>
  63. <p><b><a href="links.htm">Links</a></b>&nbsp; Links of special interest to Boost
  64. users.</p>
  65. <p><b><a href="formal_review_schedule.html">Formal Review Schedule</a></b>&nbsp;
  66. Future, current, and recently past Formal Reviews.</p>
  67. <p><b><a href="release_procedures.htm">Release Procedures</a></b>&nbsp; How
  68. developers and the release manager prepare for a Boost release.</p>
  69. <p><b><a href="updating_the_website.html">Updating the Website</a></b>&nbsp; How
  70. developers can update the Boost website between releases.</p>
  71. <p><a href="regression.html"><b>Internal Regression Test Suite</b></a>&nbsp;&nbsp;
  72. Describes the tool for generating the compiler status tables
  73. </p>
  74. <p><b><a href="proposal.pdf">Proposal for a C++ Library Repository Web Site</a></b>&nbsp;
  75. The original 1998 proposal that launched Boost.</p>
  76. <p><b><a href="bugs.htm">How to report bugs</a></b>&nbsp; Ways to report Boost
  77. bugs.</p>
  78. <p><b><a href="requesting_new_features.htm">How to request features</a></b> Ways
  79. to request new library features.</p>
  80. <p><b><a href="cpp_committee_meetings.html">C++ Committee Meetings</a></b> FAQ for
  81. Boost Members wishing to attend a standards committee meeting.</p>
  82. <p><b><a href="version_history.html">Version History</a></b> Changes
  83. and additions in past Boost releases.</p>
  84. </blockquote>
  85. <h2>Articles and Papers</h2>
  86. <blockquote>
  87. <p><a href="error_handling.html"><b>Error and Exception Handling</b></a> describes
  88. approaches to errors and exceptions by <a href="../people/dave_abrahams.htm">David
  89. Abrahams</a>.
  90. </p>
  91. <p><a href="count_bdy.htm"><b>Counted Body Techniques</b></a> by <a href="../people/kevlin_henney.htm">
  92. Kevlin Henney</a> is must reading for those interested in reference
  93. counting, a widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">
  94. Overload</a> magazine.</p>
  95. <p><a href="generic_programming.html"><b>Generic Programming Techniques</b></a> by <a href="../people/dave_abrahams.htm">
  96. David Abrahams</a> and <a href="../people/jeremy_siek.htm">Jeremy Siek</a> describe
  97. some of the techniques used in Boost libraries.</p>
  98. <p><a href="feature_model_diagrams.htm"><b>Feature Model Diagrams in text and HTML</b></a>
  99. describes how to represent feature model diagrams in text form.</p>
  100. <p><a href="borland_cpp.html"><b>Portability Hints: Borland C++ 5.5.1</b></a> describes
  101. Borland C++ portability issues, with suggested workarounds.</p>
  102. <p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
  103. describes Microsoft C++ portability issues, with suggested workarounds.</p>
  104. <p><a href="int_const_guidelines.htm"><strong>Coding Guidelines for Integral Constant
  105. Expressions</strong></a> describes how to work through the maze of
  106. compiler related bugs surrounding this tricky topic.</p>
  107. </blockquote>
  108. <hr>
  109. <p>
  110. Revised
  111. <!--webbot bot="Timestamp" s-type="EDITED"
  112. s-format="%d %B, %Y" startspan -->10 May, 2005<!--webbot bot="Timestamp" endspan i-checksum="13987" --></p>
  113. <p>
  114. © Copyright Beman Dawes 2003.</p>
  115. <p>
  116. Distributed under the Boost Software License, Version 1.0. (See
  117. accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
  118. at <a href=
  119. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)
  120. </p>
  121. </body>
  122. </html>
粤ICP备19079148号