acknowledgements.html 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Acknowledgements</title>
  5. <link rel="stylesheet" href="boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="index.html" title="Safe Numerics">
  8. <link rel="up" href="index.html" title="Safe Numerics">
  9. <link rel="prev" href="pending_issues.html" title="Pending Issues">
  10. <link rel="next" href="change_log.html" title="Release Log">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img href="index.html" height="164px" src="pre-boost.jpg" alt="Library Documentation Index"></td>
  15. <td><h2>Safe Numerics</h2></td>
  16. </tr></table>
  17. <div class="spirit-nav">
  18. <a accesskey="p" href="pending_issues.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="images/next.png" alt="Next"></a>
  19. </div>
  20. <div class="section">
  21. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  22. <a name="safe_numerics.acknowledgements"></a>Acknowledgements</h2></div></div></div>
  23. <p>This library would never have been created without inspiration,
  24. collaboration and constructive criticism from multiple sources.</p>
  25. <div class="glosslist"><dl>
  26. <dt><span class="glossterm">David LeBlanc</span></dt>
  27. <dd class="glossdef"><p>This library is inspired by <a href="http://safeint.codeplex.com" target="_top">David LeBlanc's SafeInt
  28. Library</a> . I found this library very well done in every way
  29. and useful in my embedded systems work. This motivated me to take it
  30. to the "next level".</p></dd>
  31. <dt><span class="glossterm"><a href="https://akrzemi1.wordpress.com" target="_top">Andrzej
  32. Krzemienski</a></span></dt>
  33. <dd class="glossdef"><p>Andrzej Commented and reviewed the library as it was
  34. originally posted on the <a href="http://www.blincubator.com" target="_top">Boost Library Incubator</a>.
  35. The consequent back and forth motivated me to invest more effort in
  36. developing documentation and examples to justify the utility, indeed
  37. the necessity, for this library. He also noted many errors in code,
  38. documentation, and tests. Without his interest and effort, I do not
  39. believe the library would have progressed beyond its initial
  40. stages.</p></dd>
  41. <dt><span class="glossterm"><a href="http://www.boost.org" target="_top">Boost</a></span></dt>
  42. <dd class="glossdef">
  43. <p>As always, the Boost Developer's mailing list has been the
  44. source of many useful observations from potential users and
  45. constructive criticism from very knowledgeable developers. During
  46. the Boost formal review, reviews and comments were posted by the
  47. following persons: </p>
  48. <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
  49. <li class="listitem"><p>Paul A. Bristow</p></li>
  50. <li class="listitem"><p>Steven Watanabe</p></li>
  51. <li class="listitem"><p>John Maddock</p></li>
  52. <li class="listitem"><p>Antony Polukhin</p></li>
  53. <li class="listitem"><p>Barrett Adair</p></li>
  54. <li class="listitem"><p>Vicente J. Botet Escriba</p></li>
  55. <li class="listitem"><p> John McFarlane</p></li>
  56. <li class="listitem"><p>Peter Dimov</p></li>
  57. </ul></div>
  58. </dd>
  59. </dl></div>
  60. </div>
  61. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  62. <td align="left"></td>
  63. <td align="right"><div class="copyright-footer">Copyright &#169; 2012-2018 Robert Ramey<p><a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">Subject to Boost
  64. Software License</a></p>
  65. </div></td>
  66. </tr></table>
  67. <hr>
  68. <div class="spirit-nav">
  69. <a accesskey="p" href="pending_issues.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="index.html"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="change_log.html"><img src="images/next.png" alt="Next"></a>
  70. </div>
  71. </body>
  72. </html>