spine.xml revision 1.8
1<book xmlns="http://docbook.org/ns/docbook" version="5.0" 
2 xml:id="manual" xreflabel="Manual">
3<?dbhtml dir="manual"?>
4<?dbhtml filename="index.html"?>
5
6  <title>The GNU C++ Library Manual</title>
7
8<info>
9  <copyright>
10    <year>2000</year>
11    <year>2001</year>
12    <year>2002</year>
13    <year>2003</year>
14    <year>2004</year>
15    <year>2005</year>
16    <year>2006</year>
17    <year>2007</year>
18    <year>2008</year>
19    <year>2009</year>
20    <year>2010</year>
21    <year>2011</year>
22    <year>2012</year>
23    <year>2013</year>
24    <year>2014</year>
25    <year>2015</year>
26    <year>2016</year>
27    <year>2017</year>
28    <holder>
29      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.fsf.org">FSF</link>
30    </holder>
31  </copyright>
32
33<authorgroup version="5.0">
34
35<!--
36  <author>
37    <firstname>Benjamin</firstname>
38    <surname>Kosnik</surname>
39
40    <affiliation>
41      <shortaffil>Red Hat</shortaffil>
42      <orgname>Red Hat, Inc.</orgname>
43      <address>
44	<email>libstdc++@gcc.gnu.org</email>
45      </address>
46    </affiliation>
47
48    <authorblurb>
49      <para>
50      </para>
51    </authorblurb>
52  </author>
53-->
54
55  <author><personname><firstname/><surname/></personname><personblurb>
56      <para>
57      </para>
58    </personblurb></author>
59
60  <author><personname><firstname>Paolo</firstname><surname>Carlini</surname></personname><personblurb>
61      <para>
62	TR1, LWG Active, Closed, Defects lists.
63      </para>
64    </personblurb></author>
65
66  <author><personname><firstname>Phil</firstname><surname>Edwards</surname></personname><personblurb>
67      <para>
68	Originating author, started HOWTO and FAQ, worked on sections
69	Demangling, Macros, Strings, Iterators, Backwards
70	Compatibility, SGI Extensions, Configure, Build, Install.
71      </para>
72    </personblurb></author>
73
74  <author><personname><firstname>Doug</firstname><surname>Gregor</surname></personname><personblurb>
75      <para>
76	Debug Mode, TR1 function objects
77      </para>
78    </personblurb></author>
79
80  <author><personname><firstname>Benjamin</firstname><surname>Kosnik</surname></personname><personblurb>
81      <para>
82	Allocators, ABI, API evolution and deprecation history,
83	Backwards Compatibility, Thread, Debug Support, Locales,
84	Facets, Parallel Mode, Headers, Namespaces, Construction and
85	Structure, Using Exceptions, DocBook conversion and layout.
86      </para>
87    </personblurb></author>
88
89
90  <author><personname><firstname>Dhruv</firstname><surname>Matani</surname></personname><personblurb>
91      <para>
92	bitmap_allocator
93      </para>
94    </personblurb></author>
95
96  <author><personname><firstname>Jason</firstname><surname>Merrill</surname></personname><personblurb>
97      <para>
98	License, __verbose_terminate_handler
99      </para>
100    </personblurb></author>
101
102  <author><personname><firstname>Mark</firstname><surname>Mitchell</surname></personname><personblurb>
103      <para>
104	Porting
105      </para>
106    </personblurb></author>
107
108  <author><personname><firstname>Nathan</firstname><surname>Myers</surname></personname><personblurb>
109      <para>
110	Referenced counted string, C++1998 implementation status.
111      </para>
112    </personblurb></author>
113
114  <author><personname><firstname>Felix</firstname><surname>Natter</surname></personname><personblurb>
115      <para>
116	Namespace composition, Backwards Compatibility.
117      </para>
118    </personblurb></author>
119
120
121  <author><personname><firstname>Stefan</firstname><surname>Olsson</surname></personname><personblurb>
122      <para>
123	mt_allocator
124      </para>
125    </personblurb></author>
126
127  <author><personname><firstname>Silvius</firstname><surname>Rus</surname></personname><personblurb>
128      <para>
129	Profile mode
130      </para>
131    </personblurb></author>
132
133  <author><personname><firstname>Johannes</firstname><surname>Singler</surname></personname><personblurb>
134      <para>
135	Parallel mode
136      </para>
137    </personblurb></author>
138
139  <author><personname><firstname>Ami</firstname><surname>Tavory</surname></personname><personblurb>
140      <para>
141	Policy Based Data Structures, Associative Containers, Unordered
142	Containers.
143      </para>
144    </personblurb></author>
145
146  <author><personname><firstname>Jonathan</firstname><surname>Wakely</surname></personname><personblurb>
147      <para>
148	Implementation Status, Dual ABI, Linking, shared_ptr,
149        markup editing and styling.
150      </para>
151    </personblurb></author>
152
153</authorgroup>
154
155</info>
156
157<!-- Part 01 : Intro -->
158<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="intro.xml">
159</xi:include>
160
161<!-- Part 02 : Standard Contents -->
162<part xml:id="manual.std" xreflabel="Standard Contents">
163<info>
164  <title>
165    Standard Contents
166  </title>
167</info>
168<?dbhtml filename="std_contents.html"?>
169
170
171<!-- Chapter 01 : Support -->
172<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="support.xml">
173</xi:include>
174
175
176<!-- Chapter 02 : Diagnostics -->
177<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="diagnostics.xml">
178</xi:include>
179
180<!-- Chapter 03 : Utilities -->
181<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="utilities.xml">
182</xi:include>
183
184<!-- Chapter 04 : Strings -->
185<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="strings.xml">
186</xi:include>
187
188<!-- Chapter 05 : Localization -->
189<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="localization.xml">
190</xi:include>
191
192<!-- Chapter 06 : Containers -->
193<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="containers.xml">
194</xi:include>
195
196<!-- Chapter 07 : Iterators -->
197<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="iterators.xml">
198</xi:include>
199
200<!-- Chapter 08 : Algorithms -->
201<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="algorithms.xml">
202</xi:include>
203
204<!-- Chapter 09 : Numerics -->
205<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="numerics.xml">
206</xi:include>
207
208<!-- Chapter 10 : Input Output -->
209<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="io.xml">
210</xi:include>
211
212<!-- Chapter 11 : Atomics -->
213<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="atomics.xml">
214</xi:include>
215
216<!-- Chapter 12 : Concurrency -->
217<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="concurrency.xml">
218</xi:include>
219
220</part>
221
222<!-- Part 03 : Extensions -->
223<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="extensions.xml">
224</xi:include>
225
226
227<!-- Part 04 : Appendices -->
228<part xml:id="appendix" xreflabel="Appendices"><info><title>
229  Appendices
230</title></info>
231<?dbhtml filename="appendix.html"?>
232
233
234<!-- Appendix A -->
235<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_contributing.xml">
236</xi:include>
237
238<!-- Appendix B -->
239<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_porting.xml">
240</xi:include>
241
242<!-- Appendix C -->
243<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_free.xml">
244</xi:include>
245
246<!-- Appendix D -->
247<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/gpl-3.0.xml">
248</xi:include>
249
250<!-- Appendix E -->
251<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/fdl-1.3.xml">
252</xi:include>
253
254</part>
255
256</book>
257