• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>End Matter</title>
6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9<link rel="up" href="../crc.html" title="Chapter 12. Boost.CRC 1.5">
10<link rel="prev" href="crc_samples.html" title="Pre-Defined CRC Samples">
11<link rel="next" href="reference.html" title="Reference">
12</head>
13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14<table cellpadding="2" width="100%"><tr>
15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
16<td align="center"><a href="../../../index.html">Home</a></td>
17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
20<td align="center"><a href="../../../more/index.htm">More</a></td>
21</tr></table>
22<hr>
23<div class="spirit-nav">
24<a accesskey="p" href="crc_samples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../crc.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><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
25</div>
26<div class="section">
27<div class="titlepage"><div><div><h2 class="title" style="clear: both">
28<a name="crc.end"></a><a class="link" href="end.html" title="End Matter">End Matter</a>
29</h2></div></div></div>
30<h4>
31<a name="crc.end.h0"></a>
32      <span class="phrase"><a name="crc.end.references"></a></span><a class="link" href="end.html#crc.end.references">References</a>
33    </h4>
34<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
35<li class="listitem">
36          The <a href="../../../boost/crc.hpp" target="_top">CRC header</a> itself
37        </li>
38<li class="listitem">
39          Some <a href="../../../libs/crc/test/crc_test.cpp" target="_top">test code</a> and
40          some <a href="../../../libs/crc/test/crc_test2.cpp" target="_top">newer tests</a>
41          that use the <a href="../../../libs/test/index.html" target="_top">Boost test library</a>
42        </li>
43<li class="listitem">
44          Some <a href="../../../libs/crc/crc_example.cpp" target="_top">example code</a>
45        </li>
46</ul></div>
47<div class="variablelist">
48<p class="title"><b>History</b></p>
49<dl class="variablelist">
50<dt><span class="term">Boost 1.49.0</span></dt>
51<dd><p>
52            Refined implementation, testing, and documentation. Some interfaces were
53            tweaked.
54          </p></dd>
55<dt><span class="term">Boost 1.30.2 (estimated)</span></dt>
56<dd><p>
57            Released an example program.
58          </p></dd>
59<dt><span class="term">Boost 1.22.0</span></dt>
60<dd><p>
61            First public release.
62          </p></dd>
63</dl>
64</div>
65<h4>
66<a name="crc.end.h1"></a>
67      <span class="phrase"><a name="crc.end.acknowledgments"></a></span><a class="link" href="end.html#crc.end.acknowledgments">Acknowledgments</a>
68    </h4>
69<p>
70      For giving advice on compiler/C++ compliance, implementation, interface, algorithms,
71      and bug reports:
72    </p>
73<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
74<li class="listitem">
75          Darin Adler
76        </li>
77<li class="listitem">
78          Beman Dawes
79        </li>
80<li class="listitem">
81          Doug Gregor
82        </li>
83<li class="listitem">
84          John Maddock
85        </li>
86<li class="listitem">
87          Joe Mariadassou
88        </li>
89<li class="listitem">
90          Jens Maurer
91        </li>
92<li class="listitem">
93          Vladimir Prus
94        </li>
95<li class="listitem">
96          Joel Young
97        </li>
98</ul></div>
99<div class="variablelist">
100<p class="title"><b>Contributors</b></p>
101<dl class="variablelist">
102<dt><span class="term">Michael Barr <a href="mailto:mbarr%40netrino.com" target="_top">mbarr@netrino.com</a></span></dt>
103<dd><p>
104            Wrote <a href="http://www.netrino.com/Embedded-Systems/How-To/CRC-Calculation-C-Code" target="_top"><span class="quote">“<span class="quote">CRC
105            Implementation Code in C</span>”</span></a>, a less-confusing guide to implementing
106            CRC algorithms. (Originally published as <span class="quote">“<span class="quote">Slow and Steady Never
107            Lost the Race</span>”</span> in the January 2000 issue of <a href="http://www.embedded.com" target="_top"><span class="emphasis"><em>Embedded
108            Systems Programming</em></span></a>, pages 37–46. The web version
109            used to be known as <a href="http://www.netrino.com/Connecting/2000-01/" target="_top"><span class="emphasis"><em>Easier
110            Said Than Done</em></span></a>.)
111          </p></dd>
112<dt><span class="term">Daryle Walker</span></dt>
113<dd><p>
114            Started the library and contributed the theoretical and optimal CRC computation
115            class templates and the CRC computing function template. Contributed
116            the test and example code.
117          </p></dd>
118<dt><span class="term">Ross N. Williams</span></dt>
119<dd><p>
120            Wrote <a href="http://www.ross.net/crc/crcpaper.html" target="_top"><span class="emphasis"><em>A
121            Painless Guide to CRC Error Detection Algorithms</em></span></a>,
122            a definitive source of CRC information.
123          </p></dd>
124</dl>
125</div>
126</div>
127<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
128<td align="left"></td>
129<td align="right"><div class="copyright-footer">Copyright © 2001, 2003, 2012 Daryle Walker<p>
130        Distributed under the Boost Software License, Version 1.0. (See the accompanying
131        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>)
132      </p>
133</div></td>
134</tr></table>
135<hr>
136<div class="spirit-nav">
137<a accesskey="p" href="crc_samples.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../crc.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><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
138</div>
139</body>
140</html>
141