index.htm 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <title>Boost C++ Libraries</title>
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. <h1>
  10. <img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" align="center" width="277" height="86">
  11. Welcome to Boost.org!</h1>
  12. <table>
  13. <tr>
  14. <table border="3" cellpadding="5" bordercolor="#007F7F" align="left">
  15. <tr>
  16. <td>
  17. <p><b>Libraries<br>
  18. </b>&#149;&nbsp;<a href="libs/libraries.htm">Documentation</a><br>
  19. &#149;&nbsp;<a href="more/download.html">Download</a> <br>
  20. &#149;&nbsp;<a href="more/download.html#Installation">Install</a> &amp; <a href="tools/build/index.html">Build<br>
  21. </a>&#149;&nbsp;<a href="status/compiler_status.html">Compiler Status</a></p>
  22. <p>
  23. <b>Mailing Lists</b><br>
  24. &#149;&nbsp;<a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
  25. &#149;&nbsp;<a href="more/mailing_lists.htm#users">Boost Users</a><br>
  26. &#149;&nbsp;<a href="more/mailing_lists.htm#announce">Announcements</a><br>
  27. &#149;&nbsp;<a href="more/discussion_policy.htm">Discussion Policy</a></p>
  28. <p>
  29. <b>Support<br>
  30. </b>
  31. &#149;&nbsp;<a href="more/faq.htm">FAQ</a><br>
  32. &#149;&nbsp;<a href="http://sourceforge.net/tracker/?group_id=7586">Request
  33. Support</a><br>
  34. &#149;&nbsp;<a href="http://sourceforge.net/tracker/?group_id=7586">Report Bugs</a><br>
  35. &#149;&nbsp;<a href="http://sourceforge.net/tracker/?group_id=7586">Suggest Features</a><br>
  36. &#149;&nbsp;Also: <a href="more/mailing_lists.htm">Mailing Lists</a></p>
  37. <p><b>About<br>
  38. </b>&#149;&nbsp;<a href="more/formal_review_process.htm">Formal Reviews</a><b><br>
  39. </b>&#149;&nbsp;<a href="more/formal_review_schedule.html">Review Schedule<br>
  40. </a>&#149;&nbsp;<a href="more/lib_guide.htm#Requirements">Requirements</a><br>
  41. &#149;&nbsp;<a href="more/lib_guide.htm#Guidelines">Guidelines</a><br>
  42. &#149;&nbsp;<a href="more/submission_process.htm">Submissions</a></p>
  43. <p><b>Other Resources<br>
  44. </b>&#149;&nbsp;<a href="http://www.yahoogroups.com/files/boost/">Files</a>
  45. (members only)<br>
  46. &#149;&nbsp;<a href="http://sourceforge.net/cvs/?group_id=7586">CVS
  47. Repository<br>
  48. </a>&#149;&nbsp;<a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Wiki</a>
  49. (unofficial)<br>
  50. &#149;&nbsp;<a href="people/people.htm">People</a><br>
  51. &#149;&nbsp;<a href="more/moderators.html">Moderators<br>
  52. </a>&#149;&nbsp;<a href="more/index.htm">More...</a></p>
  53. </td>
  54. </tr>
  55. </table>
  56. <table>
  57. <tr>
  58. <td>&nbsp;</td>
  59. <td>
  60. <p>The Boost web site provides free peer-reviewed portable C++ source libraries.
  61. The emphasis is on libraries which work well with the C++ Standard
  62. Library. One goal is to
  63. establish &quot;existing practice&quot; and provide reference implementations so
  64. that the Boost libraries are suitable for eventual standardization. Some of the
  65. libraries have already been proposed for inclusion in the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/">C++
  66. Standards Committee</a>'s upcoming C++
  67. Standard Library Technical Report.</p>
  68. <p> Although Boost was begun by members of the C++
  69. Standards Committee Library Working Group, membership has expanded to include
  70. nearly two thousand members of the C++ community at large.
  71. </p>
  72. <h2><a name="Membership">Membership</a></h2>
  73. <p>If you are interested in becoming a member of Boost, please do so by joining our main
  74. developers mailing list. Discussions include both technical and site-related issues, and
  75. members are encouraged to participate in
  76. formal reviews of proposed libraries.</p>
  77. <h2><a name="Latest News">Latest News</a></h2>
  78. <p>November 30, 2001 - Version 1.26.0</p>
  79. <ul>
  80. <li><a href="libs/math/doc/common_factor.html">Common Factor Library</a>
  81. added. Greatest common divisor and least common multiple, from Daryle Walker.<li>
  82. <a href="libs/preprocessor/doc/index.htm">Preprocessor Library</a> added.
  83. Preprocessor metaprogramming tools including repetition and recursion, from
  84. Vesa Karvonen.<li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>:
  85. Added <a href="libs/utility/generator_iterator.htm">generator iterator</a>
  86. adaptor, from Jens Maurer.
  87. <li><a href="libs/random/index.html">Random Number Library</a>:
  88. Removed iterator interface.<li><a href="libs/utility/operators.htm">
  89. operators.hpp</a>: Improvements from Daryle and Helmut Ziesel<li>
  90. <a href="tools/build/index.html">Boost.Build:</a> Continuing improvements,
  91. including pre-built <a href="tools/build/index.html#Jam">Boost.Jam executables</a>.<li>Minor fixes to a number of other libraries.</li>
  92. </ul>
  93. <p>November 5, 2001 - Version 1.25.1</p>
  94. <ul>
  95. <li><a href="tools/build/index.html">Boost Build System</a>: Continued
  96. improvements.</li>
  97. <li><a href="libs/config/config.htm">Config Library</a>: Continued
  98. refinements.</li>
  99. <li><a href="libs/graph/doc/index.html">Graph Library</a>: Final cleanup for
  100. upcoming the Boost Graph Library book.</li>
  101. <li><a href="libs/thread/doc/index.html">Thread Library</a>: Minor fixes -
  102. tests now pass on most Win32 and POSIX systems including Linux and Solaris.
  103. Semaphore removed as too error prone.</li>
  104. <li><a href="libs/function/index.html">Function Library</a>: direct support for member function pointers and documentation updates.</li>
  105. <li><a href="http://groups.yahoo.com/group/Boost-Users">Boost-Users</a> mailing list has been created to address topics of interest to users of Boost libraries.</li>
  106. <li><a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Boost Wiki web</a> added. Provides a place for Boost users to openly discuss and document the use of Boost libraries. It is not officially maintained by Boost developers.</li>
  107. </ul>
  108. <p>October 1, 2001 - Version 1.25.0
  109. <ul>
  110. <li><a href="libs/thread/doc/index.html">Thread Library</a> added. Portable
  111. C++ multi-programming at last, from William Kempf.</li>
  112. <li><a href="libs/utility/base_from_member.html">Base From Member</a> added to
  113. <a href="libs/utility/utility.htm">Utility Library</a>. Support for the base
  114. from member idiom, from Daryle Walker.</li>
  115. <li><a href="libs/bind/bind.html">Bind</a> and
  116. <a href="libs/bind/mem_fn.html">mem_fn</a> added - Generalized binders for function/object/pointers and member functions, from Peter
  117. Dimov.</li>
  118. <li><a href="libs/array/index.htm">Array Library</a>: Minor updates,
  119. from Nico Josuttis.</li>
  120. <li><a href="libs/config/config.htm">Config Library</a>: major redesign with
  121. much improved and automated configuration of Boost libraries for specific
  122. compilers, from John Maddock.</li>
  123. <li><a href="libs/random/index.html">Random Number Library</a>: Fixed bug when copying normal_distribution and improved the documentation, from Michael Stevens and Jens Maurer.</li>
  124. <li><a href="libs/math/special_functions/index.html">Special functions</a>,
  125. <a href="libs/math/octonion/index.html">octonions</a>,
  126. <a href="libs/math/quaternion/index.html">quaternions</a> updated,
  127. now useable with many more compilers, plus three new special functions,
  128. from Hubert Holin, Eric Ford, and others.
  129. <li><a href="libs/tokenizer/index.htm">Tokenizer Library</a>:
  130. fixes/enhancements to escaped_list_separator based on empty fields and
  131. tokens comments from Johan Nillson and Jens Maurer.</li>
  132. <li>Coming Soon - A mailing list for Boost users!</li>
  133. </ul>
  134. <p>August 19, 2001 - Version 1.24.0
  135. <ul>
  136. <li><a href="libs/tuple/doc/tuple_users_guide.html">Tuple Library</a> added.
  137. Tuples ease definition of functions returning multiple values, and more,
  138. from Jaakko Järvi.</li>
  139. <li>Minor fixes to some other libraries.</li>
  140. <li><a href="tools/build/index.html">Boost Build System</a> added. Preliminary
  141. release of an innovative build system for Boost libraries, from Dave
  142. Abrahams and others.</li>
  143. <li><a href="more/formal_review_schedule.html">
  144. Formal Review Schedule</a> added. Shows current, future, and recent past review dates.</li>
  145. </ul>
  146. <p>July 6, 2001 - Version 1.23.0
  147. <ul>
  148. <li><a href="libs/any/index.html">Any Library</a> added. Safe, generic
  149. container for single values of different value types, from Kevlin Henney.</li>
  150. <li><a href="libs/function/index.html">Function Library</a> added. Function
  151. object wrappers for deferred calls or callbacks, from Doug Gregor.</li>
  152. <li><a href="libs/tokenizer/index.htm">Tokenizer Library</a> added. Break a
  153. string into a series of tokens, from John Bandela.</li>
  154. <li><a href="libs/math/special_functions/index.html">Special functions</a>,
  155. <a href="libs/math/octonion/index.html">octonions</a>,
  156. <a href="libs/math/quaternion/index.html">quaternions</a> added,
  157. from Hubert Holin.
  158. <li><a href="libs/smart_ptr/smart_ptr.htm">Smart Pointer Library</a>:
  159. shared_ptr polymorphic pointers now work on more broken compilers.</li>
  160. <li><a href="status/cs-aix.html">IBM/Aix</a> Compiler status table contributed
  161. by Toon Knapen</li>
  162. <li>Minor fixes to a number of other libraries.</li>
  163. </ul>
  164. </td>
  165. </tr>
  166. </table>
  167. </table>
  168. <hr>
  169. <p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->30 November, 2001<!--webbot bot="Timestamp" i-checksum="39352" endspan --></p>
  170. </body>
  171. </html>
粤ICP备19079148号