index.htm 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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><a href="regression.html"><b>Internal Regression Test Suite</b></a>&nbsp;&nbsp;
  66. Describes the tool for generating the compiler status tables
  67. </p>
  68. <p><b><a href="proposal.pdf">Proposal for a C++ Library Repository Web Site</a></b>&nbsp;
  69. The original 1998 proposal that launched Boost.</p>
  70. <p><b><a href="bugs.htm">How to report bugs</a></b>&nbsp; Ways to report Boost
  71. bugs.</p>
  72. <p><b><a href="requesting_new_features.htm">How to request features</a></b> Ways
  73. to request new library features.</p>
  74. <p><b><a href="cpp_committee_meetings.html">C++ Committee Meetings</a></b> FAQ for
  75. Boost Members wishing to attend a standards committee meeting.</p>
  76. </blockquote>
  77. <h2>Articles and Papers</h2>
  78. <blockquote>
  79. <p><a href="error_handling.html"><b>Error and Exception Handling</b></a> describes
  80. approaches to errors and exceptions by <a href="../people/dave_abrahams.htm">David
  81. Abrahams</a>.
  82. </p>
  83. <p><a href="count_bdy.htm"><b>Counted Body Techniques</b></a> by <a href="../people/kevlin_henney.htm">
  84. Kevlin Henney</a> is must reading for those interested in reference
  85. counting, a widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">
  86. Overload</a> magazine.</p>
  87. <p><a href="generic_programming.html"><b>Generic Programming Techniques</b></a> by <a href="../people/dave_abrahams.htm">
  88. David Abrahams</a> and <a href="../people/jeremy_siek.htm">Jeremy Siek</a> describe
  89. some of the techniques used in Boost libraries.</p>
  90. <p><a href="feature_model_diagrams.htm"><b>Feature Model Diagrams in text and HTML</b></a>
  91. describes how to represent feature model diagrams in text form.</p>
  92. <p><a href="borland_cpp.html"><b>Portability Hints: Borland C++ 5.5.1</b></a> describes
  93. Borland C++ portability issues, with suggested workarounds.</p>
  94. <p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
  95. describes Microsoft C++ portability issues, with suggested workarounds.</p>
  96. <p><a href="int_const_guidelines.htm"><strong>Coding Guidelines for Integral Constant
  97. Expressions</strong></a> describes how to work through the maze of
  98. compiler related bugs surrounding this tricky topic.</p>
  99. </blockquote>
  100. <hr>
  101. <p>
  102. Revised
  103. <!--webbot bot="Timestamp" s-type="EDITED"
  104. s-format="%d %B, %Y" startspan -->
  105. 02 October, 2003<!--webbot bot="Timestamp" endspan i-checksum="38549" --></p>
  106. <p>
  107. © Copyright Beman Dawes 2003.</p>
  108. <p>
  109. Use, modification, and distribution are subject to the Boost Software License,
  110. Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  111. or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  112. </body>
  113. </html>
粤ICP备19079148号