index.htm 49 KB

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