index.htm 7.3 KB

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