index.htm 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <meta name="generator" content=
  6. "HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
  7. <title>Boost C++ Libraries</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  9. <link rel="icon" href="more/favicon.ico" type="image/ico" />
  10. <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
  11. <!--[if IE]>
  12. <style type="text/css">
  13. body { behavior: url(more/css_0/csshover.htc); }
  14. </style>
  15. <![endif]-->
  16. </head>
  17. <body>
  18. <div class="body-0">
  19. <div class="body-1">
  20. <div class="body-2">
  21. <div id="heading">
  22. <div id="heading-0">
  23. <h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
  24. "Boost C++ Libraries" width="237" height="55" name=
  25. "boost-logo" /></h1>
  26. <p id="heading-quote"><span class="quote">&ldquo;...one of the
  27. most highly regarded and expertly designed C++ library projects
  28. in the world.&rdquo;</span> <span class="attribution">&mdash;
  29. <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
  30. "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
  31. Alexandrescu</a>, <a href=
  32. "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
  33. Standards</a></span></p>
  34. <div class="clear"></div>
  35. </div>
  36. </div>
  37. <div id="content">
  38. <table summary="">
  39. <tr>
  40. <td id="sections" rowspan="2">
  41. <div class="section" id="intro">
  42. <h1>Welcome to Boost.org!</h1>
  43. <div class="section-body">
  44. <div class="section-body-0">
  45. <div class="section-body-1">
  46. <p>Boost provides free peer-reviewed portable C++
  47. source libraries.</p>
  48. <p>We emphasize libraries that work well with the C++
  49. Standard Library. Boost libraries are intended to be
  50. widely useful, and usable across a broad spectrum of
  51. applications. The <a href=
  52. "more/license_info.html">Boost license</a> encourages
  53. both commercial and non-commercial use.</p>
  54. <p>We aim to establish &quot;existing practice&quot; and
  55. provide reference implementations so that Boost
  56. libraries are suitable for eventual standardization.
  57. Ten Boost libraries are already included in the
  58. <a href="http://www.open-std.org/jtc1/sc22/wg21">C++
  59. Standards Committee's</a> Library Technical Report (
  60. <a href=
  61. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
  62. TR1</a>) as a step toward becoming part of a future
  63. C++ Standard. More Boost libraries are proposed for
  64. the upcoming <a href=
  65. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
  66. TR2</a>.</p>
  67. <p class="note"><span class="note-label">Getting
  68. started:</span> <span class="note-body">Boost works
  69. on almost any modern operating system, including UNIX
  70. and Windows variants. Follow the <a href=
  71. "more/getting_started.html">Getting Started Guide</a>
  72. to download and install Boost. Popular Linux and Unix
  73. distributions such as <a href=
  74. "http://fedora.redhat.com/">Fedora</a>, <a href=
  75. "http://www.debian.org/">Debian</a>, and <a href=
  76. "http://www.netbsd.org/">NetBSD</a> include pre-built
  77. Boost packages. Boost may also already be available
  78. on your organization's internal web
  79. server.</span></p>
  80. <p class="note"><span class=
  81. "note-label">Background:</span> <span class=
  82. "note-body">The <a href=
  83. "more/background.html">Background Information
  84. page</a> has introductory material to help those
  85. educating their organization about Boost.</span></p>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. <div class="section" id="participation">
  91. <h2><a name="Membership" id=
  92. "Membership"></a>Participation</h2>
  93. <div class="section-body">
  94. <div class="section-body-0">
  95. <div class="section-body-1">
  96. <p>Although Boost was begun by members of the C++
  97. Standards Committee Library Working Group,
  98. participation has expanded to include thousands of
  99. programmers from the C++ community at large.</p>
  100. <p>If you are interested in participating in Boost,
  101. please join our main <a href=
  102. "more/mailing_lists.htm#main">developers mailing
  103. list</a>. Discussions are highly technical, and list
  104. members are encouraged to participate in formal
  105. reviews of proposed libraries. There is also a
  106. <a href="more/mailing_lists.htm#users">users mailing
  107. list</a>, and several <a href=
  108. "more/mailing_lists.htm#projects">project specific
  109. lists</a>.</p>
  110. <p>Both the main Boost developers list and the users
  111. list are also accessible as <a href=
  112. "more/mailing_lists.htm">newsgroups</a>.</p>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. <div class="section" id="news">
  118. <h2>Latest News</h2>
  119. <div class="section-body">
  120. <div class="section-body-0">
  121. <div class="section-body-1">
  122. <h3>September 15, 2006 - BoostCon 2007</h3>
  123. <ul>
  124. <li> The inaugural Boost conference will be held
  125. May 14-18, 2007, in Aspen Colorado. See our
  126. preliminary <a
  127. href="more/BoostCon07.html">announcement
  128. page</a> for more information.</li>
  129. </ul>
  130. <h3>???, 2006 - Version 1.34.0</h3>
  131. <h4>New Libraries</h4>
  132. <ul>
  133. <li><span class="library"><a href=
  134. "doc/html/foreach.html">Foreach Library</a>:</span>
  135. <tt>BOOST_FOREACH</tt> macro for easily iterating
  136. over the elements of a sequence, from Eric
  137. Niebler.</li>
  138. <li><span class="library"><a href=
  139. "libs/statechart/doc/index.html">Statechart
  140. Library</a>:</span> Arbitrarily complex finite state
  141. machines can be implemented in easily readable and
  142. maintainable C++ code, from Andreas Huber.</li>
  143. <li><span class="library"><a href=
  144. "libs/tr1/index.html">TR1 Library</a>:</span> An
  145. implementation of the C++ Technical Report on
  146. Standard Library Extensions, from John Maddock.
  147. This library does not itself implement the TR1
  148. components, rather it's a thin wrapper that will
  149. include your standard library's TR1 implementation
  150. (if it has one), otherwise it will include the
  151. Boost Library equivalents, and import them into
  152. namespace <code>std::tr1</code>. Highlights
  153. include: Reference Wrappers, Smart Pointers,
  154. result_of, Function Object Binders, Polymorphic
  155. function wrappers, Type Traits, Random Number
  156. Generators and Distributions, Tuples, Fixed Size
  157. Array, Hash Function Objects, Regular Expressions,
  158. and Complex Number Additional Algorithms.</li>
  159. <li><span class="library"><a href=
  160. "doc/html/typeof.html">Typeof
  161. Library</a>:</span> Typeof operator emulation,
  162. from Arkadiy Vertleyb and Peder Holt.</li>
  163. <li><span class="library"><a href=
  164. "doc/html/xpressive.html">Xpressive
  165. Library</a>:</span> Regular expressions that can be
  166. written as strings or as expression templates, and
  167. that can refer to each other and themselves
  168. recursively with the power of context-free
  169. grammars, from Eric Niebler.</li>
  170. </ul>
  171. <h4>Updated Libraries</h4>
  172. <ul>
  173. <li>
  174. <span class="library"><a href=
  175. "libs/assign/index.html">Assign
  176. Library</a>:</span>
  177. <ul>
  178. <li>Support for
  179. <code>ptr_map&lt;key,T&gt;</code> via the new
  180. function <code>ptr_map_insert()</code></li>
  181. <li>Support for initialization of <a href=
  182. "libs/ptr_container/index.html">Pointer
  183. Containers</a> when the containers hold
  184. pointers to an abstract base class.</li>
  185. </ul>
  186. </li>
  187. <li>
  188. <span class="library"><a href=
  189. "libs/filesystem/doc/index.htm">Filesystem
  190. Library</a>:</span> Major upgrade in preparation
  191. for submission to the C++ Standards Committee for
  192. TR2. Changes include:
  193. <ul>
  194. <li><a href=
  195. "libs/filesystem/doc/i18n.html#Internationalization">
  196. Internationalization</a>, provided by class
  197. templates <i>basic_path</i>,
  198. <i>basic_filesystem_error</i>,
  199. <i>basic_directory_iterator</i>, and
  200. <i>basic_directory_entry</i>.</li>
  201. <li><a href=
  202. "libs/filesystem/doc/i18n.html#Simplification">Simplification</a>
  203. of the path interface by eliminating special
  204. constructors to identify native formats.</li>
  205. <li><a href=
  206. "libs/filesystem/doc/i18n.html#Rationalization">
  207. Rationalization</a> of predicate function
  208. design, including the addition of several new
  209. functions.</li>
  210. <li>Clearer specification by reference to
  211. <a href=
  212. "libs/filesystem/doc/design.htm#POSIX-01">POSIX</a>,
  213. the ISO/IEEE Single Unix Standard, with
  214. provisions for Windows and other operating
  215. systems.</li>
  216. <li><a href=
  217. "libs/filesystem/doc/i18n.html#Preservation">Preservation</a>
  218. of existing user code whenever possible.</li>
  219. <li><a href=
  220. "libs/filesystem/doc/i18n.html#More_efficient">More
  221. efficient</a> directory iteration.</li>
  222. <li>Addition of a <a href=
  223. "libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">
  224. recursive directory iterator</a>.</li>
  225. </ul>
  226. </li>
  227. <li><span class="library"><a href=
  228. "libs/function/index.html">Function
  229. Library</a>:</span> Boost.Function now implements a
  230. small buffer optimization, which can drastically
  231. improve the performance when copying or
  232. construction Boost.Function objects storing small
  233. function objects. For instance,
  234. <code>bind(&amp;X:foo, &amp;x, _1, _2)</code>
  235. requires no heap allocation when placed into a
  236. Boost.Function object.</li>
  237. <li>
  238. <span class="library"><a href=
  239. "libs/functional/hash/index.html">Functional/Hash
  240. Library</a></span>
  241. <ul>
  242. <li>Use declarations for standard classes, so
  243. that the library doesn't need to include all of
  244. their headers</li>
  245. <li>Deprecated the
  246. <tt>&lt;boost/functional/hash/*.hpp&gt;</tt>
  247. headers.</li>
  248. <li>Add support for the
  249. <tt>BOOST_HASH_NO_EXTENSIONS</tt> macro, which
  250. disables the extensions to TR1</li>
  251. <li>Minor improvements to the hash functions
  252. for floating point numbers.</li>
  253. </ul>
  254. </li>
  255. <li>
  256. <span class="library"><a href=
  257. "libs/graph/doc/index.html">Graph
  258. Library</a>:</span>
  259. <ul>
  260. <li><a href=
  261. "libs/graph/doc/maximum_matching.html"><tt>edmonds_maximum_cardinality_matching</tt></a>,
  262. from Aaron Windsor.</li>
  263. <li><a href=
  264. "libs/graph/doc/lengauer_tarjan_dominator_tree.htm">
  265. <tt>lengauer_tarjan_dominator_tree</tt></a>,
  266. from JongSoo Park.</li>
  267. <li><a href=
  268. "libs/graph/doc/compressed_sparse_row.html"><tt>
  269. compressed_sparse_row_graph</tt></a>, from
  270. Jeremiah Willcock and Douglas Gregor of Indiana
  271. University.</li>
  272. <li><a href=
  273. "libs/graph/doc/sorted_erdos_renyi_generator.html"><tt>sorted_erdos_renyi_iterator</tt></a>,
  274. from Jeremiah Willcock of Indiana
  275. University.</li>
  276. <li><a href=
  277. "libs/graph/doc/biconnected_components.html"><tt>
  278. biconnected_components</tt></a> now supports a
  279. visitor and named parameters, from Janusz
  280. Piwowarski.</li>
  281. <li><a href=
  282. "libs/graph/doc/adjacency_matrix.html"><tt>adjacency_matrix</tt></a>
  283. now models the <a href=
  284. "libs/graph/doc/BidirectionalGraph.html">Bidirectional
  285. Graph</a> concept.</li>
  286. <li><a href=
  287. "libs/graph/doc/dijkstra_shortest_paths.html"><tt>
  288. dijkstra_shortest_paths</tt></a> now calls
  289. <tt>vis.initialize_vertex</tt> for each vertex
  290. during initialization.</li>
  291. <li><tt>read_graphviz</tt> now provides
  292. support for graph properties. WARNING: This
  293. may result in exceptions if the
  294. supplied property maps do not account
  295. for graph properties. See the example
  296. use <a href=
  297. "libs/graph/doc/read_graphviz.html">
  298. here</a>.</li>
  299. <li>See the <a href=
  300. "libs/graph/doc/history.html#1.34.0">complete
  301. revision history</a> for more information.</li>
  302. </ul>
  303. </li>
  304. <li><span class="library"><a href=
  305. "libs/multi_array/index.html">MultiArray
  306. Library</a>:</span>
  307. <ul>
  308. <li>Boost.MultiArray now by default
  309. provides range-checking for
  310. <code>operator[]</code>. Range checking can be
  311. disabled by defining the macro
  312. <code>BOOST_DISABLE_ASSERTS</code> before
  313. including <tt>multi_array.hpp</tt>.</li>
  314. <li> A bug in
  315. <code>multi_array::resize()</code> related
  316. to storage orders was fixed.</li>
  317. <li><code>multi_array::resize()</code>
  318. can now be called with a model of
  319. the <code>Collection</code> concept to
  320. specify the new extents.</li>
  321. <li>A bug in the comparison routine for
  322. view iterators was fixed.</li>
  323. </ul>
  324. </li>
  325. <li>
  326. <span class="library"><a href=
  327. "libs/multi_index/doc/index.html">Multi-index
  328. Containers Library</a>:</span>
  329. <ul>
  330. <li>New <a href=
  331. "libs/multi_index/doc/tutorial/indices.html#rnd_indices">
  332. random access indices</a>.</li>
  333. <li>Non key-based indices feature new <a href=
  334. "libs/multi_index/doc/tutorial/indices.html#rearrange">
  335. rearrange facilities</a>.</li>
  336. <li>This version also includes a number of
  337. optimizations and usage improvements. For a
  338. complete list of changes, see the library
  339. <a href=
  340. "libs/multi_index/doc/release_notes.html#boost_1_34">
  341. release notes</a>.</li>
  342. </ul>
  343. </li>
  344. <li>
  345. <span class="library"><a href=
  346. "libs/optional/index.html">Optional
  347. Library</a>:</span>
  348. <ul>Added functionality:
  349. <li><code>optional&lt;T&gt;::optional( bool condition, T v )</code></li>
  350. <li><code>optional&lt;T&gt; make_optional( bool condition, T v )</code></li>
  351. <li><code>T optional&lt;T&gt;::get_value_or( T default )</code></li>
  352. <li><code> T get_optional_value_or ( optional&lt;T&gt; o, T default )</code></li>
  353. </ul>
  354. </li>
  355. <li>
  356. <span class="library"><a href=
  357. "libs/parameter/index.html">Parameter
  358. Library</a>:</span>
  359. <ul>
  360. <li>Every ArgumentPack is now a valid <a href=
  361. "libs/mpl/doc/refmanual/forward-sequence.html">MPL
  362. Forward Sequence.</a></li>
  363. <li>Support for unnamed arguments (those whose
  364. keyword is deduced from their types) is
  365. added.</li>
  366. <li>Support for named and unnamed template
  367. arguments is added.</li>
  368. <li>New overload generation macros solve the
  369. <a href=
  370. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">
  371. forwarding problem</a> directly.</li>
  372. <li>See also the Python library changes,
  373. below.</li>
  374. </ul>
  375. </li>
  376. <li>
  377. <span class="library"><a href=
  378. "libs/ptr_container/index.html">Pointer Container
  379. Library</a>:</span>
  380. <ul>
  381. <li>Support for serialization via <a href=
  382. "libs/serialization/index.html">Boost.Serialization.</a></li>
  383. <li>Exceptions can be disabled by defining the
  384. macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS before
  385. including any header. This macro is defined by
  386. default if BOOST_NO_EXCEPTIONS is defined.</li>
  387. <li>Additional
  388. <code>std::auto_ptr&lt;T&gt;</code> overloads
  389. added s.t. one can also pass
  390. <code>std::auto_ptr&lt;T&gt;</code> instead of
  391. only <code>T*</code> arguments to member
  392. functions.</li>
  393. <li><code>transfer()</code> now has weaker
  394. requirements s.t. one can transfer objects from
  395. <code>ptr_container&lt;Derived&gt;</code> to
  396. <code>ptr_container&lt;Base&gt;</code>,</li>
  397. </ul>
  398. </li>
  399. <li>
  400. <span class="library"><a href=
  401. "libs/python/index.html">Python
  402. Library</a>:</span>
  403. <ul>
  404. <li>Boost.Python now automatically appends C++
  405. signatures to docstrings. The new <a href=
  406. "libs/python/doc/v2/docstring_options.html"><code>
  407. docstring_options.hpp</code></a> header is
  408. available to control the content of
  409. docstrings.</li>
  410. <li><a href=
  411. "libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec">
  412. <code>stl_input_iterator</code></a>, for
  413. turning a Python iterable object into an STL
  414. input iterator, from Eric Niebler.</li>
  415. <li>Support for <code>void*</code> conversions
  416. is added.</li>
  417. <li>Integrated support for wrapping C++
  418. functions built with the parameter library;
  419. keyword names are automatically known to
  420. docsstrings.</li>
  421. </ul>
  422. </li>
  423. <li>
  424. <span class="library"><a href=
  425. "libs/smart_ptr/smart_ptr.htm">Smart
  426. Pointers Library</a>:</span>
  427. <ul>
  428. <li><a href=
  429. "libs/smart_ptr/shared_ptr.htm#allocator_constructor">
  430. Allocator support</a> as proposed in <a href=
  431. "http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf">
  432. N1851</a> (162 Kb PDF).</li>
  433. <li><a href=
  434. "libs/smart_ptr/pointer_cast.html">
  435. <code>pointer_cast</code></a> and <a href=
  436. "libs/smart_ptr/pointer_to_other.html">
  437. <code>pointer_to_other</code></a> utilities to
  438. allow pointer-independent code, from Ion
  439. Gaztanaga.</li>
  440. </ul>
  441. </li>
  442. <li>
  443. <span class="library"><a href="libs/algorithm/string/index.html">
  444. String Algorithm Library</a>:<span>
  445. <ul>
  446. <li><code>lexicographical_compare</code></li>
  447. <li><code>join</code></li>
  448. <li>
  449. New comparison predicates <code>is_less</code>, <code>is_not_greater</code>.
  450. </li>
  451. <li>
  452. Negative indexes support (like Perl) in various algorihtms
  453. (<code>*_head/tail</code>, <code>*_nth</code>).
  454. </li>
  455. </ul>
  456. <li>
  457. <span class="library"><a href=
  458. "libs/wave/index.html">Wave
  459. Library</a>:</span>
  460. <ul>
  461. <li>Wave now correctly recognizes pp-number
  462. tokens as mandated by the C++ Standard, which
  463. are converted to C++ tokens right before they
  464. are returned from the library.</li>
  465. <li>Several new preprocessing hooks have been
  466. added. For a complete description please refer
  467. to the related documentation page: <a href=
  468. "libs/wave/doc/class_reference_ctxpolicy.html">The
  469. Context Policy</a>.</li>
  470. <li>Shared library (dll) support has been added
  471. for the generated Wave libraries.</li>
  472. <li>The overall error handling has been
  473. improved. It is now possible to recover and
  474. continue after an error or a warning was
  475. issued.</li>
  476. <li>Support for optional comment and/or full
  477. whitespace preservation in the generated output
  478. stream has been added.</li>
  479. <li>The Wave library now performs automatic
  480. include guard detection to avoid accessing header
  481. files more than once, if appropriate. </li>
  482. <li>Full interactive mode has been added to the Wave
  483. tool. Now the Wave tool can be used just like Python
  484. or Perl for instance to interactively try out your
  485. BOOST_PP macros. Additionally it is now possible to
  486. load and save the current state of an interactive session
  487. (macro tables et.al.).</li>
  488. <li>The overall performance has been improved by upto
  489. 40-60%, depending on the concrete files to process. </li>
  490. <li>Support for new pragmas has been added allowing to
  491. control certain library features from inside the
  492. preprocessed sources (partial output redirection,
  493. control of generated whitespace and #line directives).</li>
  494. <li>Optional support for #pragma message &quot;...&quot;
  495. has been added. </li>
  496. <li>This version also includes a number of bug
  497. fixes and usage improvements. For a complete
  498. list of changes, see the libraries <a href=
  499. "libs/wave/ChangeLog">change log</a>.</li>
  500. </ul>
  501. </li>
  502. </ul>
  503. </div>
  504. </div>
  505. </div>
  506. </div>
  507. <div class="clear"></div>
  508. </td>
  509. <td id="sidebars-top">
  510. <div class="sidebar" id="boost-sidebar">
  511. <div class="sidebar-0">
  512. <div class="sidebar-1">
  513. <div class="sidebar-2">
  514. <div class="sidebar-3">
  515. <div class="sidecell" id="libraries">
  516. <div class="sidecell-0">
  517. <h4>Libraries</h4>
  518. <ul>
  519. <li><a href=
  520. "libs/libraries.htm">Documentation</a></li>
  521. <li><a href=
  522. "more/license_info.html">License</a></li>
  523. <li><a href=
  524. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  525. Download</a></li>
  526. <li><a href=
  527. "more/getting_started.html">Getting
  528. Started</a></li>
  529. </ul>
  530. </div>
  531. </div>
  532. <div class="sidecell" id="tests">
  533. <div class="sidecell-0">
  534. <h4>Regression Tests</h4>
  535. <ul>
  536. <li><a href=
  537. "status/compiler_status.html">General
  538. Info</a></li>
  539. <li><a href=
  540. "http://www.boost.org/regression/release/user/">
  541. Release</a></li>
  542. <li><a href=
  543. "http://www.boost.org/regression/developement/developer/">
  544. Development</a></li>
  545. </ul>
  546. </div>
  547. </div>
  548. <div class="sidecell" id="search">
  549. <div class="sidecell-0">
  550. <h4>Search Boost</h4>
  551. <form method="get" action=
  552. "http://www.google.com/custom">
  553. <p><span id="search-text"><input type="text"
  554. name="q" id="q" size="31" maxlength="255"
  555. alt="Search Text" /></span> <span id=
  556. "search-choice"><select name="hq" id="hq">
  557. <option label="Boost" value=
  558. "site:www.boost.org">
  559. Boost
  560. </option>
  561. <option label="Documentation" value=
  562. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  563. Documentation
  564. </option>
  565. <option label="Mailing Lists" value=
  566. "site:lists.boost.org">
  567. Mailing Lists
  568. </option>
  569. </select></span> <span id="go"><input type=
  570. "image" name="search" src="more/space.gif"
  571. alt="Search" id="search-button" /></span>
  572. <span id="google"><a href=
  573. "http://www.google.com/search"><img src=
  574. "more/google_logo_25wht.gif" alt="Google"
  575. width="75" height="32" /> Powered</a></span>
  576. <input type="hidden" name="cof" value=
  577. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  578. <input type="hidden" name="sa" value=
  579. "Google Search" /> <input type="hidden" name=
  580. "domains" value=
  581. "www.boost.org;lists.boost.org" /></p>
  582. </form>
  583. </div>
  584. </div>
  585. <div class="clear"></div>
  586. </div>
  587. </div>
  588. </div>
  589. </div>
  590. </div>
  591. <div class="sidebar" id="participation-sidebar">
  592. <div class="sidebar-0">
  593. <div class="sidebar-1">
  594. <div class="sidebar-2">
  595. <div class="sidebar-3">
  596. <div class="sidecell" id="groups">
  597. <div class="sidecell-0">
  598. <h4>Groups</h4>
  599. <ul>
  600. <li><a href=
  601. "more/mailing_lists.htm#main">Boost
  602. (Developers)</a></li>
  603. <li><a href=
  604. "more/mailing_lists.htm#users">Boost
  605. Users</a></li>
  606. <li><a href=
  607. "more/mailing_lists.htm#announce">Announcements</a></li>
  608. <li><a href=
  609. "more/mailing_lists.htm#interest">Boost
  610. General Interest</a></li>
  611. <li><a href=
  612. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  613. <li><a href=
  614. "more/discussion_policy.htm">Discussion
  615. Policy</a></li>
  616. </ul>
  617. </div>
  618. </div>
  619. <div class="sidecell" id="contribute">
  620. <div class="sidecell-0">
  621. <h4>Contribute</h4>
  622. <ul>
  623. <li><a href=
  624. "more/formal_review_process.htm">Formal
  625. Reviews</a></li>
  626. <li><a href=
  627. "more/formal_review_schedule.html">Review
  628. Schedule</a></li>
  629. <li><a href=
  630. "more/lib_guide.htm#Requirements">Requirements</a></li>
  631. <li><a href=
  632. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  633. <li><a href=
  634. "more/submission_process.htm">Submissions</a></li>
  635. </ul>
  636. </div>
  637. </div>
  638. <div class="clear"></div>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643. </div>
  644. <div class="sidebar" id="resources-sidebar">
  645. <div class="sidebar-0">
  646. <div class="sidebar-1">
  647. <div class="sidebar-2">
  648. <div class="sidebar-3">
  649. <div class="sidecell" id="support">
  650. <div class="sidecell-0">
  651. <h4>Support</h4>
  652. <ul>
  653. <li><a href="more/faq.htm">FAQ</a></li>
  654. <li><a href=
  655. "http://sourceforge.net/tracker/?group_id=7586">
  656. Request Support</a></li>
  657. <li><a href="more/bugs.htm">Report
  658. Bugs</a></li>
  659. <li><a href=
  660. "more/requesting_new_features.htm">Suggest
  661. Features</a></li>
  662. <li><a href=
  663. "more/links.htm#CommercialSupport">Commercial
  664. Support</a></li>
  665. <li><a href="more/mailing_lists.htm">Mailing
  666. Lists</a></li>
  667. <li><a href=
  668. "more/version_history.html">Version
  669. History</a></li>
  670. </ul>
  671. </div>
  672. </div>
  673. <div class="sidecell" id="other">
  674. <div class="sidecell-0">
  675. <h4>Other Resources</h4>
  676. <ul>
  677. <li><a href="more/BoostCon07.html">BoostCon 2007</a></li>
  678. <li><a href=
  679. "http://boost-consulting.com/vault/">Vault
  680. Files</a></li>
  681. <li><a href=
  682. "more/getting_started.html#CVS">Main
  683. CVS</a></li>
  684. <li><a href=
  685. "more/mailing_lists.htm#sandbox">Sandbox
  686. CVS</a></li>
  687. <li><a href="tools/index.html">Tools</a></li>
  688. <li><a href=
  689. "people/people.htm">People</a></li>
  690. <li><a href=
  691. "doc/html/who_s_using_boost_.html">Who's
  692. Using Boost?</a></li>
  693. <li><a href=
  694. "more/moderators.html">Moderators</a></li>
  695. <li><a href="more/index.htm">More
  696. Boost</a></li>
  697. <li><a href="more/links.htm#cpp">More
  698. C++</a></li>
  699. </ul>
  700. </div>
  701. </div>
  702. <div class="sidecell" id="official">
  703. <div class="sidecell-0">
  704. <h4>Official Branch Sites</h4>
  705. <ul>
  706. <li><a href=
  707. "http://spirit.sourceforge.net/">Spirit</a></li>
  708. </ul>
  709. </div>
  710. </div>
  711. <div class="sidecell" id="unofficial">
  712. <div class="sidecell-0">
  713. <h4>Unofficial Branch Sites</h4>
  714. <ul>
  715. <li><a href=
  716. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  717. Wiki</a></li>
  718. </ul>
  719. </div>
  720. </div>
  721. <div class="clear"></div>
  722. </div>
  723. </div>
  724. </div>
  725. </div>
  726. </div>
  727. </td>
  728. </tr>
  729. <tr>
  730. <td id="sidebars-bottom">
  731. <div class="sidebar" id="footer-sidebar">
  732. <div class="sidebar-0">
  733. <div class="sidebar-1">
  734. <div class="sidebar-2">
  735. <div class="sidebar-3">
  736. <div class="sidecell" id="footer">
  737. <div class="sidecell-0">
  738. <div id="revised">
  739. <p>Revised $Date$</p>
  740. </div>
  741. <div id="copyright">
  742. <p>Copyright Beman Dawes, David Abrahams,
  743. 1998-2003.</p>
  744. <p>Copyright Rene Rivera 2004-2005.</p>
  745. </div>
  746. <div id="license">
  747. <p>Distributed under the Boost Software
  748. License, Version 1.0. (See accompanying file
  749. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  750. or copy at <a href=
  751. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  752. LICENSE_1_0.txt</a>)</p>
  753. </div>
  754. <div id="banners">
  755. <p><a href=
  756. "http://validator.w3.org/check?uri=referer"><img class="c1"
  757. src="more/w3c_valid_xhtml10.png" alt=
  758. "Valid XHTML 1.0!" width="88" height=
  759. "31" /></a></p>
  760. <p><a href=
  761. "http://jigsaw.w3.org/css-validator/check/referer">
  762. <img class="c1" src="more/w3c_valid_css.png"
  763. alt="Valid CSS!" width="88" height=
  764. "31" /></a></p>
  765. <p><a href=
  766. "http://sourceforge.net"><img class="c1" src=
  767. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  768. alt="SourceForge.net" /></a></p>
  769. </div>
  770. </div>
  771. </div>
  772. <div class="clear"></div>
  773. </div>
  774. </div>
  775. </div>
  776. </div>
  777. </div>
  778. </td>
  779. </tr>
  780. </table>
  781. </div>
  782. </div>
  783. </div>
  784. </div>
  785. </body>
  786. </html>
粤ICP备19079148号