mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
125 lines
4.7 KiB
HTML
125 lines
4.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Boost.MultiIndex Documentation - Acknowledgements</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1><img src="../../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align=
|
|
"middle" width="277" height="86">Boost.MultiIndex Acknowledgements</h1>
|
|
|
|
<div class="prev_link"><a href="future_work.html"><img src="prev.gif" alt="future work" border="0"><br>
|
|
Future work
|
|
</a></div>
|
|
<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
|
|
Index
|
|
</a></div>
|
|
<div class="next_link">
|
|
</div><br clear="all" style="clear: all;">
|
|
|
|
<hr>
|
|
|
|
<p>
|
|
Fernando Cacciola, Darren Cook, Beman Dawes, Jeremy Maitin-Shepard and Daryle
|
|
Walker from the Boost mailing list provided useful suggestions for improvement
|
|
on the first alpha releases of the library. Gang Wang discovered several
|
|
bugs in the code. Thomas Wenisch brought out the idea of "sequence sets"
|
|
from which sequenced indices were designed. Giovanni Bajo, Chris Little and
|
|
Maxim Yegorushkin tested the library on several platforms. Rosa
|
|
Bernárdez proofread the last version of the tutorial.
|
|
</p>
|
|
|
|
<p>
|
|
Pavel Voženílek has been immensely helpful in thoroughly reviewing
|
|
every single bit of the library, and he also suggested several extra
|
|
functionalities, most notably range querying, safe mode, polymorphic key
|
|
extractors and MPL support. Thank you!
|
|
</p>
|
|
|
|
<p>
|
|
The Boost acceptance review took place between March 20th and 30th 2004.
|
|
Pavel Voženílek was the review manager. Thanks to all the people
|
|
who participated and specially to those who submitted reviews:
|
|
Fredrik Blomqvist, Tom Brinkman, Paul A Bristow, Darren Cook, Jeff Garland,
|
|
David B. Held, Brian McNamara, Gary Powell, Rob Stewart, Arkadiy Vertleyb,
|
|
Jörg Walter. Other Boost members also contributed ideas, particularly
|
|
in connection with the library's naming scheme: Pavol Droba,
|
|
Dave Gomboc, Jeremy Maitin-Shepard, Thorsten Ottosen, Matthew Vogt,
|
|
Daryle Walker. My apologies if I inadvertently left somebody out of this
|
|
list.
|
|
</p>
|
|
|
|
<p>
|
|
Boost.MultiIndex could not have been written without Aleksey Gurtovoy
|
|
et al. superb <a href="../../../libs/mpl/doc/index.html">Boost MPL
|
|
Library</a>. Also, Aleksey's techniques for dealing with ETI-related
|
|
problems in MSVC++ 6.0 helped solve some internal issues of the library.
|
|
</p>
|
|
|
|
<p>
|
|
The internal implementation of red-black trees is based on that of SGI STL
|
|
<a href="http://www.sgi.com/tech/stl/stl_tree.h">stl_tree.h</a> file:
|
|
</p>
|
|
|
|
<blockquote>
|
|
Copyright (c) 1996,1997
|
|
Silicon Graphics Computer Systems, Inc.
|
|
<br>
|
|
Permission to use, copy, modify, distribute and sell this software
|
|
and its documentation for any purpose is hereby granted without fee,
|
|
provided that the above copyright notice appear in all copies and
|
|
that both that copyright notice and this permission notice appear
|
|
in supporting documentation. Silicon Graphics makes no
|
|
representations about the suitability of this software for any
|
|
purpose. It is provided "as is" without express or implied warranty.
|
|
<br>
|
|
<br>
|
|
Copyright (c) 1994
|
|
Hewlett-Packard Company
|
|
<br>
|
|
Permission to use, copy, modify, distribute and sell this software
|
|
and its documentation for any purpose is hereby granted without fee,
|
|
provided that the above copyright notice appear in all copies and
|
|
that both that copyright notice and this permission notice appear
|
|
in supporting documentation. Hewlett-Packard Company makes no
|
|
representations about the suitability of this software for any
|
|
purpose. It is provided "as is" without express or implied warranty.
|
|
</blockquote>
|
|
|
|
<p>
|
|
<span style="float:right;"><img src="lopez.jpg" width="160" height="120"></span>
|
|
I would like to dedicate this piece of work to Rosa Bernárdez, my very first
|
|
C++ teacher, for her unconditional support in many endeavors of which programming is
|
|
by no means the most important. In memory of my cat López (2001-2003): he
|
|
lived too fast, died too young.
|
|
<br style="clear:all;">
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<div class="prev_link"><a href="future_work.html"><img src="prev.gif" alt="future work" border="0"><br>
|
|
Future work
|
|
</a></div>
|
|
<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
|
|
Index
|
|
</a></div>
|
|
<div class="next_link">
|
|
</div><br clear="all" style="clear: all;">
|
|
|
|
<br>
|
|
|
|
<p>Revised May 7th 2004</p>
|
|
|
|
<p>Copyright © 2003-2004 Joaquín M López Muñoz.
|
|
Use, modification, and distribution are subject to the Boost Software
|
|
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
|
|
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
|
www.boost.org/LICENSE_1_0.txt</a>)
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|