index.htm 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <title>Boost C++ Libraries</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  7. <link rel="icon" href="more/favicon.ico" type="image/ico" />
  8. <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
  9. <!--[if IE]>
  10. <style type="text/css">
  11. body { behavior: url(more/css_0/csshover.htc); }
  12. </style>
  13. <![endif]-->
  14. </head>
  15. <body>
  16. <div class="body-0">
  17. <div class="body-1">
  18. <div class="body-2">
  19. <div id="heading">
  20. <div id="heading-0">
  21. <h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
  22. "Boost C++ Libraries" /></h1>
  23. <p id="heading-quote"><span class="quote">&ldquo;...one of the
  24. most highly regarded and expertly designed C++ library projects
  25. in the world.&rdquo;</span> <span class="attribution">&mdash;
  26. <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
  27. "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
  28. Alexandrescu</a>, <a href=
  29. "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
  30. Standards</a></span></p>
  31. <div class="clear"></div>
  32. </div>
  33. </div>
  34. <div id="content">
  35. <table summary="">
  36. <tr>
  37. <td id="sections" rowspan="2">
  38. <div class="section" id="intro">
  39. <h1>Welcome to Boost.org!</h1>
  40. <div class="section-body">
  41. <div class="section-body-0">
  42. <div class="section-body-1">
  43. <p>Boost provides free peer-reviewed portable C++
  44. source libraries.</p>
  45. <p>We emphasize libraries that work well with the C++
  46. Standard Library. Boost libraries are intended to be
  47. widely useful, and usable across a broad spectrum of
  48. applications. The <a href=
  49. "more/license_info.html">Boost license</a> encourages
  50. both commercial and non-commercial use.</p>
  51. <p>We aim to establish "existing practice" and
  52. provide reference implementations so that Boost
  53. libraries are suitable for eventual standardization.
  54. Ten Boost libraries are already included in the
  55. <a href="http://www.open-std.org/jtc1/sc22/wg21">C++
  56. Standards Committee's</a> Library Technical Report (
  57. <a href=
  58. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
  59. TR1</a>) as a step toward becoming part of a future
  60. C++ Standard. More Boost libraries are proposed for
  61. the upcoming <a href=
  62. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
  63. TR2</a>.</p>
  64. <p class="note"><span class="note-label">Getting
  65. started:</span> <span class="note-body">Boost works
  66. on almost any modern operating system, including UNIX
  67. and Windows variants. Follow the <a href=
  68. "more/getting_started.html">Getting Started Guide</a>
  69. to download and install Boost. Popular Linux and Unix
  70. distributions such as <a href=
  71. "http://fedora.redhat.com/">Fedora</a>, <a href=
  72. "http://www.debian.org/">Debian</a>, and <a href=
  73. "http://www.netbsd.org/">NetBSD</a> include pre-built
  74. Boost packages. Boost may also already be available
  75. on your organization's internal web
  76. server.</span></p>
  77. <p class="note"><span class=
  78. "note-label">Background:</span> <span class=
  79. "note-body">The <a href=
  80. "more/background.html">Background Information
  81. page</a> has introductory material to help those
  82. educating their organization about Boost.</span></p>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="section" id="participation">
  88. <h2><a name="Membership" id=
  89. "Membership"></a>Participation</h2>
  90. <div class="section-body">
  91. <div class="section-body-0">
  92. <div class="section-body-1">
  93. <p>Although Boost was begun by members of the C++
  94. Standards Committee Library Working Group,
  95. participation has expanded to include thousands of
  96. programmers from the C++ community at large.</p>
  97. <p>If you are interested in participating in Boost,
  98. please join our main <a href=
  99. "more/mailing_lists.htm#main">developers mailing
  100. list</a>. Discussions are highly technical, and list
  101. members are encouraged to participate in formal
  102. reviews of proposed libraries. There is also a
  103. <a href="more/mailing_lists.htm#users">users mailing
  104. list</a>, and several <a href=
  105. "more/mailing_lists.htm#projects">project specific
  106. lists</a>.</p>
  107. <p>Both the main Boost developers list and the users
  108. list are also accessible as <a href=
  109. "more/mailing_lists.htm">newsgroups</a>.</p>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="section" id="news">
  115. <h2>Latest News</h2>
  116. <div class="section-body">
  117. <div class="section-body-0">
  118. <div class="section-body-1">
  119. <h3>???, 2006 - Version 1.34.0</h3>
  120. <h4>Updated Libraries</h4>
  121. <ul>
  122. <li><span
  123. class="library"><a
  124. href="libs/function/index.html">Function
  125. Library</a>:</span> Boost.Function now
  126. implements a small buffer optimization,
  127. which can drastically improve the
  128. performance when copying or construction
  129. Boost.Function objects storing small
  130. function objects. For
  131. instance, <code>bind(&amp;X:foo, &amp;x, _1,
  132. _2)</code> requires no heap allocation when
  133. placed into a Boost.Function object.</li>
  134. <li><span class="library"><a
  135. href="libs/graph/doc/index.html">Graph
  136. Library</a>:</span>
  137. <ul>
  138. <li><a href="libs/graph/doc/maximum_matching.html"><tt>edmonds_maximum_cardinality_matching</tt></a>, from Aaron Windsor.</li>
  139. <li><a href="libs/graph/doc/lengauer_tarjan_dominator_tree.htm"><tt>lengauer_tarjan_dominator_tree</tt></a>, from JongSoo Park.</li>
  140. <li><a href="libs/graph/doc/compressed_sparse_row.html"><tt>compressed_sparse_row_graph</tt></a>, from Jeremiah Willcock and Douglas Gregor of Indiana University.</li>
  141. <li><a href="sorted_erdos_renyi_generator.html"><tt>sorted_erdos_renyi_iterator</tt></a>, from Jeremiah Willcock of Indiana University.</li>
  142. <li><a href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt></a> now supports a visitor and named parameters, from Janusz Piwowarski.</li>
  143. <li><a href="libs/graph/doc/dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></a> now calls <tt>vis.initialize_vertex</tt> for each vertex during initialization.</li>
  144. <li>See the <a href="libs/graph/doc/history.html#1.34.0">complete revision history</a> for more information.</li>
  145. </ul></li>
  146. <li><span
  147. class="library"><a
  148. href="libs/python/index.html">Python
  149. Library</a>:</span> Boost.Python now
  150. automatically appends C++ signatures
  151. to docstrings. The new
  152. <a href="libs/python/doc/v2/docstring_options.html"
  153. ><code>docstring_options.hpp</code></a>
  154. header is available to control the
  155. content of docstrings.
  156. </li>
  157. <li><span
  158. class="library"><a
  159. href="libs/parameter/index.html">Parameter
  160. Library</a>:</span>
  161. <ul>
  162. <li>Every ArgumentPack is now a valid <a href="libs/mpl/doc/refmanual/forward-sequence.html">MPL Forward Sequence</a></li>
  163. </ul>
  164. </li>
  165. </ul>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. <div class="clear"></div>
  171. </td>
  172. <td id="sidebars-top">
  173. <div class="sidebar" id="boost-sidebar">
  174. <div class="sidebar-0">
  175. <div class="sidebar-1">
  176. <div class="sidebar-2">
  177. <div class="sidebar-3">
  178. <div class="sidecell" id="libraries">
  179. <div class="sidecell-0">
  180. <h4>Libraries</h4>
  181. <ul>
  182. <li><a href=
  183. "libs/libraries.htm">Documentation</a></li>
  184. <li><a href=
  185. "more/license_info.html">License</a></li>
  186. <li><a href=
  187. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  188. Download</a></li>
  189. <li><a href=
  190. "more/getting_started.html">Getting
  191. Started</a></li>
  192. </ul>
  193. </div>
  194. </div>
  195. <div class="sidecell" id="tests">
  196. <div class="sidecell-0">
  197. <h4>Regression Tests</h4>
  198. <ul>
  199. <li><a href=
  200. "status/compiler_status.html">General
  201. Info</a></li>
  202. <li><a href=
  203. "http://www.boost.org/regression/release/user/">
  204. Release</a></li>
  205. <li><a href=
  206. "http://www.boost.org/regression/developement/developer/">
  207. Development</a></li>
  208. </ul>
  209. </div>
  210. </div>
  211. <div class="sidecell" id="search">
  212. <div class="sidecell-0">
  213. <h4>Search Boost</h4>
  214. <form method="get" action=
  215. "http://www.google.com/custom">
  216. <p><span id="search-text"><input type="text"
  217. name="q" id="q" size="31" maxlength="255"
  218. alt="Search Text" /></span> <span id=
  219. "search-choice"><select name="hq" id="hq">
  220. <option label="Boost" value=
  221. "site:www.boost.org">
  222. Boost
  223. </option>
  224. <option label="Documentation" value=
  225. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  226. Documentation
  227. </option>
  228. <option label="Mailing Lists" value=
  229. "site:lists.boost.org">
  230. Mailing Lists
  231. </option>
  232. </select></span> <span id="go"><input type=
  233. "image" name="search" src="more/space.gif"
  234. alt="Search" id="search-button" /></span>
  235. <span id="google"><a href=
  236. "http://www.google.com/search"><img src=
  237. "more/google_logo_25wht.gif" alt="Google" />
  238. Powered</a></span> <input type="hidden" name=
  239. "cof" value=
  240. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  241. <input type="hidden" name="sa" value=
  242. "Google Search" /> <input type="hidden" name=
  243. "domains" value=
  244. "www.boost.org;lists.boost.org" /></p>
  245. </form>
  246. </div>
  247. </div>
  248. <div class="clear"></div>
  249. </div>
  250. </div>
  251. </div>
  252. </div>
  253. </div>
  254. <div class="sidebar" id="participation-sidebar">
  255. <div class="sidebar-0">
  256. <div class="sidebar-1">
  257. <div class="sidebar-2">
  258. <div class="sidebar-3">
  259. <div class="sidecell" id="groups">
  260. <div class="sidecell-0">
  261. <h4>Groups</h4>
  262. <ul>
  263. <li><a href=
  264. "more/mailing_lists.htm#main">Boost
  265. (Developers)</a></li>
  266. <li><a href=
  267. "more/mailing_lists.htm#users">Boost
  268. Users</a></li>
  269. <li><a href=
  270. "more/mailing_lists.htm#announce">Announcements</a></li>
  271. <li><a href=
  272. "more/mailing_lists.htm#interest">Boost
  273. General Interest</a></li>
  274. <li><a href=
  275. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  276. <li><a href=
  277. "more/discussion_policy.htm">Discussion
  278. Policy</a></li>
  279. </ul>
  280. </div>
  281. </div>
  282. <div class="sidecell" id="contribute">
  283. <div class="sidecell-0">
  284. <h4>Contribute</h4>
  285. <ul>
  286. <li><a href=
  287. "more/formal_review_process.htm">Formal
  288. Reviews</a></li>
  289. <li><a href=
  290. "more/formal_review_schedule.html">Review
  291. Schedule</a></li>
  292. <li><a href=
  293. "more/lib_guide.htm#Requirements">Requirements</a></li>
  294. <li><a href=
  295. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  296. <li><a href=
  297. "more/submission_process.htm">Submissions</a></li>
  298. </ul>
  299. </div>
  300. </div>
  301. <div class="clear"></div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307. <div class="sidebar" id="resources-sidebar">
  308. <div class="sidebar-0">
  309. <div class="sidebar-1">
  310. <div class="sidebar-2">
  311. <div class="sidebar-3">
  312. <div class="sidecell" id="support">
  313. <div class="sidecell-0">
  314. <h4>Support</h4>
  315. <ul>
  316. <li><a href="more/faq.htm">FAQ</a></li>
  317. <li><a href=
  318. "http://sourceforge.net/tracker/?group_id=7586">
  319. Request Support</a></li>
  320. <li><a href="more/bugs.htm">Report
  321. Bugs</a></li>
  322. <li><a href=
  323. "more/requesting_new_features.htm">Suggest
  324. Features</a></li>
  325. <li><a href=
  326. "more/links.htm#CommercialSupport">Commercial
  327. Support</a></li>
  328. <li><a href="more/mailing_lists.htm">Mailing
  329. Lists</a></li>
  330. <li><a href=
  331. "more/version_history.html">Version
  332. History</a></li>
  333. </ul>
  334. </div>
  335. </div>
  336. <div class="sidecell" id="other">
  337. <div class="sidecell-0">
  338. <h4>Other Resources</h4>
  339. <ul>
  340. <li><a href=
  341. "http://boost-consulting.com/vault/">Vault
  342. Files</a></li>
  343. <li><a href=
  344. "more/getting_started.html#CVS">Main
  345. CVS</a></li>
  346. <li><a href=
  347. "more/mailing_lists.htm#sandbox">Sandbox
  348. CVS</a></li>
  349. <li><a href="tools/index.html">Tools</a></li>
  350. <li><a href=
  351. "people/people.htm">People</a></li>
  352. <li><a href=
  353. "doc/html/who_s_using_boost_.html">Who's
  354. Using Boost?</a></li>
  355. <li><a href=
  356. "more/moderators.html">Moderators</a></li>
  357. <li><a href="more/index.htm">More
  358. Boost</a></li>
  359. <li><a href="more/links.htm#cpp">More
  360. C++</a></li>
  361. </ul>
  362. </div>
  363. </div>
  364. <div class="sidecell" id="official">
  365. <div class="sidecell-0">
  366. <h4>Official Branch Sites</h4>
  367. <ul>
  368. <li><a href=
  369. "http://spirit.sourceforge.net/">Spirit</a></li>
  370. </ul>
  371. </div>
  372. </div>
  373. <div class="sidecell" id="unofficial">
  374. <div class="sidecell-0">
  375. <h4>Unofficial Branch Sites</h4>
  376. <ul>
  377. <li><a href=
  378. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  379. Wiki</a></li>
  380. </ul>
  381. </div>
  382. </div>
  383. <div class="clear"></div>
  384. </div>
  385. </div>
  386. </div>
  387. </div>
  388. </div>
  389. </td>
  390. </tr>
  391. <tr>
  392. <td id="sidebars-bottom">
  393. <div class="sidebar" id="footer-sidebar">
  394. <div class="sidebar-0">
  395. <div class="sidebar-1">
  396. <div class="sidebar-2">
  397. <div class="sidebar-3">
  398. <div class="sidecell" id="footer">
  399. <div class="sidecell-0">
  400. <div id="revised">
  401. <p>Revised $Date$</p>
  402. </div>
  403. <div id="copyright">
  404. <p>Copyright Beman Dawes, David Abrahams,
  405. 1998-2003.</p>
  406. <p>Copyright Rene Rivera 2004-2005.</p>
  407. </div>
  408. <div id="license">
  409. <p>Distributed under the Boost Software
  410. License, Version 1.0. (See accompanying file
  411. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  412. or copy at <a href=
  413. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  414. LICENSE_1_0.txt</a>)</p>
  415. </div>
  416. <div id="banners">
  417. <p><a href=
  418. "http://validator.w3.org/check?uri=referer"><img class="c1"
  419. src="more/w3c_valid_xhtml10.png" alt=
  420. "Valid XHTML 1.0!" /></a></p>
  421. <p><a href=
  422. "http://jigsaw.w3.org/css-validator/check/referer">
  423. <img class="c1" src="more/w3c_valid_css.png"
  424. alt="Valid CSS!" /></a></p>
  425. <p><a href=
  426. "http://sourceforge.net"><img class="c1" src=
  427. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  428. alt="SourceForge.net" /></a></p>
  429. </div>
  430. </div>
  431. </div>
  432. <div class="clear"></div>
  433. </div>
  434. </div>
  435. </div>
  436. </div>
  437. </div>
  438. </td>
  439. </tr>
  440. </table>
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445. </body>
  446. </html>
粤ICP备19079148号