index.htm 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  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 class="library"><a
  123. href="libs/graph/doc/index.html">Graph
  124. Library</a>:</span>
  125. <ul>
  126. <li><a href="libs/graph/doc/maximum_matching.html"><tt>edmonds_maximum_cardinality_matching</tt></a>, from Aaron Windsor.</li>
  127. <li><a href="libs/graph/doc/lengauer_tarjan_dominator_tree.htm"><tt>lengauer_tarjan_dominator_tree</tt></a>, from JongSoo Park.</li>
  128. <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>
  129. <li><a href="sorted_erdos_renyi_generator.html"><tt>sorted_erdos_renyi_iterator</tt></a>, from Jeremiah Willcock of Indiana University.</li>
  130. <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>
  131. <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>
  132. </ul></li>
  133. </ul>
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. <div class="clear"></div>
  139. </td>
  140. <td id="sidebars-top">
  141. <div class="sidebar" id="boost-sidebar">
  142. <div class="sidebar-0">
  143. <div class="sidebar-1">
  144. <div class="sidebar-2">
  145. <div class="sidebar-3">
  146. <div class="sidecell" id="libraries">
  147. <div class="sidecell-0">
  148. <h4>Libraries</h4>
  149. <ul>
  150. <li><a href=
  151. "libs/libraries.htm">Documentation</a></li>
  152. <li><a href=
  153. "more/license_info.html">License</a></li>
  154. <li><a href=
  155. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  156. Download</a></li>
  157. <li><a href=
  158. "more/getting_started.html">Getting
  159. Started</a></li>
  160. </ul>
  161. </div>
  162. </div>
  163. <div class="sidecell" id="tests">
  164. <div class="sidecell-0">
  165. <h4>Regression Tests</h4>
  166. <ul>
  167. <li><a href=
  168. "status/compiler_status.html">General
  169. Info</a></li>
  170. <li><a href=
  171. "http://www.boost.org/regression/release/user/">
  172. Release</a></li>
  173. <li><a href=
  174. "http://www.boost.org/regression/developement/developer/">
  175. Development</a></li>
  176. </ul>
  177. </div>
  178. </div>
  179. <div class="sidecell" id="search">
  180. <div class="sidecell-0">
  181. <h4>Search Boost</h4>
  182. <form method="get" action=
  183. "http://www.google.com/custom">
  184. <p><span id="search-text"><input type="text"
  185. name="q" id="q" size="31" maxlength="255"
  186. alt="Search Text" /></span> <span id=
  187. "search-choice"><select name="hq" id="hq">
  188. <option label="Boost" value=
  189. "site:www.boost.org">
  190. Boost
  191. </option>
  192. <option label="Documentation" value=
  193. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  194. Documentation
  195. </option>
  196. <option label="Mailing Lists" value=
  197. "site:lists.boost.org">
  198. Mailing Lists
  199. </option>
  200. </select></span> <span id="go"><input type=
  201. "image" name="search" src="more/space.gif"
  202. alt="Search" id="search-button" /></span>
  203. <span id="google"><a href=
  204. "http://www.google.com/search"><img src=
  205. "more/google_logo_25wht.gif" alt="Google" />
  206. Powered</a></span> <input type="hidden" name=
  207. "cof" value=
  208. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  209. <input type="hidden" name="sa" value=
  210. "Google Search" /> <input type="hidden" name=
  211. "domains" value=
  212. "www.boost.org;lists.boost.org" /></p>
  213. </form>
  214. </div>
  215. </div>
  216. <div class="clear"></div>
  217. </div>
  218. </div>
  219. </div>
  220. </div>
  221. </div>
  222. <div class="sidebar" id="participation-sidebar">
  223. <div class="sidebar-0">
  224. <div class="sidebar-1">
  225. <div class="sidebar-2">
  226. <div class="sidebar-3">
  227. <div class="sidecell" id="groups">
  228. <div class="sidecell-0">
  229. <h4>Groups</h4>
  230. <ul>
  231. <li><a href=
  232. "more/mailing_lists.htm#main">Boost
  233. (Developers)</a></li>
  234. <li><a href=
  235. "more/mailing_lists.htm#users">Boost
  236. Users</a></li>
  237. <li><a href=
  238. "more/mailing_lists.htm#announce">Announcements</a></li>
  239. <li><a href=
  240. "more/mailing_lists.htm#interest">Boost
  241. General Interest</a></li>
  242. <li><a href=
  243. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  244. <li><a href=
  245. "more/discussion_policy.htm">Discussion
  246. Policy</a></li>
  247. </ul>
  248. </div>
  249. </div>
  250. <div class="sidecell" id="contribute">
  251. <div class="sidecell-0">
  252. <h4>Contribute</h4>
  253. <ul>
  254. <li><a href=
  255. "more/formal_review_process.htm">Formal
  256. Reviews</a></li>
  257. <li><a href=
  258. "more/formal_review_schedule.html">Review
  259. Schedule</a></li>
  260. <li><a href=
  261. "more/lib_guide.htm#Requirements">Requirements</a></li>
  262. <li><a href=
  263. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  264. <li><a href=
  265. "more/submission_process.htm">Submissions</a></li>
  266. </ul>
  267. </div>
  268. </div>
  269. <div class="clear"></div>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. </div>
  275. <div class="sidebar" id="resources-sidebar">
  276. <div class="sidebar-0">
  277. <div class="sidebar-1">
  278. <div class="sidebar-2">
  279. <div class="sidebar-3">
  280. <div class="sidecell" id="support">
  281. <div class="sidecell-0">
  282. <h4>Support</h4>
  283. <ul>
  284. <li><a href="more/faq.htm">FAQ</a></li>
  285. <li><a href=
  286. "http://sourceforge.net/tracker/?group_id=7586">
  287. Request Support</a></li>
  288. <li><a href="more/bugs.htm">Report
  289. Bugs</a></li>
  290. <li><a href=
  291. "more/requesting_new_features.htm">Suggest
  292. Features</a></li>
  293. <li><a href=
  294. "more/links.htm#CommercialSupport">Commercial
  295. Support</a></li>
  296. <li><a href="more/mailing_lists.htm">Mailing
  297. Lists</a></li>
  298. <li><a href=
  299. "more/version_history.html">Version
  300. History</a></li>
  301. </ul>
  302. </div>
  303. </div>
  304. <div class="sidecell" id="other">
  305. <div class="sidecell-0">
  306. <h4>Other Resources</h4>
  307. <ul>
  308. <li><a href=
  309. "http://boost-consulting.com/vault/">Vault
  310. Files</a></li>
  311. <li><a href=
  312. "more/getting_started.html#CVS">Main
  313. CVS</a></li>
  314. <li><a href=
  315. "more/mailing_lists.htm#sandbox">Sandbox
  316. CVS</a></li>
  317. <li><a href="tools/index.html">Tools</a></li>
  318. <li><a href=
  319. "people/people.htm">People</a></li>
  320. <li><a href=
  321. "doc/html/who_s_using_boost_.html">Who's
  322. Using Boost?</a></li>
  323. <li><a href=
  324. "more/moderators.html">Moderators</a></li>
  325. <li><a href="more/index.htm">More
  326. Boost</a></li>
  327. <li><a href="more/links.htm#cpp">More
  328. C++</a></li>
  329. </ul>
  330. </div>
  331. </div>
  332. <div class="sidecell" id="official">
  333. <div class="sidecell-0">
  334. <h4>Official Branch Sites</h4>
  335. <ul>
  336. <li><a href=
  337. "http://spirit.sourceforge.net/">Spirit</a></li>
  338. </ul>
  339. </div>
  340. </div>
  341. <div class="sidecell" id="unofficial">
  342. <div class="sidecell-0">
  343. <h4>Unofficial Branch Sites</h4>
  344. <ul>
  345. <li><a href=
  346. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  347. Wiki</a></li>
  348. </ul>
  349. </div>
  350. </div>
  351. <div class="clear"></div>
  352. </div>
  353. </div>
  354. </div>
  355. </div>
  356. </div>
  357. </td>
  358. </tr>
  359. <tr>
  360. <td id="sidebars-bottom">
  361. <div class="sidebar" id="footer-sidebar">
  362. <div class="sidebar-0">
  363. <div class="sidebar-1">
  364. <div class="sidebar-2">
  365. <div class="sidebar-3">
  366. <div class="sidecell" id="footer">
  367. <div class="sidecell-0">
  368. <div id="revised">
  369. <p>Revised $Date$</p>
  370. </div>
  371. <div id="copyright">
  372. <p>Copyright Beman Dawes, David Abrahams,
  373. 1998-2003.</p>
  374. <p>Copyright Rene Rivera 2004-2005.</p>
  375. </div>
  376. <div id="license">
  377. <p>Distributed under the Boost Software
  378. License, Version 1.0. (See accompanying file
  379. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  380. or copy at <a href=
  381. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  382. LICENSE_1_0.txt</a>)</p>
  383. </div>
  384. <div id="banners">
  385. <p><a href=
  386. "http://validator.w3.org/check?uri=referer"><img class="c1"
  387. src="more/w3c_valid_xhtml10.png" alt=
  388. "Valid XHTML 1.0!" /></a></p>
  389. <p><a href=
  390. "http://jigsaw.w3.org/css-validator/check/referer">
  391. <img class="c1" src="more/w3c_valid_css.png"
  392. alt="Valid CSS!" /></a></p>
  393. <p><a href=
  394. "http://sourceforge.net"><img class="c1" src=
  395. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  396. alt="SourceForge.net" /></a></p>
  397. </div>
  398. </div>
  399. </div>
  400. <div class="clear"></div>
  401. </div>
  402. </div>
  403. </div>
  404. </div>
  405. </div>
  406. </td>
  407. </tr>
  408. </table>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. </body>
  414. </html>
粤ICP备19079148号