]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/iostreams/doc/acknowledgments.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / iostreams / doc / acknowledgments.html
Content-type: text/html ]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/iostreams/doc/acknowledgments.html


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 164.
CommitLineData
7c673cae
FG
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4 <TITLE>Acknowledgments</TITLE>
5 <LINK REL="stylesheet" HREF="../../../boost.css">
6 <LINK REL="stylesheet" HREF="theme/iostreams.css">
7</HEAD>
8<BODY>
9
10<!-- Begin Banner -->
11
12 <H1 CLASS="title">Acknowledgments</H1>
13 <HR CLASS="banner">
14
15<!-- End Banner -->
16
17<H3>1.35</H3>
18
19<P>Numerous users submitted bug reports and patches to correct and optimize Boost.Iostreams for release 1.35. Frank Birbacher and Chad Walters deserve special thanks for diagnosing and fixing bugs and for prodding the author to resume active maintenance of the library.
20
21<H3>1.33</H3>
22
23<P>
24 The original idea for the library came from the example stream buffer implementations in <I>Standard C++ IOStreams and Locales</I>, by Angelika Langer and Klaus Kreft (<A CLASS="bib_ref" HREF="bibliography.html#langer">[Langer]</A>). <A HREF="http://lists.boost.org/MailArchives/boost/msg48300.php" TARGET="_top">Robert Ramey</A> suggested extending the library to handle filtering. In addition:
25</P>
26
27<UL>
28 <LI CLASS="square">
29 The implementation of <A HREF="guide/generic_streams.html#stream_buffer"><CODE>stream_buffer</CODE></A> is indebted to work of Angelika Langer and Klaus Kreft (<A CLASS="bib_ref" HREF="bibliography.html#langer">[Langer]</A>, <I>pp.</I> 228-43).
30 </LI>
31 <LI CLASS="square">
32 The filtering stream buffer concept was invented by James Kanze and Dietmar K&uuml;hl. <I>See</I> <A CLASS="bib_ref" HREF="bibliography.html#kanze">[Kanze]</A>.
33 </LI>
34 <LI>
35 The concepts <A HREF="concepts/input_filter.html">InputFilter</A> and <A HREF="concepts/output_filter.html">OutputFilter</A> were inspired by James Kanze's <I>extractors</I> and <I>inserters</I>. In addition, the names of the components <A HREF="classes/filtering_stream.html"><CODE>filtering_stream</CODE></A> and <A HREF="classes/filtering_streambuf.html"><CODE>filtering_streambuf</CODE></A> are borrwed from Kanze, as are several of the Filters from the <A HREF="tutorial/tutorial.html">Tutorial</A>. <I>See</I> <A CLASS="bib_ref" HREF="bibliography.html#kanze">[Kanze]</A>.
36 </LI>
37 <LI CLASS="square">
38 <A HREF="guide/pipelines.html">Pipelines</A> were introduce by Jan Christiaan van Winkel and John van Krieken. <I>See</I> <A CLASS="bib_ref" HREF="bibliography.html#van_winkel">[van Winkel].</A> Dietmar K&uuml;hl suggested adding this functionality to the Iostreams library.
39 </LI>
40 <LI CLASS="square">
41 The facility for adding iterator ranges and output iterators to filter chains was inspired by work of Maxim Egorushkin. <I>See</I> <A CLASS="bib_ref" HREF="bibliography.html#egorushkin">[Egorushkin]</A>.
42 </LI>
43 <LI CLASS="square">
44 The devices for accessing <A HREF="classes/mapped_file.html">memory-mapped file</A> are based on work of Craig Henderson; <I>see</I> (<A CLASS="bib_ref" HREF="bibliography.html#henderson">[Henderson]</A>). Jonathan Graehl added several useful features.
45 </LI>
46 <LI CLASS="square">
47 The devices for accessing <A HREF="classes/file_descriptor.html">file descriptors</A> are based on work of Nicolai Josuttis (<A CLASS="bib_ref" HREF="bibliography.html#josuttis1">[Josuttis1]</A> and <A CLASS="bib_ref" HREF="bibliography.html#josuttis2">[Josuttis2]</A>).
48 </LI>
49 <LI CLASS="square">
50 The <A HREF="classes/array.html">array devices</A> and <A HREF="classes/null.html">null devices</A> were inspired by work of Dayle Walker.
51 </LI>
52 <LI CLASS="square">
53 The Filters for compression and decompression were influenced by the work of Jeff Garland (<A CLASS="bib_ref" HREF="bibliography.html#garland">[Garland]</A>) and Jonathan de Halleux (<A CLASS="bib_ref" HREF="bibliography.html#de_halleux">[de Halleux]</A>).
54 </LI>
55 <LI CLASS="square">
56 The template <A HREF="classes/stdio_filter.html"><CODE>basic_stdio_filter</CODE></A> was inspired by work of Christopher Diggins. <I>See</I> <A CLASS="bib_ref" HREF="bibliography.html#diggins">[Diggins]</A>.
57 </LI>
58 <LI CLASS="square">
59 The treatment of 64-bit <A HREF="functions/positioning.html">stream offsets</A> was suggested by Gareth Sylvester-Bradley, who also supplied the implementation of the positioning functions used with the Dinkumware standard library.
60 </LI>
61 <LI CLASS="square">
62 The template <A HREF="functions/restrict.html#restriction"><CODE>restiction</CODE></A> was suggested by David Abrahams. <I>See</I> <A CLASS="bib_ref" HREF="bibliography.html#abrahams2">[Abrahams2]</A>.
63 </LI>
64 <LI CLASS="square">
65 Maxim Egorushkin, Larry Evans, George M. Garner, Jonathan Graehl, Robert Ramey, Rob Stewart, John Torjo, Pavel Vozenilek and Carlo Woods provided extensive criticism of various versions of the library.
66 </LI>
67 <LI CLASS="square">
68 Angelika Langer and James Kanze provided useful insights into the proper role of exceptions in the Iostream library.
69 </LI>
70 <LI CLASS="square">
71 Robert Ramey's documentation for <A HREF="../../serialization/index.html" TARGET="_top">Boost.Serialization</A> provided the inspiration for the <A HREF="http://www.kangaroologic.com/tree_control/doc/tree/doc/demo.html?path=1" TARGET="_top">Javascript Tree Control</A> used in this documenation.
72 </LI>
73 <LI CLASS="square">
74 Jeff Garland served as review manager and provided helpful criticism and guidance.
75 </LI>
76 <LI CLASS="square">
77