blob: 2ee4d3d1e95d4aeb352a2446b8a9ff920a8a13d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
{{! 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>
|