diff --git a/doc/v2/acknowledgments.html b/doc/v2/acknowledgments.html index 82cea6a2..3cc24edb 100644 --- a/doc/v2/acknowledgments.html +++ b/doc/v2/acknowledgments.html @@ -31,6 +31,15 @@
Dave Abrahams is the architect, designer, and implementor of Boost.Python.
+Brett Calcott + contributed and maintains the Visual Studio project files and + documentation.
+ +Gottfried + Ganßauge supplied support for opaque pointer conversions, + complete with documentation and a regression test (and I didn't + even have to ask him for those)! +
Joel de Guzman implemented the default argument support and wrote the excellent tutorial documentation.
@@ -63,6 +72,17 @@ use the new preproccessor metaprogramming constructs and helping us to work around buggy and slow C++ preprocessors. +Bruno da Silva de + Oliveira contributed the ingenious Pyste ("Pie-Steh") + code generator. + +
Nikolay Mladenov contributed
+ staticmethod support.
Martin Casado solved some sticky problems which allow us to build the + Boost.Python shared library for AIX's crazy dynamic linking model.
+Achim Domma contributed some of the Object Wrappers and HTML templates for this documentation. Dave Hawkes contributed @@ -71,16 +91,6 @@ definition syntax. Pearu Pearson wrote some of the test cases that are in the current test suite.
-Brett Calcott - contributed and maintains the Visual Studio project files and - documentation.
- -Nikolay Mladenov contributed
- staticmethod support.
Martin Casado solved some sticky problems which allow us to build the - Boost.Python shared library for AIX's crazy dynamic linking model.
-The development of this version of Boost.Python was funded in part by
the Lawrence Livermore National
Laboratories and by the Computational
diff --git a/doc/v2/reference.html b/doc/v2/reference.html
index ae2ec560..00644743 100644
--- a/doc/v2/reference.html
+++ b/doc/v2/reference.html
@@ -749,6 +749,22 @@
+
+
+
+