index.htm 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  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. <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" width="237" height="55" name=
  23. "boost-logo" /></h1>
  24. <p id="heading-quote"><span class="quote">&ldquo;...one of the
  25. most highly regarded and expertly designed C++ library projects
  26. in the world.&rdquo;</span> <span class="attribution">&mdash;
  27. <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
  28. "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
  29. Alexandrescu</a>, <a href=
  30. "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
  31. Standards</a></span></p>
  32. <div class="clear"></div>
  33. </div>
  34. </div>
  35. <div id="content">
  36. <table summary="">
  37. <tr>
  38. <td id="sections" rowspan="2">
  39. <div class="section" id="boostcon">
  40. <h1>BoostCon `07</h1>
  41. <div class="section-body">
  42. <div class="section-body-0">
  43. <div class="section-body-1" style=
  44. "border: 6px solid #c8dae3; padding: 0.5em;">
  45. <p><em style="font-weight: bold !important;">T-Minus
  46. 22 days and counting... Have you registered
  47. yet?</em></p>
  48. <p>See <a href="http://www.boostcon.com/">BoostCon
  49. `07 for details</a></p>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. <div class="section" id="intro">
  55. <h1>Welcome to Boost.org!</h1>
  56. <div class="section-body">
  57. <div class="section-body-0">
  58. <div class="section-body-1">
  59. <p>Boost provides free peer-reviewed portable C++
  60. source libraries.</p>
  61. <p>We emphasize libraries that work well with the C++
  62. Standard Library. Boost libraries are intended to be
  63. widely useful, and usable across a broad spectrum of
  64. applications. The <a href=
  65. "more/license_info.html">Boost license</a> encourages
  66. both commercial and non-commercial use.</p>
  67. <p>We aim to establish "existing practice" and
  68. provide reference implementations so that Boost
  69. libraries are suitable for eventual standardization.
  70. Ten Boost libraries are already included in the
  71. <a href="http://www.open-std.org/jtc1/sc22/wg21">C++
  72. Standards Committee's</a> Library Technical Report (
  73. <a href=
  74. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
  75. TR1</a>) as a step toward becoming part of a future
  76. C++ Standard. More Boost libraries are proposed for
  77. the upcoming <a href=
  78. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
  79. TR2</a>.</p>
  80. <p class="note"><span class="note-label">Getting
  81. started:</span> <span class="note-body">Boost works
  82. on almost any modern operating system, including UNIX
  83. and Windows variants. Follow the <a href=
  84. "more/getting_started.html">Getting Started Guide</a>
  85. to download and install Boost. Popular Linux and Unix
  86. distributions such as <a href=
  87. "http://fedora.redhat.com/">Fedora</a>, <a href=
  88. "http://www.debian.org/">Debian</a>, and <a href=
  89. "http://www.netbsd.org/">NetBSD</a> include pre-built
  90. Boost packages. Boost may also already be available
  91. on your organization's internal web
  92. server.</span></p>
  93. <p class="note"><span class=
  94. "note-label">Background:</span> <span class=
  95. "note-body">The <a href=
  96. "more/background.html">Background Information
  97. page</a> has introductory material to help those
  98. educating their organization about Boost.</span></p>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="section" id="participation">
  104. <h2><a name="Membership" id=
  105. "Membership"></a>Participation</h2>
  106. <div class="section-body">
  107. <div class="section-body-0">
  108. <div class="section-body-1">
  109. <p>Although Boost was begun by members of the C++
  110. Standards Committee Library Working Group,
  111. participation has expanded to include thousands of
  112. programmers from the C++ community at large.</p>
  113. <p>If you are interested in participating in Boost,
  114. please join our main <a href=
  115. "more/mailing_lists.htm#main">developers mailing
  116. list</a>. Discussions are highly technical, and list
  117. members are encouraged to participate in formal
  118. reviews of proposed libraries. There is also a
  119. <a href="more/mailing_lists.htm#users">users mailing
  120. list</a>, and several <a href=
  121. "more/mailing_lists.htm#projects">project specific
  122. lists</a>.</p>
  123. <p>Both the main Boost developers list and the users
  124. list are also accessible as <a href=
  125. "more/mailing_lists.htm">newsgroups</a>.</p>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. <div class="section" id="news">
  131. <h2>Latest News</h2>
  132. <div class="section-body">
  133. <div class="section-body-0">
  134. <div class="section-body-1">
  135. <h3>April 11, 2007 - Math Toolkit Review Begins</h3>
  136. <ul>
  137. <li>View the announcement <a href=
  138. "http://lists.boost.org/boost-announce/2007/04/0124.php">
  139. here</a>.</li>
  140. </ul>
  141. <h3>April 11, 2007 - Quantitative Units Accepted</h3>
  142. <ul>
  143. <li>View the announcement <a href=
  144. "http://lists.boost.org/boost-announce/2007/04/0126.php">
  145. here</a>.</li>
  146. </ul>
  147. <h3>April 2, 2007 - Intrusive Containers
  148. Accepted</h3>
  149. <ul>
  150. <li>View the announcement <a href=
  151. "http://lists.boost.org/boost-announce/2007/04/0122.php">
  152. here</a>.</li>
  153. </ul>
  154. <h3>March 26, 2007 - Quantitative Units Review
  155. Begins</h3>
  156. <ul>
  157. <li>View the announcement <a href=
  158. "http://lists.boost.org/boost-announce/2007/03/0121.php">
  159. here</a>.</li>
  160. </ul>
  161. <h3>March 12, 2007 - Intrusive Containers Review
  162. Begins</h3>
  163. <ul>
  164. <li>View the announcement <a href=
  165. "http://lists.boost.org/boost-announce/2007/03/0118.php">
  166. here</a>.</li>
  167. </ul>
  168. <h3>March 3, 2007 - Bimap Accepted</h3>
  169. <ul>
  170. <li>View the announcement <a href=
  171. "http://lists.boost.org/Archives/boost/2007/03/117351.php">
  172. here</a>.</li>
  173. </ul>
  174. <h3>February 19, 2007 - Accumulators Accepted</h3>
  175. <ul>
  176. <li>View the announcement <a href=
  177. "http://lists.boost.org/boost-announce/2007/02/0114.php">
  178. here</a>.</li>
  179. </ul>
  180. <h3>February 15, 2007 - Bimap Review Begins</h3>
  181. <ul>
  182. <li>View the announcement <a href=
  183. "http://lists.boost.org/boost-announce/2007/02/0111.php">
  184. here</a>.</li>
  185. </ul>
  186. <h3>January 29, 2007 - Accumulators Review
  187. Begins</h3>
  188. <ul>
  189. <li>View the announcement <a href=
  190. "http://lists.boost.org/boost-announce/2007/01/0109.php">
  191. here</a>.</li>
  192. </ul>
  193. <h3>November 28, 2006 - Function Types Accepted</h3>
  194. <ul>
  195. <li>View the announcement <a href=
  196. "http://lists.boost.org/boost-announce/2006/11/0106.php">
  197. here</a>.</li>
  198. </ul>
  199. <h3>November 7, 2006 - Generic Image Library
  200. Accepted</h3>
  201. <ul>
  202. <li>View the announcement <a href=
  203. "http://lists.boost.org/Archives/boost/2006/11/112896.php">
  204. here</a>.</li>
  205. </ul>
  206. <h3>November 6, 2006 - Function Types Re-Review
  207. Begins</h3>
  208. <ul>
  209. <li>View the announcement <a href=
  210. "http://lists.boost.org/Archives/boost/2006/11/112830.php">
  211. here</a>.</li>
  212. </ul>
  213. <h3>October 19, 2006 - An overview of Boost
  214. participation in Google Summer of Code&trade;
  215. 2006</h3>
  216. <ul>
  217. <li>Read <a href=
  218. "http://www.boost.org/more/boost_soc_06_overview.html">
  219. here</a> about the first experience of Boost in
  220. this open source initiative sponsored by
  221. Google.</li>
  222. </ul>
  223. <h3>October 7, 2006 - Pimpl_ptr Library Rejected</h3>
  224. <ul>
  225. <li>View the announcement <a href=
  226. "http://lists.boost.org/boost-announce/2006/10/0104.php">
  227. here</a>.</li>
  228. </ul>
  229. <h3>October 5, 2006 - Generic Image Library Review
  230. Begins</h3>
  231. <ul>
  232. <li>View the announcement <a href=
  233. "http://lists.boost.org/Archives/boost/2006/10/111131.php">
  234. here</a>.</li>
  235. </ul>
  236. <h3>September 21, 2006 - Message Passing
  237. Accepted</h3>
  238. <ul>
  239. <li>View the announcement <a href=
  240. "http://lists.boost.org/boost-announce/2006/09/0099.php">
  241. here</a>.</li>
  242. </ul>
  243. <h3>September 15, 2006 - BoostCon 2007</h3>
  244. <ul>
  245. <li>The inaugural Boost conference will be held May
  246. 14-18, 2007, in Aspen Colorado. See our preliminary
  247. <a href=
  248. "http://www.boost.org/more/BoostCon07.html">announcement
  249. page</a> for more information.</li>
  250. </ul>
  251. <h3>September 6, 2006 - Message Passing Review
  252. Begins</h3>
  253. <ul>
  254. <li>View the announcement <a href=
  255. "http://lists.boost.org/Archives/boost/2006/09/109854.php">
  256. here</a>.</li>
  257. </ul>
  258. <h3>June 19, 2006 - Physical Quantities System
  259. Rejected</h3>
  260. <ul>
  261. <li>View the announcement <a href=
  262. "http://lists.boost.org/boost-announce/2006/06/0096.php">
  263. here</a>.</li>
  264. </ul>
  265. <h3>June 6, 2006 - Fusion Library Accepted</h3>
  266. <ul>
  267. <li>View the announcement <a href=
  268. "http://lists.boost.org/boost-announce/2006/06/0094.php">
  269. here</a>.</li>
  270. </ul>
  271. <h3>May 31, 2006 - Physical Quantities System Review
  272. Begins</h3>
  273. <ul>
  274. <li>View the announcement <a href=
  275. "http://lists.boost.org/boost-announce/2006/05/0093.php">
  276. here</a>.</li>
  277. </ul>
  278. <h3>May 20, 2006 - Property Tree Accepted</h3>
  279. <ul>
  280. <li>View the announcement <a href=
  281. "http://lists.boost.org/boost-announce/2006/05/0092.php">
  282. here</a>.</li>
  283. </ul>
  284. <h3>May 15, 2006 - Pimpl Pointer Review Begins</h3>
  285. <ul>
  286. <li>View the announcement <a href=
  287. "http://lists.boost.org/boost-announce/2006/05/0090.php">
  288. here</a>.</li>
  289. </ul>
  290. <h3>May 1, 2006 - Fusion Review Begins</h3>
  291. <ul>
  292. <li>View the announcement <a href=
  293. "http://lists.boost.org/boost-announce/2006/05/0088.php">
  294. here</a>.</li>
  295. </ul>
  296. <h3>April 28, 2006 Boost Selected as Mentoring
  297. Organization for Google Summer of Code</h3>
  298. <ul>
  299. <li>View the announcement <a href=
  300. "http://lists.boost.org/Archives/boost/2006/04/104001.php">
  301. here</a>.</li>
  302. </ul>
  303. <h3>April 18, 2006 - Property Tree Review Begins</h3>
  304. <ul>
  305. <li>View the announcement <a href=
  306. "http://lists.boost.org/boost-announce/2006/04/0087.php">
  307. here</a>.</li>
  308. </ul>
  309. <h3>April 12, 2006 - Promotion Traits Accepted</h3>
  310. <ul>
  311. <li>View the announcement <a href=
  312. "http://lists.boost.org/boost-announce/2006/04/0086.php">
  313. here</a>.</li>
  314. </ul>
  315. <h3>April 1, 2006 - Promotion Traits Mini-Review
  316. Begins</h3>
  317. <ul>
  318. <li>View the announcement <a href=
  319. "http://lists.boost.org/boost-announce/2006/04/0084.php">
  320. here</a>.</li>
  321. </ul>
  322. <h3>March 30, 2006 - Review Wizard's Report</h3>
  323. <ul>
  324. <li>View it <a href=
  325. "http://www.boost.org/more/report-apr-2006.html">here</a>.</li>
  326. </ul>
  327. <h3>March 22, 2006 - Asynchronous I/O Library
  328. Accepted</h3>
  329. <ul>
  330. <li>View the announcement <a href=
  331. "http://lists.boost.org/Archives/boost/2006/03/102287.php">
  332. here</a>.</li>
  333. </ul>
  334. <h3>February 17, 2006 - Shared Memory Library
  335. Accepted</h3>
  336. <ul>
  337. <li>View the announcement <a href=
  338. "http://lists.boost.org/boost-announce/2006/02/0083.php">
  339. here</a>.</li>
  340. </ul>
  341. <h3>February 6, 2006 - Shared Memory Library Review
  342. Begins</h3>
  343. <ul>
  344. <li>View the announcement <a href=
  345. "http://lists.boost.org/boost-announce/2006/02/0082.php">
  346. here</a>.</li>
  347. </ul>
  348. <h3>February 5, 2006 - Fixed String Library
  349. Rejected</h3>
  350. <ul>
  351. <li>View the announcement <a href=
  352. "http://lists.boost.org/boost-announce/2006/02/0081.php">
  353. here</a>.</li>
  354. </ul>
  355. <h3>January 19, 2006 - Fixed String Library Review
  356. Begins</h3>
  357. <ul>
  358. <li>View the announcement <a href=
  359. "http://lists.boost.org/boost-announce/2006/01/0080.php">
  360. here</a>.</li>
  361. </ul>
  362. <h3>January 19, 2006 - Review Wizard's Report</h3>
  363. <ul>
  364. <li>View it <a href=
  365. "http://www.boost.org/more/report-jan-2006.html">here</a>.</li>
  366. </ul>
  367. <h3>December 5, 2005 - Version 1.33.1</h3>
  368. <h4>Updated Libraries</h4>
  369. <ul>
  370. <li><span class="library"><a href=
  371. "http://www.boost.org/doc/html/any.html">Any
  372. Library</a>:</span> Cast to reference types
  373. introduced in 1.33.0 is now documented on
  374. <code>any_cast</code> documentation page.</li>
  375. <li><span class="library"><a href=
  376. "http://www.boost.org/libs/config/index.html">Config
  377. Library</a>:</span> Don't undef BOOST_LIB_TOOLSET
  378. after use.</li>
  379. <li>
  380. <span class="library"><a href=
  381. "http://www.boost.org/libs/python/doc/index.html">
  382. Boost.Python</a>:</span>
  383. <ul>
  384. <li>The build now assumes Python 2.4 by
  385. default, rather than 2.2</li>
  386. <li>Support Python that's built without Unicode
  387. support</li>
  388. <li>Support for wrapping classes with
  389. overloaded address-of (<code>&amp;</code>)
  390. operators</li>
  391. </ul>
  392. </li>
  393. <li><span class="library"><a href=
  394. "http://www.boost.org/libs/smart_ptr/index.html">Smart
  395. Pointer Library</a>:</span> Fixed problems under
  396. Metrowerks CodeWarrior on PowerPC (Mac OS X) with
  397. inlining on, GNU GCC on PowerPC 64.</li>
  398. <li><span class="library"><a href=
  399. "http://www.boost.org/libs/regex/doc/index.html">Regex
  400. Library</a>:</span> Fixed the supplied makefiles,
  401. and other small compiler specific changes. Refer to
  402. the <a href=
  403. "http://www.boost.org/libs/regex/doc/history.html">regex
  404. history page</a> for more information on these and
  405. other small changes.</li>
  406. <li><span class="library"><a href=
  407. "http://www.boost.org/libs/iostreams/doc/index.html">
  408. Iostreams Library</a>:</span> Improved the
  409. interface for accessing a chain's components, added
  410. <code>is_open</code> members to the file and file
  411. descriptor devices, fixed memory-mapped files on
  412. Windows, and made minor changes to the
  413. documentation.</li>
  414. <li><span class="library"><a href=
  415. "http://www.boost.org/libs/functional/hash/index.html">
  416. Functional/Hash Library</a>:</span> Fixed the
  417. points example.</li>
  418. <li><span class="library"><a href=
  419. "http://www.boost.org/libs/multi_index/doc/index.html">
  420. Multi-index Containers Library</a>:</span> Fixed a
  421. problem with multithreaded code, and other minor
  422. changes. Refer to the library <a href=
  423. "http://www.boost.org/libs/multi_index/doc/release_notes.html#boost_1_33_1">
  424. release notes</a> for further details.</li>
  425. <li>
  426. <span class="library"><a href=
  427. "http://www.boost.org/libs/graph/doc/table_of_contents.html">
  428. Graph Library</a>:</span>
  429. <ul>
  430. <li>Fixed a problem with the relaxed heap on
  431. x86 Linux (fixes bug in
  432. <tt>dijkstra_shortest_paths</tt>).</li>
  433. <li>Fixed problems with <a href=
  434. "http://www.boost.org/libs/graph/doc/cuthill_mckee_ordering.html">
  435. <code>cuthill_mckee_ordering</code></a> and
  436. <a href=
  437. "http://www.boost.org/libs/graph/doc/king_ordering.html">
  438. <code>king_ordering</code></a> producing no
  439. results.</li>
  440. <li>Added <tt>color_map</tt> parameter to
  441. <tt>dijkstra_shortest_paths</tt>.</li>
  442. </ul>
  443. </li>
  444. <li><span class="library"><a href=
  445. "http://www.boost.org/libs/signals/doc/index.html">Signals
  446. Library</a>:</span> Fixed problems with the use of
  447. Signals across shared library boundaries.</li>
  448. <li><span class="library"><a href=
  449. "http://www.boost.org/libs/thread/doc/index.html">Thread
  450. library</a>:</span> <code>read_write_mutex</code>
  451. has been removed due to problems with
  452. deadlocks.</li>
  453. <li><span class="library"><a href=
  454. "http://www.boost.org/libs/wave/index.html">Wave
  455. library</a> (V1.2.1)</span> Fixed a couple of
  456. problems, refer to the <a href=
  457. "http://www.boost.org/libs/wave/ChangeLog">change
  458. log</a> for further details.</li>
  459. </ul>
  460. <h4>Supported Compilers</h4>
  461. <p>Boost is tested on a wide range of compilers and
  462. platforms. Since Boost libraries rely on modern C++
  463. features not available in all compilers, not all
  464. Boost libraries will work with every compiler. The
  465. following compilers and platforms have been
  466. extensively tested with Boost, although many other
  467. compilers and platforms will work as well. For more
  468. information, see the <a href=
  469. "http://www.boost.org/regression/release/user/">regression
  470. test results</a>.</p>
  471. <p><b>New for this release</b>: Support for building
  472. with the newest STLport-5.0 was added. The support
  473. includes building with MinGW Runtime 3.8 plus
  474. STLport-5.0 improved to support wide character
  475. operations. Apple GCC 4.0, HP Tru64 C++, and
  476. Microsoft Visual C++ 8.0 are supported platforms. We
  477. have added an experimental autoconf-like
  478. <code>configure</code> script for Unix-like systems:
  479. run <code>configure --help</code> for more
  480. information.</p>
  481. <ul>
  482. <li><a href="http://developer.apple.com/">Apple
  483. GCC</a> 3.3, 4.0 on Mac OS X.</li>
  484. <li><a href=
  485. "http://www.borland.com/us/products/cbuilder/">Borland
  486. C++</a> 5.6.4 on Windows.</li>
  487. <li><a href="http://gcc.gnu.org/">GNU C++</a>
  488. 2.95.3 (with and without STLport), 3.2.x., 3.3.x,
  489. 3.4.x, 4.0.x on Windows, Linux and Solaris.</li>
  490. <li><a href="http://h30097.www3.hp.com/cplus/">HP
  491. C++ for Tru64 UNIX 7.1</a>.</li>
  492. <li><a href=
  493. "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">
  494. Intel C++</a> 8.1, 9.0 on Windows, Linux.</li>
  495. <li><a href="http://www.metrowerks.com/">Metrowerks
  496. CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and
  497. Windows.</li>
  498. <li><a href=
  499. "http://msdn.microsoft.com/visualc/">Microsoft
  500. Visual C++</a> 6.0 (sp5, with and without STLport),
  501. 7.0, 7.1, 8.0. Note: Boost does not support the
  502. non-standard "Safe" C++ Library shipping with
  503. Visual C++ 8.0, which may result in many spurious
  504. warnings from Boost headers and other
  505. standards-conforming C++ code. To suppress these
  506. warnings, define the macro
  507. <code>_SCL_SECURE_NO_DEPRECATE</code>.</li>
  508. </ul>
  509. <h4>Acknowledgements</h4>
  510. <p><img src="more/boost_1_33_0.jpg" alt=
  511. "Medieval Mr. Gregor" class="left-inset" height="118"
  512. width="128" /> <a href=
  513. "http://www.boost.org/people/doug_gregor.html">Douglas
  514. Gregor</a> managed this release.</p>
  515. <p>A great number of people contributed their time
  516. and expertise to make this release possible. Special
  517. thanks go to Aleksey Gurtovoy and Misha Bergal, who
  518. managed to keep the regression testing system working
  519. throughout the release process; David Abrahams, Beman
  520. Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene Rivera
  521. and Jonathan Turkanis for greatly improving the
  522. quality of this release; Rene Rivera for the new
  523. Boost web page design; and Zoltan "cad" Juhasz for
  524. the new Boost logo.</p>
  525. </div>
  526. </div>
  527. </div>
  528. </div>
  529. <div class="clear"></div>
  530. </td>
  531. <td id="sidebars-top">
  532. <div class="sidebar" id="boost-sidebar">
  533. <div class="sidebar-0">
  534. <div class="sidebar-1">
  535. <div class="sidebar-2">
  536. <div class="sidebar-3">
  537. <div class="sidecell" id="libraries">
  538. <div class="sidecell-0">
  539. <h4>Libraries</h4>
  540. <ul>
  541. <li><a href=
  542. "libs/libraries.htm">Documentation</a></li>
  543. <li><a href=
  544. "more/license_info.html">License</a></li>
  545. <li><a href=
  546. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  547. Download</a></li>
  548. <li><a href=
  549. "more/getting_started.html">Getting
  550. Started</a></li>
  551. </ul>
  552. </div>
  553. </div>
  554. <div class="sidecell" id="tests">
  555. <div class="sidecell-0">
  556. <h4>Regression Tests</h4>
  557. <ul>
  558. <li><a href=
  559. "status/compiler_status.html">General
  560. Info</a></li>
  561. <li><a href=
  562. "http://www.boost.org/regression/release/user/">
  563. Release</a></li>
  564. <li><a href=
  565. "http://www.boost.org/regression/developement/developer/">
  566. Development</a></li>
  567. <li><a href=
  568. "http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/index_release.html">
  569. RC_1_34_0</a></li>
  570. </ul>
  571. </div>
  572. </div>
  573. <div class="sidecell" id="search">
  574. <div class="sidecell-0">
  575. <h4>Search Boost</h4>
  576. <form method="get" action=
  577. "http://www.google.com/custom">
  578. <p><span id="search-text"><input type="text"
  579. name="q" id="q" size="31" maxlength="255"
  580. alt="Search Text" /></span> <span id=
  581. "search-choice"><select name="hq" id="hq">
  582. <option label="Boost" value=
  583. "site:www.boost.org">
  584. Boost
  585. </option>
  586. <option label="Documentation" value=
  587. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  588. Documentation
  589. </option>
  590. <option label="Mailing Lists" value=
  591. "site:lists.boost.org">
  592. Mailing Lists
  593. </option>
  594. </select></span> <span id="go"><input type=
  595. "image" name="search" src="more/space.gif"
  596. alt="Search" id="search-button" /></span>
  597. <span id="google"><a href=
  598. "http://www.google.com/search"><img src=
  599. "more/google_logo_25wht.gif" alt="Google"
  600. width="75" height="32" /> Powered</a></span>
  601. <input type="hidden" name="cof" value=
  602. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  603. <input type="hidden" name="sa" value=
  604. "Google Search" /> <input type="hidden" name=
  605. "domains" value=
  606. "www.boost.org;lists.boost.org" /></p>
  607. </form>
  608. </div>
  609. </div>
  610. <div class="clear"></div>
  611. </div>
  612. </div>
  613. </div>
  614. </div>
  615. </div>
  616. <div class="sidebar" id="participation-sidebar">
  617. <div class="sidebar-0">
  618. <div class="sidebar-1">
  619. <div class="sidebar-2">
  620. <div class="sidebar-3">
  621. <div class="sidecell" id="groups">
  622. <div class="sidecell-0">
  623. <h4>Groups</h4>
  624. <ul>
  625. <li><a href=
  626. "more/mailing_lists.htm#main">Boost
  627. (Developers)</a></li>
  628. <li><a href=
  629. "more/mailing_lists.htm#users">Boost
  630. Users</a></li>
  631. <li><a href=
  632. "more/mailing_lists.htm#announce">Announcements</a></li>
  633. <li><a href=
  634. "more/mailing_lists.htm#interest">Boost
  635. General Interest</a></li>
  636. <li><a href=
  637. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  638. <li><a href=
  639. "more/discussion_policy.htm">Discussion
  640. Policy</a></li>
  641. </ul>
  642. </div>
  643. </div>
  644. <div class="sidecell" id="contribute">
  645. <div class="sidecell-0">
  646. <h4>Contribute</h4>
  647. <ul>
  648. <li><a href=
  649. "more/formal_review_process.htm">Formal
  650. Reviews</a></li>
  651. <li><a href=
  652. "more/formal_review_schedule.html">Review
  653. Schedule</a></li>
  654. <li><a href=
  655. "more/lib_guide.htm#Requirements">Requirements</a></li>
  656. <li><a href=
  657. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  658. <li><a href=
  659. "more/submission_process.htm">Submissions</a></li>
  660. </ul>
  661. </div>
  662. </div>
  663. <div class="clear"></div>
  664. </div>
  665. </div>
  666. </div>
  667. </div>
  668. </div>
  669. <div class="sidebar" id="resources-sidebar">
  670. <div class="sidebar-0">
  671. <div class="sidebar-1">
  672. <div class="sidebar-2">
  673. <div class="sidebar-3">
  674. <div class="sidecell" id="support">
  675. <div class="sidecell-0">
  676. <h4>Support</h4>
  677. <ul>
  678. <li><a href="more/faq.htm">FAQ</a></li>
  679. <li><a href=
  680. "http://sourceforge.net/tracker/?group_id=7586">
  681. Request Support</a></li>
  682. <li><a href="more/bugs.htm">Report
  683. Bugs</a></li>
  684. <li><a href=
  685. "more/requesting_new_features.htm">Suggest
  686. Features</a></li>
  687. <li><a href=
  688. "more/links.htm#CommercialSupport">Commercial
  689. Support</a></li>
  690. <li><a href="more/mailing_lists.htm">Mailing
  691. Lists</a></li>
  692. <li><a href=
  693. "more/version_history.html">Version
  694. History</a></li>
  695. <li><a href=
  696. "more/mailing_lists.htm#IRC">#boost IRC
  697. channel</a></li>
  698. </ul>
  699. </div>
  700. </div>
  701. <div class="sidecell" id="other">
  702. <div class="sidecell-0">
  703. <h4>Other Resources</h4>
  704. <ul>
  705. <li><a href=
  706. "http://www.boostcon.com">BoostCon
  707. 2007</a></li>
  708. <li><a href=
  709. "http://boost-consulting.com/vault/">Vault
  710. Files</a></li>
  711. <li><a href="more/cvs.html">Main CVS</a></li>
  712. <li><a href=
  713. "more/mailing_lists.htm#sandbox">Sandbox
  714. CVS</a></li>
  715. <li><a href=
  716. "http://engineering.meta-comm.com/boost.aspx">
  717. Snapshots</a></li>
  718. <li><a href="tools/index.html">Tools</a></li>
  719. <li><a href=
  720. "people/people.htm">People</a></li>
  721. <li><a href=
  722. "doc/html/who_s_using_boost_.html">Who's
  723. Using Boost?</a></li>
  724. <li><a href=
  725. "more/moderators.html">Moderators</a></li>
  726. <li><a href="more/index.htm">More
  727. Boost</a></li>
  728. <li><a href="more/links.htm#cpp">More
  729. C++</a></li>
  730. </ul>
  731. </div>
  732. </div>
  733. <div class="sidecell" id="official">
  734. <div class="sidecell-0">
  735. <h4>Official Branch Sites</h4>
  736. <ul>
  737. <li><a href=
  738. "http://spirit.sourceforge.net/">Spirit</a></li>
  739. </ul>
  740. </div>
  741. </div>
  742. <div class="sidecell" id="unofficial">
  743. <div class="sidecell-0">
  744. <h4>Unofficial Branch Sites</h4>
  745. <ul>
  746. <li><a href=
  747. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  748. Wiki</a></li>
  749. </ul>
  750. </div>
  751. </div>
  752. <div class="clear"></div>
  753. </div>
  754. </div>
  755. </div>
  756. </div>
  757. </div>
  758. </td>
  759. </tr>
  760. <tr>
  761. <td id="sidebars-bottom">
  762. <div class="sidebar" id="footer-sidebar">
  763. <div class="sidebar-0">
  764. <div class="sidebar-1">
  765. <div class="sidebar-2">
  766. <div class="sidebar-3">
  767. <div class="sidecell" id="footer">
  768. <div class="sidecell-0">
  769. <div id="revised">
  770. <p>Revised $Date$</p>
  771. </div>
  772. <div id="copyright">
  773. <p>Copyright Beman Dawes, David Abrahams,
  774. 1998-2003.</p>
  775. <p>Copyright Rene Rivera 2004-2007.</p>
  776. </div>
  777. <div id="license">
  778. <p>Distributed under the Boost Software
  779. License, Version 1.0. (See accompanying file
  780. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  781. or copy at <a href=
  782. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  783. LICENSE_1_0.txt</a>)</p>
  784. </div>
  785. <div id="banners">
  786. <p><a href=
  787. "http://validator.w3.org/check?uri=referer"><img class="c1"
  788. src="more/w3c_valid_xhtml10.png" alt=
  789. "Valid XHTML 1.0!" width="88" height=
  790. "31" /></a></p>
  791. <p><a href=
  792. "http://jigsaw.w3.org/css-validator/check/referer">
  793. <img class="c1" src="more/w3c_valid_css.png"
  794. alt="Valid CSS!" width="88" height=
  795. "31" /></a></p>
  796. <p><a href=
  797. "http://sourceforge.net"><img class="c1" src=
  798. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  799. alt="SourceForge.net" /></a></p>
  800. </div>
  801. </div>
  802. </div>
  803. <div class="clear"></div>
  804. </div>
  805. </div>
  806. </div>
  807. </div>
  808. </div>
  809. </td>
  810. </tr>
  811. </table>
  812. </div>
  813. </div>
  814. </div>
  815. </div>
  816. </body>
  817. </html>
粤ICP备19079148号