index.htm 6.2 KB

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