| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {{! This is a template for the library list. See the generated file at:
- http://www.boost.org/doc/libs/develop/libs/libraries.htm
- }}
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
- <title>Boost Libraries</title>
- <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
- </head>
- <body bgcolor="#FFFFFF" text="#000000">
- <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
- <tr>
- <td width="277">
- <a href="../index.html">
- <img src="../boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
- <td width="337" align="middle">
- <font size="7">Libraries</font>
- </td>
- </tr>
- </table>
- <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26" width="673">
- <tr>
- <td height="16" width="663"><a href="../more/getting_started/index.html">Getting Started</a> <font color="#FFFFFF">
- </font> <a href="../tools/index.html">Tools </a> <font color="#FFFFFF">
- </font> <a href="http://www.boost.org">Web Site</a> <font color="#FFFFFF">
- </font> <a href="http://www.boost.org/users/news/">News</a> <font color="#FFFFFF">
- </font> <a href="http://www.boost.org/community/">Community</a> <font color="#FFFFFF">
- </font>
- <a href="http://www.boost.org/users/faq.html">FAQ</a> <font color="#FFFFFF">
- </font> <a href="../more/index.htm">More Info</a></td>
- </tr>
- </table>
- <dl>
- <dt><a href="#Alphabetically">Libraries Listed Alphabetically</a></dt>
- <dt><a href="#Category">Libraries Listed by Category</a></dt>
- <dl>
- {{#categorized}}
- <dt><a href="#{{name}}">{{title}}</a></dt>
- {{/categorized}}
- </dl>
- <dt><a href="#Removed">Libraries Retired from Boost</a></dt>
- </dl>
- <p>See <a href="../more/getting_started.html">Getting Started</a> page to find out
- how to download, build, and install the libraries.</p>
- <hr>
- <h2>Libraries Listed <a name="Alphabetically">Alphabetically</a></h2>
- <ul>
- {{#alphabetic}}
- <li><a href="{{link}}">{{name}}</a> - {{description}}{{#authors}}, from {{authors}}{{/authors}}</li>
- {{/alphabetic}}
- </ul>
- <hr>
- <h2>Libraries Listed by <a name="Category">Category</a></h2>
- {{#categorized}}
- <h3><a name="{{name}}">{{title}}</a></h3>
- <ul>
- {{#libraries}}
- <li><a href="{{link}}">{{name}}</a> - {{description}}{{#authors}}, from {{authors}}{{/authors}}</li>
- {{/libraries}}
- </ul>
- {{/categorized}}
- <p>[Category suggestions from Aleksey Gurtovoy, Beman Dawes and Vicente J. Botet Escribá]</p>
- <hr>
- <h2>Libraries <a name="Removed">Retired</a> from Boost</h2>
- <ul>
- <li>compose - Functional composition adapters for the STL,
- from Nicolai Josuttis. Removed in Boost version 1.32.
- Please use <a href="bind/bind.html">Bind</a> or <a
- href="lambda/index.html">Lambda</a> instead.</li>
- <li>signals (v1) - Managed signals and slots callback implementation, from
- Doug Gregor. Removed in Boost version 1.69. Please use
- <a href="signals2/index.html">Signals2</a> instead.</li>
- </ul>
- <hr>
- <p>Revised
- <!--webbot bot="Timestamp" s-type="EDITED"
- s-format="%d %b %Y" startspan -->19 Feb 2015<!--webbot bot="Timestamp" endspan i-checksum="14409" --></p>
- <p>© Copyright Beman Dawes 2000-2004</p>
- <p>Distributed under the Boost Software License, Version 1.0.
- (See file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
- or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
- </p>
- </body>
- </html>
|