index.htm 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <title>Boost C++ Libraries</title>
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. <table border="1" bgcolor="#007F7F" cellpadding="2">
  10. <tr>
  11. <td bgcolor="#FFFFFF"><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
  12. <td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
  13. <td><a href="libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
  14. <td><a href="people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
  15. <td><a href="more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
  16. <td><a href="more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
  17. </tr>
  18. </table>
  19. <h1>Welcome to Boost.org!</h1>
  20. <p>The Boost web site provides free, peer-reviewed, C++ <a href="libs/libraries.htm">libraries</a>.
  21. The emphasis is on portable libraries which work well with the C++ Standard
  22. Library.</p>
  23. <p><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
  24. Submission Process</a> provides basic information for library authors.</p>
  25. <p>If you are interested in who writes the libraries and maintains the web site,
  26. check out <a href="people/people.htm">people</a>.</p>
  27. <p>The <a href="more/faq.htm">FAQ</a> answers questions we hope someone will
  28. bother to ask.</p>
  29. <p>You may <a href="boost_all.zip">download all of boost</a> as a single ZIP
  30. file. Click here for <a href="libs/libraries.htm#Download">download</a>
  31. details.&nbsp; The source code is also publicly accessible in a CVS <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</p>
  32. <p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
  33. library works with which compiler.</p>
  34. <h2><a name="Mailing List">Membership</a></h2>
  35. <p>If you are interested in Boost.org, please join our mailing list for
  36. discussions of both technical and site-related issues, and to participate in
  37. library reviews. Discussions can be received via email in summary or in full, or
  38. viewed online via a web browser. We use the <a href="http://www.egroups.com">eGroups</a>
  39. list hosting service. Subscribe or unsubscribe by sending email to <a href="mailto:boost-subscribe@egroups.com">boost-subscribe@egroups.com</a>&nbsp;
  40. or <a href="mailto:boost-unsubscribe@egroups.com">boost-unsubscribe@egroups.com</a>
  41. respectively, or go to the eGroups <a href="http://www.egroups.com/list/boost">list
  42. manager home page</a>.&nbsp; Dave Abrahams and Beman Dawes are the list
  43. moderators.</p>
  44. <p>For mailing list members only, preliminary libraries under discussion are
  45. available from the eGroups <a href="http://www.egroups.com/files/boost/">Files
  46. section</a> (formerly called the &quot;vault&quot;).</p>
  47. <p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@boost.org</a>
  48. with any concerns you don't want to just post to the mailing list.</p>
  49. <h2>Latest News</h2>
  50. <p>November 10, 2000 - Version 1.18.3</p>
  51. <ul>
  52. <li><a href="libs/cs-beos.html">BeOS5/Intel</a> compiler status contributed by
  53. John Maddock.</li>
  54. <li>Two additional test programs added to <a href="libs/compiler_status.htm">Compiler Status</a>.</li>
  55. </ul>
  56. <p>November 3, 2000 - Version 1.18.2</p>
  57. <ul>
  58. <li><a href="libs/utility/cast.htm">Cast Library</a> Fix numeric_cast&lt;> bugs with floating types.</li>
  59. <li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a> minor
  60. fixes.</li>
  61. <li> <a href="libs/regex/index.htm">Regular Expression Library</a>&nbsp; minor fixes.</li>
  62. <li><a href="libs/config/index.htm">Configuration Header</a> more fixes for
  63. broken compilers.</li>
  64. <li><a href="libs/hdr_depend.html">Boost Header Dependencies</a> page added.</li>
  65. <li>Terminology change: Several headers previously lumped together as a
  66. &quot;utility&quot; library are now considered separate libraries. For
  67. historical reasons, their non-header files still live in the
  68. &quot;utility&quot; sub-directory.</li>
  69. </ul>
  70. <p>October 15, 2000 - Version 1.18.1</p>
  71. <ul>
  72. <li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a>, <a href="libs/random/index.html">Random
  73. Number Library</a>, and <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp;
  74. Minor fixes.</li>
  75. <li><a href="libs/config/index.htm">Configuration Header</a> additions for
  76. various compiler foibles.</li>
  77. <li><a href="more/borland_cpp.html">Portability Hints:
  78. Borland C++ 5.5.1</a> from Jens Maurer added.</li>
  79. <li><a href="libs/compiler_status.htm">Compiler Status</a> updated for latest
  80. versions of several compilers.</li>
  81. </ul>
  82. <p>September 28, 2000 - Version 1.18.0</p>
  83. <ul>
  84. <li>Preliminary release of two important new libraries:</li>
  85. </ul>
  86. <blockquote>
  87. <ul>
  88. <li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a> -
  89. Generic graph components and algorithms from Jeremy Siek and a University
  90. of Notre Dame team.</li>
  91. <li><a href="libs/regex/index.htm">Regular Expression Library</a> - Text
  92. pattern matching in all its glory from John Maddock.&nbsp;</li>
  93. </ul>
  94. </blockquote>
  95. <ul>
  96. <li>Other changes:
  97. </ul>
  98. <blockquote>
  99. <ul>
  100. <li><a href="libs/array/index.htm">Array Library</a> improvements reflecting
  101. formal review comments.</li>
  102. <li><a href="boost/functional.hpp">functional.hpp</a> compiler workarounds
  103. added.</li>
  104. <li> <a href="libs/utility/tie.html">tie() function
  105. template</a> added to utility.hpp for easier handling of std::pair&lt;&gt;
  106. return values.</li>
  107. <li><a href="libs/integer/index.htm">Integer Library</a> improved handling
  108. of 64-bit integers.</li>
  109. <li>Minor web site page updates.</li>
  110. </ul>
  111. </blockquote>
  112. <p>August 3, 2000 - Version 1.17.0</p>
  113. <ul>
  114. <li><a href="libs/array/index.htm">Array Library</a> added - An STL compliant
  115. container wrapper for arrays of constant size from Nicolai Josuttis.</li>
  116. <li><a href="libs/array_traits/index.html">array traits</a> header renamed
  117. array_traits.hpp (was array.hpp).</li>
  118. <li><a href="libs/random/index.html">Random Number Library</a>: more minor
  119. changes to support more compilers.</li>
  120. <li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: performance
  121. reducing exception-specifications removed.</li>
  122. <li>Compiler and test
  123. program fixes for call_traits, compressed_pair, and type_traits.</li>
  124. <li>Updated <a href="boost/cast.hpp">cast.hpp</a>
  125. to clear compiler warning messages..</li>
  126. <li>Linux <a href="libs/compiler_status.htm">Compiler Status</a> added.</li>
  127. <li>Boost source code now lives in a publicly accessible Concurrent Versions
  128. System (CVS) <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</li>
  129. </ul>
  130. <p>July 5, 2000 - Version 1.16.1</p>
  131. <ul>
  132. <li><a href="libs/integer/index.htm">Integer</a> library: fixed <a href="boost/cstdint.hpp">cstdint.hpp</a>
  133. bug, added <a href="libs/integer/cstdint_test.cpp">cstdint_test.cpp</a>,
  134. updated <a href="libs/integer/cstdint.htm">docs</a>.</li>
  135. <li><a href="libs/random/index.html">Random Number Library</a>: minor fixes to
  136. <a href="boost/random.hpp">random.hpp</a> and <a href="libs/random/random_test.cpp">random_test.cpp</a>
  137. to support more compilers.</li>
  138. <li>Updated <a href="boost/cast.hpp">cast.hpp</a>
  139. with more Microsoft compiler workarounds.</li>
  140. <li>Updated <a href="libs/utility/call_traits.htm">call_traits
  141. docs</a>, added <a href="libs/utility/call_traits_test.cpp">call_traits_test.cpp</a></li>
  142. <li>Cleanup and bug
  143. fixes for <a href="boost/operators.hpp">operators.hpp</a> and <a href="libs/utility/operators_test.cpp">operators_test.cpp</a></li>
  144. </ul>
  145. <p>June 28, 2000 - Version 1.16.0:</p>
  146. <ul>
  147. <li>Added <a href="libs/functional/index.html">Functional Library</a> -
  148. Enhanced function object adaptors from Mark Rodgers.</li>
  149. <li>Added missing <a href="libs/random/index.html">Random Number Library</a>
  150. files.</li>
  151. <li>Updated <a href="libs/utility/operators.htm">operators docs</a> and <a href="boost/operators.hpp">operators.hpp</a>.</li>
  152. <li>New <a href="boost/iterator.hpp">iterator.hpp</a> header.</li>
  153. <li>Minor <a href="boost/rational.hpp">rational.hpp</a>, <a href="libs/rational/rational_example.cpp">rational_example.cpp</a>,
  154. and <a href="libs/integer/integer_traits_test.cpp">integer_traits_test.cpp</a>
  155. changes to support more compilers.</li>
  156. <li>Revised <a href="boost/cast.hpp">cast.hpp</a>; removed implicit_cast, plus
  157. fixes for broken compilers.</li>
  158. <li>Minor <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a> workaround for some
  159. GCC builds</li>
  160. <li>Several <a href="boost/config.hpp">config.hpp</a> changes for Microsoft,
  161. Intel, and other compilers.</li>
  162. <li>Added <a href="libs/config/index.htm">Configuration Header</a> page and
  163. test program.</li>
  164. <li>Added Experimental <a href="libs/compiler_status.htm">Compiler Status</a>
  165. page showing what library works with which compilers.</li>
  166. </ul>
  167. <p>June 21, 2000 - Version 1.15.1 - Fixes to <a href="boost/cast.hpp">cast.hpp</a>
  168. and <a href="libs/utility/operators.htm">operators</a> fix. Minor additions to <a href="boost/config.hpp">config.hpp</a>
  169. for Microsoft compilers. The 1.15.0 operators changes seem to have introduced
  170. incompatibilities.&nbsp; We are working on fixing them, and have started to
  171. build a regression test to prevent similar future problems.</p>
  172. <p>June 17, 2000 - Version 1.15.0 - <a href="libs/random/index.html">Random
  173. Number Library</a> from Jens Maurer added. Updated utility library <a href="libs/utility/operators.htm">operators</a>
  174. eliminates code bloat. Minor additions to <a href="boost/config.hpp">config.hpp</a>
  175. and <a href="boost/cast.hpp">cast.hpp</a> for Microsoft compilers.</p>
  176. <hr>
  177. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->10 November 2000<!--webbot bot="Timestamp" endspan i-checksum="39429" --></p>
  178. </body>
  179. </html>
粤ICP备19079148号