index.htm 5.7 KB

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