index.htm 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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="libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
  14. <td><a href="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 a repository for free, peer-reviewed, C++ <a href="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.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>Click here for <a href="libraries.htm#Download">download</a> instructions.</p>
  30. <p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
  31. library works with which compiler.</p>
  32. <h2><a name="Mailing List">Membership</a></h2>
  33. <p>If you are interested in Boost.org, please join our mailing list for
  34. discussions of both technical and site-related issues, and to participate in
  35. library reviews. Discussions can be received via email in summary or in full, or
  36. viewed online via a web browser. We use the <a href="http://www.egroups.com">eGroups</a>
  37. list hosting service. Subscribe or unsubscribe by sending email to <a href="mailto:boost-subscribe@egroups.com">boost-subscribe@egroups.com</a>&nbsp;
  38. or <a href="mailto:boost-unsubscribe@egroups.com">boost-unsubscribe@egroups.com</a>
  39. respectively, or go to the eGroups <a href="http://www.egroups.com/list/boost">list
  40. manager home page</a>.&nbsp; Dave Abrahams and Beman Dawes are the list
  41. moderators.</p>
  42. <p>For mailing list members only, preliminary libraries under discussion are
  43. available from the eGroups <a href="http://www.egroups.com/files/boost/">Files
  44. section</a> (formerly called the &quot;vault&quot;).</p>
  45. <p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@boost.org</a>
  46. with any concerns you don't want to just post to the mailing list.</p>
  47. <h2>Latest News</h2>
  48. <p>??? - Version 1.16.2</p>
  49. <ul>
  50. <li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: performance
  51. reducing exception-specifications removed.</li>
  52. <li><a href="libs/utility/index.htm">Utility Library</a>: compiler and test
  53. program fixes for call_traits, compressed_pair, and type_traits. </li>
  54. </ul>
  55. <p>July 5, 2000 - Version 1.16.1</p>
  56. <ul>
  57. <li><a href="libs/integer/index.htm">Integer</a> library: fixed <a href="boost/cstdint.hpp">cstdint.hpp</a>
  58. bug, added <a href="libs/integer/cstdint_test.cpp">cstdint_test.cpp</a>,
  59. updated <a href="libs/integer/cstdint.htm">docs</a>.</li>
  60. <li><a href="libs/random/index.html">Random Number Library</a>: minor fixes to
  61. <a href="boost/random.hpp">random.hpp</a> and <a href="libs/random/random_test.cpp">random_test.cpp</a>
  62. to support more compilers.</li>
  63. <li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="boost/cast.hpp">cast.hpp</a>
  64. with more Microsoft compiler workarounds.</li>
  65. <li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="libs/utility/call_traits.htm">call_traits
  66. docs</a>, added <a href="libs/utility/call_traits_test.cpp">call_traits_test.cpp</a></li>
  67. <li><a href="libs/utility/index.htm">Utility Library</a>: cleanup and bug
  68. fixes for <a href="boost/operators.hpp">operators.hpp</a> and <a href="libs/utility/operators_test.cpp">operators_test.cpp</a></li>
  69. </ul>
  70. <p>June 28, 2000 - Version 1.16.0:</p>
  71. <ul>
  72. <li>Added <a href="libs/functional/index.html">Functional Library</a> -
  73. Enhanced function object adaptors from Mark Rodgers.</li>
  74. <li>Added missing <a href="libs/random/index.html">Random Number Library</a>
  75. files.</li>
  76. <li>Updated <a href="libs/utility/operators.htm">operators docs</a> and <a href="boost/operators.hpp">operators.hpp</a>.</li>
  77. <li>New <a href="boost/iterator.hpp">iterator.hpp</a> header.</li>
  78. <li>Minor <a href="boost/rational.hpp">rational.hpp</a>, <a href="libs/rational/rational_example.cpp">rational_example.cpp</a>,
  79. and <a href="libs/integer/integer_traits_test.cpp">integer_traits_test.cpp</a>
  80. changes to support more compilers.</li>
  81. <li>Revised <a href="boost/cast.hpp">cast.hpp</a>; removed implicit_cast, plus
  82. fixes for broken compilers.</li>
  83. <li>Minor <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a> workaround for some
  84. GCC builds</li>
  85. <li>Several <a href="boost/config.hpp">config.hpp</a> changes for Microsoft,
  86. Intel, and other compilers.</li>
  87. <li>Added <a href="libs/config/index.htm">Configuration Header</a> page and
  88. test program.</li>
  89. <li>Added Experimental <a href="libs/compiler_status.htm">Compiler Status</a>
  90. page showing what library works with which compilers.</li>
  91. </ul>
  92. <p>June 21, 2000 - Version 1.15.1 - Fixes to <a href="boost/cast.hpp">cast.hpp</a>
  93. and <a href="libs/utility/operators.htm">operators</a> fix. Minor additions to <a href="boost/config.hpp">config.hpp</a>
  94. for Microsoft compilers. The 1.15.0 operators changes seem to have introduced
  95. incompatibilities.&nbsp; We are working on fixing them, and have started to
  96. build a regression test to prevent similar future problems.</p>
  97. <p>June 17, 2000 - Version 1.15.0 - <a href="libs/random/index.html">Random
  98. Number Library</a> from Jens Maurer added. Updated utility library <a href="libs/utility/operators.htm">operators</a>
  99. eliminates code bloat. Minor additions to <a href="boost/config.hpp">config.hpp</a>
  100. and <a href="boost/cast.hpp">cast.hpp</a> for Microsoft compilers.</p>
  101. <p>May 29, 2000 - Version 1.14.3 - Minor additions to <a href="boost/config.hpp">config.hpp</a>
  102. for Borland compilers. Minor fix to <a href="libs/utility/type_traits.htm">type_traits</a>
  103. example. Minor web site fixes. <a href="more/formal_review_process.htm">Library
  104. Formal Review Process</a> page added.</p>
  105. <p>May 9, 2000 - Version 1.14.2 - No libraries updated. <a href="more/lib_guide.htm">Library
  106. Requirements and Guidelines</a> expanded, <a href="more/submission_process.htm">Library
  107. Submission Process</a> added.</p>
  108. <p>March 17, 2000 - Version 1.14.1 - Minor fix to <a href="boost/rational.hpp">rational.hpp</a>.
  109. Minor documentation changes to the <a href="libs/smart_ptr/index.htm">Smart
  110. Pointer</a> Library and <a href="libs/utility/call_traits.htm">call_traits</a>, <a href="libs/utility/compressed_pair.htm">compressed_pair</a>,
  111. and <a href="libs/utility/type_traits.htm">type_traits</a>. Updated <a href="more/lib_guide.htm">Library
  112. Guidelines</a> and <a href="people.htm">People</a> page.</p>
  113. <p>March 5, 2000 - Version 1.14.0 -&nbsp; <a href="libs/integer/index.htm">Integer
  114. Library</a> status upgraded after removing bin_bun.hpp. The
  115. &quot;Experimental&quot; library category has been removed; the boost
  116. files/vault now serves the purpose. Minor fix to <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a>
  117. line endings.</p>
  118. <p>February 29, 2000 - Version 1.13.0 - Adds <a href="libs/utility/index.htm">Utility
  119. Library</a>&nbsp; <a href="libs/utility/type_traits.htm">type_traits</a>, <a href="libs/utility/call_traits.htm">call_traits</a>,
  120. and <a href="libs/utility/compressed_pair.htm">compressed_pair</a> headers from
  121. John Maddock, Steve Cleary and Howard Hinnant.</p>
  122. <p>February 23, 2000 - Version 1.12.0 - Adds a <a href="libs/integer/integer_traits.html">integer_traits</a>
  123. header from Jens Maurer to the <a href="libs/integer/index.htm">Integer Library</a>.</p>
  124. <p>February 21, 2000 - Version 1.11.2 - <a href="libs/smart_ptr/smarttests.htm">Smart
  125. pointer timings</a> added (thanks to Gavin Collings). Minor fix <a href="libs/min_rand/index.htm">min_rand</a>
  126. sample program. Minor fixes to <a href="boost/config.hpp">config.hpp</a>.</p>
  127. <hr>
  128. <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->24 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18764" --></p>
  129. </body>
  130. </html>
粤ICP备19079148号