safe_numerics/doc/boostbook/acknowledgements.xml

87 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<section id="safe_numerics.acknowledgements">
<title>Acknowledgements</title>
<para>This library would never have been created without inspiration,
collaboration and constructive criticism from multiple sources.</para>
<para><glosslist>
<glossentry>
<glossterm>David LeBlanc</glossterm>
<glossdef>
<para>This library is inspired by <ulink
url="http://safeint.codeplex.com">David LeBlanc's SafeInt
Library</ulink> . I found this library very well done in every way
and useful in my embedded systems work. This motivated me to take it
to the "next level".</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm><ulink url="https://akrzemi1.wordpress.com">Andrzej
Krzemienski</ulink></glossterm>
<glossdef>
<para>Andrzej Commented and reviewed the library as it was
originally posted on the <ulink
url="http://www.blincubator.com">Boost Library Incubator</ulink>.
The consequent back and forth motivated me to invest more effort in
developing documentation and examples to justify the utility, indeed
the necessity, for this library. He also noted many errors in code,
documentation, and tests. Without his interest and effort, I do not
believe the library would have progressed beyond its initial
stages.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm><ulink url="http://www.boost.org">Boost</ulink></glossterm>
<glossdef>
<para>As always, the Boost Developer's mailing list has been the
source of many useful observations from potential users and
constructive criticism from very knowledgeable developers. During
the Boost formal review, reviews and comments were posted by the
following persons: </para>
<itemizedlist>
<listitem>
<para>Paul A. Bristow</para>
</listitem>
<listitem>
<para>Steven Watanabe</para>
</listitem>
<listitem>
<para>John Maddock</para>
</listitem>
<listitem>
<para>Antony Polukhin</para>
</listitem>
<listitem>
<para>Barrett Adair</para>
</listitem>
<listitem>
<para>Vicente J. Botet Escriba</para>
</listitem>
<listitem>
<para> John McFarlane</para>
</listitem>
<listitem>
<para>Peter Dimov</para>
</listitem>
</itemizedlist>
</glossdef>
</glossentry>
</glosslist></para>
</section>