Fix timevar.cc build on systems that don't have CLOCK_MONOTONIC
[gcc.git] / libstdc++-v3 / doc / xml / manual / spine.xml
blobeff72bc13d723e6adc96d13c22a1ca52c6c54609
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"?>
6   <title>The GNU C++ Library Manual</title>
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     <year>2018</year>
29     <year>2019</year>
30     <year>2020</year>
31     <holder>
32       <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.fsf.org">FSF</link>
33     </holder>
34   </copyright>
36 <authorgroup version="5.0">
38 <!--
39   <author>
40     <firstname>Benjamin</firstname>
41     <surname>Kosnik</surname>
43     <affiliation>
44       <shortaffil>Red Hat</shortaffil>
45       <orgname>Red Hat, Inc.</orgname>
46       <address>
47         <email>libstdc++@gcc.gnu.org</email>
48       </address>
49     </affiliation>
51     <personblurb>
52       <para>
53       </para>
54     </personblurb>
55   </author>
56 -->
58   <author><personname><firstname>Paolo</firstname><surname>Carlini</surname></personname><personblurb>
59       <para>
60         TR1, LWG Active, Closed, Defects lists.
61       </para>
62     </personblurb></author>
64   <author><personname><firstname>Phil</firstname><surname>Edwards</surname></personname><personblurb>
65       <para>
66         Originating author, started HOWTO and FAQ, worked on sections
67         Demangling, Macros, Strings, Iterators, Backwards
68         Compatibility, SGI Extensions, Configure, Build, Install.
69       </para>
70     </personblurb></author>
72   <author><personname><firstname>Doug</firstname><surname>Gregor</surname></personname><personblurb>
73       <para>
74         Debug Mode, TR1 function objects
75       </para>
76     </personblurb></author>
78   <author><personname><firstname>Benjamin</firstname><surname>Kosnik</surname></personname><personblurb>
79       <para>
80         Allocators, ABI, API evolution and deprecation history,
81         Backwards Compatibility, Thread, Debug Support, Locales,
82         Facets, Parallel Mode, Headers, Namespaces, Construction and
83         Structure, Using Exceptions, DocBook conversion and layout.
84       </para>
85     </personblurb></author>
88   <author><personname><firstname>Dhruv</firstname><surname>Matani</surname></personname><personblurb>
89       <para>
90         bitmap_allocator
91       </para>
92     </personblurb></author>
94   <author><personname><firstname>Jason</firstname><surname>Merrill</surname></personname><personblurb>
95       <para>
96         License, __verbose_terminate_handler
97       </para>
98     </personblurb></author>
100   <author><personname><firstname>Mark</firstname><surname>Mitchell</surname></personname><personblurb>
101       <para>
102         Porting
103       </para>
104     </personblurb></author>
106   <author><personname><firstname>Nathan</firstname><surname>Myers</surname></personname><personblurb>
107       <para>
108         Referenced counted string, C++1998 implementation status.
109       </para>
110     </personblurb></author>
112   <author><personname><firstname>Felix</firstname><surname>Natter</surname></personname><personblurb>
113       <para>
114         Namespace composition, Backwards Compatibility.
115       </para>
116     </personblurb></author>
119   <author><personname><firstname>Stefan</firstname><surname>Olsson</surname></personname><personblurb>
120       <para>
121         mt_allocator
122       </para>
123     </personblurb></author>
125   <author><personname><firstname>Johannes</firstname><surname>Singler</surname></personname><personblurb>
126       <para>
127         Parallel mode
128       </para>
129     </personblurb></author>
131   <author><personname><firstname>Ami</firstname><surname>Tavory</surname></personname><personblurb>
132       <para>
133         Policy Based Data Structures, Associative Containers, Unordered
134         Containers.
135       </para>
136     </personblurb></author>
138   <author><personname><firstname>Jonathan</firstname><surname>Wakely</surname></personname><personblurb>
139       <para>
140         Implementation Status, Dual ABI, Linking, shared_ptr,
141         markup editing and styling.
142       </para>
143     </personblurb></author>
145 </authorgroup>
147 </info>
149 <!-- Part 01 : Intro -->
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="intro.xml">
151 </xi:include>
153 <!-- Part 02 : Standard Contents -->
154 <part xml:id="manual.std" xreflabel="Standard Contents">
155 <info>
156   <title>
157     Standard Contents
158   </title>
159 </info>
160 <?dbhtml filename="std_contents.html"?>
163 <!-- Chapter 01 : Support -->
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="support.xml">
165 </xi:include>
168 <!-- Chapter 02 : Diagnostics -->
169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="diagnostics.xml">
170 </xi:include>
172 <!-- Chapter 03 : Utilities -->
173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="utilities.xml">
174 </xi:include>
176 <!-- Chapter 04 : Strings -->
177 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="strings.xml">
178 </xi:include>
180 <!-- Chapter 05 : Localization -->
181 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="localization.xml">
182 </xi:include>
184 <!-- Chapter 06 : Containers -->
185 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="containers.xml">
186 </xi:include>
188 <!-- Chapter 07 : Iterators -->
189 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="iterators.xml">
190 </xi:include>
192 <!-- Chapter 08 : Algorithms -->
193 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="algorithms.xml">
194 </xi:include>
196 <!-- Chapter 09 : Numerics -->
197 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="numerics.xml">
198 </xi:include>
200 <!-- Chapter 10 : Input Output -->
201 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="io.xml">
202 </xi:include>
204 <!-- Chapter 11 : Atomics -->
205 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="atomics.xml">
206 </xi:include>
208 <!-- Chapter 12 : Concurrency -->
209 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="concurrency.xml">
210 </xi:include>
212 </part>
214 <!-- Part 03 : Extensions -->
215 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="extensions.xml">
216 </xi:include>
219 <!-- Part 04 : Appendices -->
220 <part xml:id="appendix" xreflabel="Appendices"><info><title>
221   Appendices
222 </title></info>
223 <?dbhtml filename="appendix.html"?>
226 <!-- Appendix A -->
227 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_contributing.xml">
228 </xi:include>
230 <!-- Appendix B -->
231 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_porting.xml">
232 </xi:include>
234 <!-- Appendix C -->
235 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="appendix_free.xml">
236 </xi:include>
238 <!-- Appendix D -->
239 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/gpl-3.0.xml">
240 </xi:include>
242 <!-- Appendix E -->
243 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="../gnu/fdl-1.3.xml">
244 </xi:include>
246 </part>
248 </book>