Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/preprocessor/doc/acknowledgements.html @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.2 KB
Line 
1<html>
2<head>
3        <title>acknowledgements.html</title>
4        <link rel="stylesheet" type="text/css" href="styles.css">
5</head>
6<body>
7        <h4>Acknowledgements</h4>
8        <div>
9                The following are a few acknowledgements of people that contributed to
10                or were instrumental in the development of the library by Vesa Karnoven and myself.
11        </div>
12        <h4>Vesa Karvonen</h4>
13        <div>
14                The original idea of passing two extra parameters to REPEAT, which makes it possible to create preprocessor code on top of it,
15                was due to Aleksey Gurtovoy.&nbsp;
16                The invokeable IDENTITY macro was invented by him.&nbsp;
17                He also suggested the name for the library.&nbsp;
18                Many thanks to Aleksey for his insights!
19        </div>
20        <div>
21                Thanks to everyone who participated in the review:&nbsp; David Abrahams, Beman Dawes, Ronald Garcia, Douglas Gregor, Aleksey Gurtovoy, Jeremy Siek, and Daryle Walker.
22        </div>
23        <div>
24                Thanks to Chris Little and Mat Marcus for providing help with MWCW.
25        </div>
26        <div>
27                The original automatic recursion technique, which makes many of the library
28                primitives easier to use, was invented by Paul Mensonides.
29        </div>
30        <div>
31                The PREPROCESSOR library has been developed by Vesa Karvonen.
32        </div>
33        <h4>Paul Mensonides</h4>
34        <div>
35                Thanks to Vesa Karvonen for the original conception of the library.&nbsp;
36                His work, his help, and his opinions are all much appreciated.
37        </div>
38        <div>
39                Thanks also to David Abrahams for his observations and continued support.
40        </div>
41        <div>
42                The help of several other Boost developers is also greatly appreciated.&nbsp;
43                In particular, thanks to Aleksey Gurtovoy for his suggestions and to Ralf W. Grosse-Kunstleve for providing
44                access to several compilers for testing.
45        </div>
46        <hr size="1">
47        <div style="margin-left: 0px;">
48                <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
49                </br><i>© Copyright Paul Mensonides 2002</i>
50        </div>
51        <div style="margin-left: 0px;">
52                <p><small>Distributed under the Boost Software License, Version 1.0. (See
53                accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
54                copy at <a href=
55                "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
56        </div>
57</body>
58</html>
Note: See TracBrowser for help on using the repository browser.