| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" |
|---|
| 3 | "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" [ |
|---|
| 4 | <!ENTITY % threads.entities SYSTEM "entities.xml"> |
|---|
| 5 | %threads.entities; |
|---|
| 6 | ]> |
|---|
| 7 | <library name="Threads" dirname="thread" id="threads" |
|---|
| 8 | last-revision="$Date: 2005/07/07 18:06:26 $" |
|---|
| 9 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
|---|
| 10 | <libraryinfo> |
|---|
| 11 | <author> |
|---|
| 12 | <firstname>William</firstname> |
|---|
| 13 | <othername>E.</othername> |
|---|
| 14 | <surname>Kempf</surname> |
|---|
| 15 | </author> |
|---|
| 16 | <copyright> |
|---|
| 17 | <year>2001</year> |
|---|
| 18 | <year>2002</year> |
|---|
| 19 | <year>2003</year> |
|---|
| 20 | <holder>William E. Kempf</holder> |
|---|
| 21 | </copyright> |
|---|
| 22 | <legalnotice> |
|---|
| 23 | <para>Permission to use, copy, modify, distribute and sell this |
|---|
| 24 | software and its documentation for any purpose is hereby granted |
|---|
| 25 | without fee, provided that the above copyright notice appear in all |
|---|
| 26 | copies and that both that copyright notice and this permission notice |
|---|
| 27 | appear in supporting documentation. William E. Kempf makes no |
|---|
| 28 | representations about the suitability of this software for any purpose. |
|---|
| 29 | It is provided "as is" without express or implied warranty.</para> |
|---|
| 30 | </legalnotice> |
|---|
| 31 | <librarypurpose>Portable C++ multi-threading</librarypurpose> |
|---|
| 32 | <librarycategory name="category:concurrent" /> |
|---|
| 33 | <title>Boost.Threads</title> |
|---|
| 34 | </libraryinfo> |
|---|
| 35 | <title>Boost.Threads</title> |
|---|
| 36 | <xi:include href="overview.xml"/> |
|---|
| 37 | <xi:include href="design.xml"/> |
|---|
| 38 | <xi:include href="concepts.xml"/> |
|---|
| 39 | <xi:include href="rationale.xml"/> |
|---|
| 40 | <xi:include href="reference.xml"/> |
|---|
| 41 | <xi:include href="faq.xml"/> |
|---|
| 42 | <xi:include href="configuration.xml"/> |
|---|
| 43 | <xi:include href="build.xml"/> |
|---|
| 44 | <xi:include href="implementation_notes.xml"/> |
|---|
| 45 | <xi:include href="release_notes.xml"/> |
|---|
| 46 | <xi:include href="glossary.xml"/> |
|---|
| 47 | <xi:include href="acknowledgements.xml"/> |
|---|
| 48 | <xi:include href="bibliography.xml"/> |
|---|
| 49 | </library> |
|---|