acknowledgments.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Acknowledgments</title>
  5. <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.Contract 1.0.0">
  8. <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.Contract 1.0.0">
  9. <link rel="prev" href="bibliography.html" title="Bibliography">
  10. </head>
  11. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  12. <table cellpadding="2" width="100%"><tr>
  13. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
  14. <td align="center"><a href="../../../../../index.html">Home</a></td>
  15. <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
  16. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  18. <td align="center"><a href="../../../../../more/index.htm">More</a></td>
  19. </tr></table>
  20. <hr>
  21. <div class="spirit-nav">
  22. <a accesskey="p" href="bibliography.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a>
  23. </div>
  24. <div class="section">
  25. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  26. <a name="boost_contract.acknowledgments"></a><a class="link" href="acknowledgments.html" title="Acknowledgments">Acknowledgments</a>
  27. </h2></div></div></div>
  28. <p>
  29. This section tries to recognize the contributions of all the different people
  30. that participated directly or indirectly to the design and development of this
  31. library.
  32. </p>
  33. <p>
  34. Sincere thanks to my parents for their support with my education and my studies
  35. in computer science.
  36. </p>
  37. <p>
  38. Many thanks to Andrzej Krzemienski for reviewing early versions of this library
  39. providing valuable insights and exchanging early ideas on assertion requirements.
  40. </p>
  41. <p>
  42. Many thanks to Vicente J. Botet Escriba for reviewing earlier versions of this
  43. library providing valuable insights and for suggesting to use a dedicated trait
  44. to copy old values.
  45. </p>
  46. <p>
  47. Thanks to Steven Watanabe for providing valuable insights on C++, SFINAE, and
  48. introspection.
  49. </p>
  50. <p>
  51. Thanks to Dave Abrahams for moderating the Boost review of this library.
  52. </p>
  53. <p>
  54. Thanks to Daniel James for his help with incorporating this library files into
  55. the Boost Git repository.
  56. </p>
  57. <p>
  58. Thanks to James E. King III for integrating this library with Boost's Continuous
  59. Integration (CI).
  60. </p>
  61. <p>
  62. Thanks to David Maley for sharing source code form his inspiring work on emulating
  63. contract programming and subcontracting in C++ in <a class="link" href="bibliography.html#Maley99_anchor">[Maley99]</a>.
  64. </p>
  65. <p>
  66. Many thanks to Thorsten Ottosen for his work on the <a class="link" href="bibliography.html#N1962_anchor">[N1962]</a>
  67. proposal (and its previous revisions) and for clarifying the proposal requirements
  68. directly with the library authors when needed.
  69. </p>
  70. <p>
  71. Many thanks to Bertrand Meyer for his pioneering and thorough work on contract
  72. programming in <a class="link" href="bibliography.html#Meyer97_anchor">[Meyer97]</a>.
  73. </p>
  74. <p>
  75. Finally, many thanks to the entire Boost community and <a href="http://lists.boost.org" target="_top">mailing
  76. list</a> for providing valuable comments on this library and great insights
  77. on the C++ programming language.
  78. </p>
  79. </div>
  80. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  81. <td align="left"></td>
  82. <td align="right"><div class="copyright-footer">Copyright &#169; 2008-2019 Lorenzo Caminiti<p>
  83. Distributed under the Boost Software License, Version 1.0 (see accompanying
  84. file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  85. </p>
  86. </div></td>
  87. </tr></table>
  88. <hr>
  89. <div class="spirit-nav">
  90. <a accesskey="p" href="bibliography.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a>
  91. </div>
  92. </body>
  93. </html>