1
0

index.htm 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  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/compressed_sparse_row.html"><tt>compressed_sparse_row_graph</tt></a>, from Jeremiah Willcock and Douglas Gregor of Indiana University.</li>
  128. <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>
  129. </ul></li>
  130. </ul>
  131. <h3>August 11, 2005 - Version 1.33.0</h3>
  132. <h4>New Libraries</h4>
  133. <ul>
  134. <li><span class="library"><a href=
  135. "libs/iostreams/doc/index.html">Iostreams
  136. Library</a>:</span> Framework for defining streams,
  137. stream buffers and i/o filters, from Jonathan
  138. Turkanis.</li>
  139. <li><span class="library"><a href=
  140. "libs/functional/hash/index.html">Functional/Hash
  141. Library</a>:</span> A TR1 hash function object that
  142. can be extended to hash user defined types, from
  143. Daniel James.</li>
  144. <li><span class="library"><a href=
  145. "libs/parameter/doc/html/index.html">Parameter
  146. Library</a>:</span> Write functions that accept
  147. arguments by name: especially useful when a
  148. function has more than one argument with a useful
  149. default value, since named arguments can be passed
  150. in any order.</li>
  151. <li><span class="library"><a href=
  152. "libs/ptr_container/index.html">Pointer Container
  153. Library</a>:</span> Containers for storing
  154. heap-allocated polymorphic objects to ease
  155. OO-programming, from Thorsten Ottosen.</li>
  156. <li><span class="library"><a href=
  157. "libs/wave/index.html">Wave</a>:</span> Standards
  158. conformant implementation of the mandated C99/C++
  159. preprocessor functionality packed behind an easy to
  160. use iterator interface, from
  161. Hartmut&nbsp;Kaiser.</li>
  162. </ul>
  163. <h4>Updated Libraries</h4>
  164. <ul>
  165. <li><span class="library"><a href=
  166. "libs/assign/doc/index.html">Assignment
  167. Library</a>:</span> Support for <a href=
  168. "libs/ptr_container/index.html">Pointer Container
  169. Library</a> and new efficient functions
  170. <code>ref_list_of()</code> and
  171. <code>cref_list_of()</code> for generating
  172. anonymous ranges.</li>
  173. <li>
  174. <span class="library"><a href=
  175. "libs/bind/bind.html">Bind Library</a>:</span>
  176. Bind expressions now support
  177. <a href="libs/bind/bind.html#operators">
  178. comparisons and negation</a>. Example: <code>
  179. bind(&amp;X::name, _1) &lt; bind(&amp;X::name,
  180. _2)</code>.
  181. </li>
  182. <li>
  183. <span class="library"><a href=
  184. "doc/html/date_time.html">Date-Time
  185. Library</a>:</span>
  186. <ul>
  187. <li>Added <a href=
  188. "doc/html/date_time/local_time.html">local time
  189. and time zone classes</a>.</li>
  190. <li>Added <a href=
  191. "doc/html/date_time/date_time_io.html">format-based
  192. Input/Output facets</a>.</li>
  193. <li>For a complete list of changes, see the
  194. library <a href=
  195. "doc/html/date_time/details.html#date_time.changes">
  196. change history</a>.</li>
  197. </ul>
  198. </li>
  199. <li>
  200. <span class="library"><a href=
  201. "libs/graph/doc/index.html">Graph
  202. Library</a>:</span> Introduced several new
  203. algorithms and improved existing algorithms:
  204. <ul>
  205. <li><a href=
  206. "libs/graph/doc/python.html">Experimental
  207. Python bindings</a>, from Doug Gregor and
  208. Indiana University.</li>
  209. <li><a href=
  210. "libs/graph/doc/floyd_warshall_shortest.html"><tt>
  211. floyd warshall all pairs shortest
  212. paths</tt></a>, from Lauren Foutz and Scott
  213. Hill.</li>
  214. <li><a href=
  215. "libs/graph/doc/astar_search.html"><tt>astar
  216. search</tt></a>, from Kristopher Beevers and
  217. Jufeng Peng.</li>
  218. <li><a href=
  219. "libs/graph/doc/fruchterman_reingold.html"><tt>fruchterman
  220. reingold force directed layout</tt></a>, from
  221. Doug Gregor and Indiana University.</li>
  222. <li><a href=
  223. "libs/graph/doc/biconnected_components.html"><tt>
  224. biconnected components</tt> and
  225. <tt>articulation points</tt></a>, from Jeremy
  226. Siek, Janusz Piwowarski, and Doug Gregor.</li>
  227. <li><a href=
  228. "libs/graph/doc/sequential_vertex_coloring.html">
  229. <tt>sequential vertex coloring</tt></a> has
  230. been updated, tested, and documented.</li>
  231. <li><a href=
  232. "libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy
  233. atun layout</tt></a>, from Jeremiah Willcock
  234. and Doug Gregor of Indiana University.</li>
  235. <li><a href=
  236. "libs/graph/doc/king_ordering.html"><tt>king
  237. ordering</tt></a>, from D. Kevin McGrath of
  238. Indiana University.</li>
  239. <li><a href=
  240. "libs/graph/doc/cuthill_mckee_ordering.html"><tt>
  241. cuthill mckee ordering</tt></a> has been recast
  242. as an invocation of <tt>breadth first
  243. search</tt> and now supports graphs with
  244. multiple components.</li>
  245. <li><a href=
  246. "libs/graph/doc/dijkstra_shortest_paths.html"><tt>
  247. dijkstra shortest paths</tt></a> now uses a
  248. relaxed heap&nbsp;[<a href=
  249. "libs/graph/doc/bibliography.html#driscoll88">61</a>]
  250. as its priority queue, improving its complexity
  251. to <em>O(V log V)</em> and improving real-world
  252. performance for larger graphs.</li>
  253. <li><a href=
  254. "libs/graph/doc/read_graphviz.html"><code>read
  255. graphviz</code></a> now has a new, Spirit-based
  256. parser that works for all graph types and
  257. supports arbitrary properties on the graph,
  258. from Ron Garcia. The old, Bison-based GraphViz
  259. reader has been deprecated and will be removed
  260. in a future Boost release. <a href=
  261. "libs/graph/doc/write-graphviz.html"><code>write
  262. graphviz</code></a> also supports dynamic
  263. properties.</li>
  264. <li><a href=
  265. "libs/graph/doc/subgraph.html"><code>subgraph</code></a>:
  266. <code>get_property</code> now refers to the
  267. subgraph property, not the root graph's
  268. property.</li>
  269. <li>See the <a href=
  270. "libs/graph/doc/history.html#by-version">history</a>
  271. for additional changes and bug fixes.</li>
  272. </ul>
  273. </li>
  274. <li>
  275. <span class="library"><a href=
  276. "libs/multi_index/doc/index.html">Multi-index
  277. Containers Library</a>:</span>
  278. <ul>
  279. <li>New <a href=
  280. "libs/multi_index/doc/advanced_topics.html#hashed_indices">
  281. hashed indices</a>.</li>
  282. <li>Added <a href=
  283. "libs/multi_index/doc/advanced_topics.html#serialization">
  284. serialization support</a>.</li>
  285. <li>For a complete list of changes, see the
  286. library <a href=
  287. "libs/multi_index/doc/release_notes.html">release
  288. notes</a>.</li>
  289. </ul>
  290. </li>
  291. <li>
  292. <span class="library"><a href=
  293. "libs/program_options/doc/index.html">Program
  294. Options Library</a>:</span>
  295. <ul>
  296. <li>Option descriptions are now printed with
  297. word wrapping.</li>
  298. <li>Command line parser can bypass unregistered
  299. options, instread of throwing.</li>
  300. <li>Removed support for "implicit" (optional)
  301. values.</li>
  302. <li>New customization method
  303. 'command_line_parser::extra_style_parser'.
  304. Unlike 'additional_parser', allows the user to
  305. parse several tokens and return a vector of
  306. options, not just a single option.</li>
  307. <li>Work with disabled exceptions.</li>
  308. </ul>
  309. </li>
  310. <li><span class="library"><a href=
  311. "libs/property_map/property_map.html">Property Map
  312. Library</a>:</span> Introduced the <a href=
  313. "libs/property_map/doc/dynamic_property_map.html"><code>
  314. dynamic properties</code></a> class, which provides
  315. dynamically-typed access to a set of property
  316. maps.</li>
  317. <li>
  318. <span class="library"><a href=
  319. "libs/python/doc/index.html">Boost.Python</a>:</span>
  320. <ul>
  321. <li>Added support for docstrings on nonstatic
  322. properties.</li>
  323. <li>We now export the client-provided
  324. docstrings for <code>init&lt;optional&lt;&gt;
  325. &gt;</code> and
  326. <i>XXX</i><code>_FUNCTION_OVERLOADS()</code>
  327. for only the last overload.</li>
  328. <li>Support for Embedded VC++ 4 and GCC-3.3 on
  329. MacOS added</li>
  330. <li>Introduced better support for rvalue
  331. from-python conversions of shared_ptr.</li>
  332. <li>Support for exposing
  333. <code>vector&lt;T*&gt;</code> with the indexing
  334. suite.</li>
  335. <li>updated visual studio project build
  336. file.</li>
  337. <li>Added search feature to the index
  338. page.</li>
  339. </ul>
  340. </li>
  341. <li><span class="library"><a href=
  342. "libs/random/index.html">Random Number
  343. Library</a>:</span> improved initialization for
  344. <code>mersenne_twister</code>, algorithm by Makoto
  345. Matsumoto and Takuji Nishimura, implemented for
  346. Boost by Jens Maurer.<br />
  347. <em>Note:</em> All test vectors for
  348. <code>mersenne_twister</code>s constructed or
  349. seeded without parameters or with a single
  350. <code>unsigned int</code> parameter become
  351. invalid.</li>
  352. <li><span class="library"><a href=
  353. "libs/range/index.html">Range Library</a>:</span>
  354. Minor addition of convenience functions to
  355. <code>iterator range</code> like <code>front(),
  356. back()</code> and <code>operator[]()</code>.</li>
  357. <li>
  358. <span class="library"><a href=
  359. "libs/regex/index.html">Regex Library</a>:</span>
  360. <ul>
  361. <li>Rewritten front end parser now supports
  362. (?imsx-imsx) constructs, plus lookbehind
  363. assertions and conditional expressions.</li>
  364. <li>Thin wrapper classes improve integration
  365. with MFC/ATL code.</li>
  366. <li>Full (optional) Unicode support via the ICU
  367. library.</li>
  368. </ul>Refer to the <a href=
  369. "libs/regex/doc/history.html">regex history
  370. page</a> for more information on these and other
  371. small changes.
  372. </li>
  373. <li>
  374. <span class="library"><a href=
  375. "libs/serialization/doc/index.html">Serialization
  376. Library</a>:</span>
  377. <ul>
  378. <li>DLL version.</li>
  379. <li>Auto-linking.</li>
  380. <li>Serialization of variants.</li>
  381. <li>Improved serialization of shared
  382. pointers.</li>
  383. </ul>
  384. </li>
  385. <li><span class="library"><a href=
  386. "doc/html/signals.html">Signals Library</a>:</span>
  387. added slot blocking/unblocking, from Frantz
  388. Maerten. Huge improvements to signal invocation
  389. performance from Robert Zeh.</li>
  390. </ul>
  391. <h4>Supported Compilers</h4>
  392. <p>Boost is tested on a wide range of compilers and
  393. platforms. Since Boost libraries rely on modern C++
  394. features not available in all compilers, not all
  395. Boost libraries will work with every compiler. The
  396. following compilers and platforms have been
  397. extensively tested with Boost, although many other
  398. compilers and platforms will work as well. For more
  399. information, see the <a href=
  400. "http://www.boost.org/regression/release/user/">regression
  401. test results</a>.</p>
  402. <ul>
  403. <li><a href="http://developer.apple.com/">Apple
  404. GCC</a> 3.x on Mac OS X.</li>
  405. <li><a href=
  406. "http://www.borland.com/us/products/cbuilder/">Borland
  407. C++</a> 5.6.4 on Windows.</li>
  408. <li><a href="http://gcc.gnu.org">GNU C++</a> 2.95.3
  409. (with and without STLport), 3.2.x., 3.3.x, 3.4.x,
  410. 4.0.x on Windows, Linux and Solaris.</li>
  411. <li><a href=
  412. "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">
  413. Intel C++</a> 8.1, 9.0 on Windows, Linux.</li>
  414. <li><a href="http://www.metrowerks.com">Metrowerks
  415. CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and
  416. Windows.</li>
  417. <li><a href=
  418. "http://msdn.microsoft.com/visualc/">Microsoft
  419. Visual C++</a> 6.0 (sp5, with and without STLport),
  420. 7.0, 7.1, 8.0 beta. Note: due to intermittent
  421. problems with Visual C++ 8.0 beta, and the presence
  422. of a variety of pre-release compiler builds, we are
  423. unable to guarantee compatibility until the final
  424. compiler is released.</li>
  425. </ul>
  426. <h4>Acknowledgements</h4>
  427. <p><img src="more/boost_1_33_0.jpg" width="128"
  428. height="118" alt="Medieval Mr. Gregor" class=
  429. "left-inset" /><a href=
  430. "people/doug_gregor.html">Douglas Gregor</a> managed
  431. this release.</p>
  432. <p>A great number of people contributed their time
  433. and expertise to make this release possible. Special
  434. thanks go to Aleksey Gurtovoy and Misha Bergal, who
  435. managed to keep the regression testing system working
  436. throughout the release process; David Abrahams, Beman
  437. Dawes, Aleksey Gurtovoy, Rene Rivera and Jonathan
  438. Turkanis for greatly improving the quality of this
  439. release; Rene Rivera for the new Boost web page
  440. design; and Zoltan "cad" Juhasz for the new Boost
  441. logo.</p>
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446. <div class="clear"></div>
  447. </td>
  448. <td id="sidebars-top">
  449. <div class="sidebar" id="boost-sidebar">
  450. <div class="sidebar-0">
  451. <div class="sidebar-1">
  452. <div class="sidebar-2">
  453. <div class="sidebar-3">
  454. <div class="sidecell" id="libraries">
  455. <div class="sidecell-0">
  456. <h4>Libraries</h4>
  457. <ul>
  458. <li><a href=
  459. "libs/libraries.htm">Documentation</a></li>
  460. <li><a href=
  461. "more/license_info.html">License</a></li>
  462. <li><a href=
  463. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  464. Download</a></li>
  465. <li><a href=
  466. "more/getting_started.html">Getting
  467. Started</a></li>
  468. </ul>
  469. </div>
  470. </div>
  471. <div class="sidecell" id="tests">
  472. <div class="sidecell-0">
  473. <h4>Regression Tests</h4>
  474. <ul>
  475. <li><a href=
  476. "status/compiler_status.html">General
  477. Info</a></li>
  478. <li><a href=
  479. "http://www.boost.org/regression/release/user/">
  480. Release</a></li>
  481. <li><a href=
  482. "http://www.boost.org/regression/developement/developer/">
  483. Development</a></li>
  484. </ul>
  485. </div>
  486. </div>
  487. <div class="sidecell" id="search">
  488. <div class="sidecell-0">
  489. <h4>Search Boost</h4>
  490. <form method="get" action=
  491. "http://www.google.com/custom">
  492. <p><span id="search-text"><input type="text"
  493. name="q" id="q" size="31" maxlength="255"
  494. alt="Search Text" /></span> <span id=
  495. "search-choice"><select name="hq" id="hq">
  496. <option label="Boost" value=
  497. "site:www.boost.org">
  498. Boost
  499. </option>
  500. <option label="Documentation" value=
  501. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  502. Documentation
  503. </option>
  504. <option label="Mailing Lists" value=
  505. "site:lists.boost.org">
  506. Mailing Lists
  507. </option>
  508. </select></span> <span id="go"><input type=
  509. "image" name="search" src="more/space.gif"
  510. alt="Search" id="search-button" /></span>
  511. <span id="google"><a href=
  512. "http://www.google.com/search"><img src=
  513. "more/google_logo_25wht.gif" alt="Google" />
  514. Powered</a></span> <input type="hidden" name=
  515. "cof" value=
  516. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  517. <input type="hidden" name="sa" value=
  518. "Google Search" /> <input type="hidden" name=
  519. "domains" value=
  520. "www.boost.org;lists.boost.org" /></p>
  521. </form>
  522. </div>
  523. </div>
  524. <div class="clear"></div>
  525. </div>
  526. </div>
  527. </div>
  528. </div>
  529. </div>
  530. <div class="sidebar" id="participation-sidebar">
  531. <div class="sidebar-0">
  532. <div class="sidebar-1">
  533. <div class="sidebar-2">
  534. <div class="sidebar-3">
  535. <div class="sidecell" id="groups">
  536. <div class="sidecell-0">
  537. <h4>Groups</h4>
  538. <ul>
  539. <li><a href=
  540. "more/mailing_lists.htm#main">Boost
  541. (Developers)</a></li>
  542. <li><a href=
  543. "more/mailing_lists.htm#users">Boost
  544. Users</a></li>
  545. <li><a href=
  546. "more/mailing_lists.htm#announce">Announcements</a></li>
  547. <li><a href=
  548. "more/mailing_lists.htm#interest">Boost
  549. General Interest</a></li>
  550. <li><a href=
  551. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  552. <li><a href=
  553. "more/discussion_policy.htm">Discussion
  554. Policy</a></li>
  555. </ul>
  556. </div>
  557. </div>
  558. <div class="sidecell" id="contribute">
  559. <div class="sidecell-0">
  560. <h4>Contribute</h4>
  561. <ul>
  562. <li><a href=
  563. "more/formal_review_process.htm">Formal
  564. Reviews</a></li>
  565. <li><a href=
  566. "more/formal_review_schedule.html">Review
  567. Schedule</a></li>
  568. <li><a href=
  569. "more/lib_guide.htm#Requirements">Requirements</a></li>
  570. <li><a href=
  571. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  572. <li><a href=
  573. "more/submission_process.htm">Submissions</a></li>
  574. </ul>
  575. </div>
  576. </div>
  577. <div class="clear"></div>
  578. </div>
  579. </div>
  580. </div>
  581. </div>
  582. </div>
  583. <div class="sidebar" id="resources-sidebar">
  584. <div class="sidebar-0">
  585. <div class="sidebar-1">
  586. <div class="sidebar-2">
  587. <div class="sidebar-3">
  588. <div class="sidecell" id="support">
  589. <div class="sidecell-0">
  590. <h4>Support</h4>
  591. <ul>
  592. <li><a href="more/faq.htm">FAQ</a></li>
  593. <li><a href=
  594. "http://sourceforge.net/tracker/?group_id=7586">
  595. Request Support</a></li>
  596. <li><a href="more/bugs.htm">Report
  597. Bugs</a></li>
  598. <li><a href=
  599. "more/requesting_new_features.htm">Suggest
  600. Features</a></li>
  601. <li><a href=
  602. "more/links.htm#CommercialSupport">Commercial
  603. Support</a></li>
  604. <li><a href="more/mailing_lists.htm">Mailing
  605. Lists</a></li>
  606. <li><a href=
  607. "more/version_history.html">Version
  608. History</a></li>
  609. </ul>
  610. </div>
  611. </div>
  612. <div class="sidecell" id="other">
  613. <div class="sidecell-0">
  614. <h4>Other Resources</h4>
  615. <ul>
  616. <li><a href=
  617. "http://boost-sandbox.sourceforge.net/vault/">
  618. Sandbox Files</a></li>
  619. <li><a href=
  620. "http://www.yahoogroups.com/files/boost/">Files
  621. (Members)</a></li>
  622. <li><a href=
  623. "more/getting_started.html#CVS">Main
  624. CVS</a></li>
  625. <li><a href=
  626. "more/mailing_lists.htm#sandbox">Sandbox
  627. CVS</a></li>
  628. <li><a href="tools/index.html">Tools</a></li>
  629. <li><a href=
  630. "people/people.htm">People</a></li>
  631. <li><a href=
  632. "doc/html/who_s_using_boost_.html">Who's
  633. Using Boost?</a></li>
  634. <li><a href=
  635. "more/moderators.html">Moderators</a></li>
  636. <li><a href="more/index.htm">More
  637. Boost</a></li>
  638. <li><a href="more/links.htm#cpp">More
  639. C++</a></li>
  640. </ul>
  641. </div>
  642. </div>
  643. <div class="sidecell" id="official">
  644. <div class="sidecell-0">
  645. <h4>Official Branch Sites</h4>
  646. <ul>
  647. <li><a href=
  648. "http://spirit.sourceforge.net/">Spirit</a></li>
  649. </ul>
  650. </div>
  651. </div>
  652. <div class="sidecell" id="unofficial">
  653. <div class="sidecell-0">
  654. <h4>Unofficial Branch Sites</h4>
  655. <ul>
  656. <li><a href=
  657. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  658. Wiki</a></li>
  659. </ul>
  660. </div>
  661. </div>
  662. <div class="clear"></div>
  663. </div>
  664. </div>
  665. </div>
  666. </div>
  667. </div>
  668. </td>
  669. </tr>
  670. <tr>
  671. <td id="sidebars-bottom">
  672. <div class="sidebar" id="footer-sidebar">
  673. <div class="sidebar-0">
  674. <div class="sidebar-1">
  675. <div class="sidebar-2">
  676. <div class="sidebar-3">
  677. <div class="sidecell" id="footer">
  678. <div class="sidecell-0">
  679. <div id="revised">
  680. <p>Revised $Date$</p>
  681. </div>
  682. <div id="copyright">
  683. <p>Copyright Beman Dawes, David Abrahams,
  684. 1998-2003.</p>
  685. <p>Copyright Rene Rivera 2004-2005.</p>
  686. </div>
  687. <div id="license">
  688. <p>Distributed under the Boost Software
  689. License, Version 1.0. (See accompanying file
  690. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  691. or copy at <a href=
  692. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  693. LICENSE_1_0.txt</a>)</p>
  694. </div>
  695. <div id="banners">
  696. <p><a href=
  697. "http://validator.w3.org/check?uri=referer"><img class="c1"
  698. src="more/w3c_valid_xhtml10.png" alt=
  699. "Valid XHTML 1.0!" /></a></p>
  700. <p><a href=
  701. "http://jigsaw.w3.org/css-validator/check/referer">
  702. <img class="c1" src="more/w3c_valid_css.png"
  703. alt="Valid CSS!" /></a></p>
  704. <p><a href=
  705. "http://sourceforge.net"><img class="c1" src=
  706. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  707. alt="SourceForge.net" /></a></p>
  708. </div>
  709. </div>
  710. </div>
  711. <div class="clear"></div>
  712. </div>
  713. </div>
  714. </div>
  715. </div>
  716. </div>
  717. </td>
  718. </tr>
  719. </table>
  720. </div>
  721. </div>
  722. </div>
  723. </div>
  724. </body>
  725. </html>
粤ICP备19079148号