|
From: <sv...@va...> - 2008-12-17 19:10:13
|
Author: bart Date: 2008-12-17 19:10:06 +0000 (Wed, 17 Dec 2008) New Revision: 8833 Log: Added a paragraph about the Boost.Thread library. Modified: trunk/drd/docs/drd-manual.xml Modified: trunk/drd/docs/drd-manual.xml =================================================================== --- trunk/drd/docs/drd-manual.xml 2008-12-17 12:26:24 UTC (rev 8832) +++ trunk/drd/docs/drd-manual.xml 2008-12-17 19:10:06 UTC (rev 8833) @@ -903,7 +903,7 @@ <sect2 id="drd-manual.gnome" xreflabel="GNOME"> -<title>Debugging GNOME Programs With DRD</title> +<title>Debugging GNOME Programs</title> <para> GNOME applications use the threading primitives provided by the @@ -933,7 +933,7 @@ <sect2 id="drd-manual.qt" xreflabel="Qt"> -<title>Debugging Qt Programs With DRD</title> +<title>Debugging Qt Programs</title> <para> The Qt library is the GUI library used by the KDE project. Currently @@ -960,8 +960,42 @@ </sect2> +<sect2 id="drd-manual.boost.thread" xreflabel="Boost.Thread"> +<title>Debugging Boost.Thread Programs</title> + +<para> +The Boost.Thread library the threading library included with the +cross-platform Boost Libraries. This threading library is an +implementation of the draft C++0x threading library. Applications +that use the Boost.Thread library should run fine under DRD. +</para> + +<para> +More information about Boost.Thread can be found here: +<itemizedlist> + <listitem> + <para> + Anthony Williams, <ulink + url="http://www.boost.org/doc/libs/1_37_0/doc/html/thread.html">Boost.Thread</ulink> + Library Documentation, Boost website, 2007. + </para> + </listitem> + <listitem> + <para> + Anthony Williams, <ulink + url="http://www.ddj.com/cpp/211600441">What's New in Boost + Threads?</ulink>, Recent changes to the Boost Thread library, + Dr. Dobbs Magazine, October 2008. + </para> + </listitem> +</itemizedlist> +</para> + +</sect2> + + <sect2 id="drd-manual.openmp" xreflabel="OpenMP"> -<title>Debugging OpenMP Programs With DRD</title> +<title>Debugging OpenMP Programs</title> <para> OpenMP stands for <emphasis>Open Multi-Processing</emphasis>. The |