mirror of
https://github.com/boostorg/website.git
synced 2026-01-29 20:12:14 +00:00
Convert several authors fields to lists.
I left out ones which are a little tricky. It's fine to leave them as strings.
This commit is contained in:
@@ -188,7 +188,8 @@
|
||||
<module>atomic</module>
|
||||
<boost-version>1.53.0</boost-version>
|
||||
<name>Atomic</name>
|
||||
<authors>Helge Bahmann, Tim Blechmann</authors>
|
||||
<authors>Helge Bahmann</authors>
|
||||
<authors>Tim Blechmann</authors>
|
||||
<description>C++11-style atomic<>.</description>
|
||||
<documentation>libs/atomic/</documentation>
|
||||
<category>Concurrent</category>
|
||||
@@ -231,7 +232,10 @@
|
||||
<module>bind</module>
|
||||
<boost-version>1.25.0</boost-version>
|
||||
<name>Ref</name>
|
||||
<authors>Jaako Järvi, Peter Dimov, Doug Gregor, and Dave Abrahams</authors>
|
||||
<authors>Jaako Järvi</authors>
|
||||
<authors>Peter Dimov</authors>
|
||||
<authors>Doug Gregor</authors>
|
||||
<authors>Dave Abrahams</authors>
|
||||
<description>A utility library for passing references to generic functions.</description>
|
||||
<documentation>libs/bind/ref.html</documentation>
|
||||
<std>tr1</std>
|
||||
@@ -263,7 +267,8 @@
|
||||
<module>compatibility</module>
|
||||
<boost-version>1.21.2</boost-version>
|
||||
<name>Compatibility</name>
|
||||
<authors>Ralf Grosse-Kunstleve and Jens Maurer</authors>
|
||||
<authors>Ralf Grosse-Kunstleve</authors>
|
||||
<authors>Jens Maurer</authors>
|
||||
<description>Help for non-conforming standard libraries.</description>
|
||||
<documentation>libs/compatibility/</documentation>
|
||||
<category>workarounds</category>
|
||||
@@ -316,7 +321,8 @@
|
||||
<module>conversion</module>
|
||||
<boost-version>1.20.0</boost-version>
|
||||
<name>Conversion</name>
|
||||
<authors>Dave Abrahams and Kevlin Henney</authors>
|
||||
<authors>Dave Abrahams</authors>
|
||||
<authors>Kevlin Henney</authors>
|
||||
<description>Polymorphic and lexical casts.</description>
|
||||
<documentation>libs/conversion/</documentation>
|
||||
<category>Miscellaneous</category>
|
||||
@@ -373,7 +379,8 @@
|
||||
<module>dynamic_bitset</module>
|
||||
<boost-version>1.29.0</boost-version>
|
||||
<name>Dynamic Bitset</name>
|
||||
<authors>Jeremy Siek and Chuck Allison</authors>
|
||||
<authors>Jeremy Siek</authors>
|
||||
<authors>Chuck Allison</authors>
|
||||
<description>The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator& and operator<<. The number of bits in the set is specified at runtime via a parameter to the constructor of the dynamic_bitset.</description>
|
||||
<documentation>libs/dynamic_bitset/dynamic_bitset.html</documentation>
|
||||
<category>Containers</category>
|
||||
@@ -558,7 +565,9 @@
|
||||
<module>fusion</module>
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<name>Fusion</name>
|
||||
<authors>Joel de Guzman, Dan Marsden and Tobias Schwinger</authors>
|
||||
<authors>Joel de Guzman</authors>
|
||||
<authors>Dan Marsden</authors>
|
||||
<authors>Tobias Schwinger</authors>
|
||||
<description>Library for working with tuples, including various containers, algorithms, etc.</description>
|
||||
<documentation>libs/fusion/doc/html/</documentation>
|
||||
<category>Data</category>
|
||||
@@ -569,7 +578,9 @@
|
||||
<module>geometry</module>
|
||||
<boost-version>1.47.0</boost-version>
|
||||
<name>Geometry</name>
|
||||
<authors>Barend Gehrels, Bruno Lalande and Mateusz Loskot</authors>
|
||||
<authors>Barend Gehrels</authors>
|
||||
<authors>Bruno Lalande</authors>
|
||||
<authors>Mateusz Loskot</authors>
|
||||
<description>Geometry Library.</description>
|
||||
<documentation>libs/geometry/</documentation>
|
||||
<category>Algorithms</category>
|
||||
@@ -581,7 +592,10 @@
|
||||
<boost-version>1.47.0</boost-version>
|
||||
<update-version>1.54.0</update-version>
|
||||
<name>Geometry</name>
|
||||
<authors>Barend Gehrels, Bruno Lalande, Mateusz Loskot and Adam Wulkiewicz</authors>
|
||||
<authors>Barend Gehrels</authors>
|
||||
<authors>Bruno Lalande</authors>
|
||||
<authors>Mateusz Loskot</authors>
|
||||
<authors>Adam Wulkiewicz</authors>
|
||||
<description>Geometry Library.</description>
|
||||
<documentation>libs/geometry/</documentation>
|
||||
<category>Algorithms</category>
|
||||
@@ -592,7 +606,8 @@
|
||||
<module>gil</module>
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<name>GIL</name>
|
||||
<authors>Lubomir Bourdev and Hailin Jin</authors>
|
||||
<authors>Lubomir Bourdev</authors>
|
||||
<authors>Hailin Jin</authors>
|
||||
<description>Generic Image Library</description>
|
||||
<documentation>libs/gil/</documentation>
|
||||
<category>Algorithms</category>
|
||||
@@ -690,7 +705,9 @@
|
||||
<module>iterator</module>
|
||||
<boost-version>1.21.0</boost-version>
|
||||
<name>Iterator</name>
|
||||
<authors>Dave Abrahams, Jeremy Siek, and Thomas Witt</authors>
|
||||
<authors>Dave Abrahams</authors>
|
||||
<authors>Jeremy Siek</authors>
|
||||
<authors>Thomas Witt</authors>
|
||||
<description>The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors.</description>
|
||||
<documentation>libs/iterator/</documentation>
|
||||
<category>Iterators</category>
|
||||
@@ -700,7 +717,8 @@
|
||||
<module>lambda</module>
|
||||
<boost-version>1.28.0</boost-version>
|
||||
<name>Lambda</name>
|
||||
<authors>Jaakko Järvi and Gary Powell</authors>
|
||||
<authors>Jaakko Järvi</authors>
|
||||
<authors>Gary Powell</authors>
|
||||
<description>Define small unnamed function objects at the actual call site, and more.</description>
|
||||
<documentation>libs/lambda/</documentation>
|
||||
<category>Function-objects</category>
|
||||
@@ -844,7 +862,10 @@
|
||||
<module>math</module>
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<name>Math/Special Functions</name>
|
||||
<authors>John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang</authors>
|
||||
<authors>John Maddock</authors>
|
||||
<authors>Paul Bristow</authors>
|
||||
<authors>Hubert Holin</authors>
|
||||
<authors>Xiaogang Zhang</authors>
|
||||
<description>A wide selection of mathematical special functions.</description>
|
||||
<documentation>libs/math/doc/sf_and_dist/html/</documentation>
|
||||
<category>Math</category>
|
||||
@@ -855,7 +876,10 @@
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<update-version>1.54.0</update-version>
|
||||
<name>Math/Special Functions</name>
|
||||
<authors>John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang</authors>
|
||||
<authors>John Maddock</authors>
|
||||
<authors>Paul Bristow</authors>
|
||||
<authors>Hubert Holin</authors>
|
||||
<authors>Xiaogang Zhang</authors>
|
||||
<description>A wide selection of mathematical special functions.</description>
|
||||
<documentation>libs/math/doc/html/special.html</documentation>
|
||||
<category>Math</category>
|
||||
@@ -865,7 +889,8 @@
|
||||
<module>math</module>
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<name>Math/Statistical Distributions</name>
|
||||
<authors>John Maddock and Paul Bristow</authors>
|
||||
<authors>John Maddock</authors>
|
||||
<authors>Paul Bristow</authors>
|
||||
<description>A wide selection of univariate statistical distributions and functions that operate on them.</description>
|
||||
<documentation>libs/math/doc/sf_and_dist/html/</documentation>
|
||||
<category>Math</category>
|
||||
@@ -876,7 +901,8 @@
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<update-version>1.54.0</update-version>
|
||||
<name>Math/Statistical Distributions</name>
|
||||
<authors>John Maddock and Paul Bristow</authors>
|
||||
<authors>John Maddock</authors>
|
||||
<authors>Paul Bristow</authors>
|
||||
<description>A wide selection of univariate statistical distributions and functions that operate on them.</description>
|
||||
<documentation>libs/math/doc/html/dist.html</documentation>
|
||||
<category>Math</category>
|
||||
@@ -896,7 +922,8 @@
|
||||
<module>mpi</module>
|
||||
<boost-version>1.35.0</boost-version>
|
||||
<name>MPI</name>
|
||||
<authors>Douglas Gregor and Matthias Troyer</authors>
|
||||
<authors>Douglas Gregor</authors>
|
||||
<authors>Matthias Troyer</authors>
|
||||
<description>Message Passing Interface library, for use in distributed-memory parallel application programming.</description>
|
||||
<documentation>libs/mpi/</documentation>
|
||||
<category>Concurrent</category>
|
||||
@@ -948,7 +975,8 @@
|
||||
<module>multiprecision</module>
|
||||
<boost-version>1.53.0</boost-version>
|
||||
<name>Multiprecision</name>
|
||||
<authors>John Maddock and Christopher Kormanyos</authors>
|
||||
<authors>John Maddock</authors>
|
||||
<authors>Christopher Kormanyos</authors>
|
||||
<description>Extended precision arithmetic types for floating point, integer andrational arithmetic.</description>
|
||||
<documentation>libs/multiprecision/</documentation>
|
||||
<category>Math</category>
|
||||
@@ -969,7 +997,9 @@
|
||||
<module>numeric</module>
|
||||
<boost-version>1.30.0</boost-version>
|
||||
<name>Interval</name>
|
||||
<authors>Guillaume Melquiond, Hervé Brönnimann and Sylvain Pion</authors>
|
||||
<authors>Guillaume Melquiond</authors>
|
||||
<authors>Hervé Brönnimann</authors>
|
||||
<authors>Sylvain Pion</authors>
|
||||
<description>Extends the usual arithmetic functions to mathematical intervals.</description>
|
||||
<documentation>libs/numeric/interval/doc/interval.htm</documentation>
|
||||
<category>Math</category>
|
||||
@@ -979,7 +1009,8 @@
|
||||
<module>numeric</module>
|
||||
<boost-version>1.53.0</boost-version>
|
||||
<name>Odeint</name>
|
||||
<authors>Karsten Ahnert and Mario Mulansky</authors>
|
||||
<authors>Karsten Ahnert</authors>
|
||||
<authors>Mario Mulansky</authors>
|
||||
<description>Solving ordinary differential equations.</description>
|
||||
<documentation>libs/numeric/odeint/</documentation>
|
||||
<category>Math</category>
|
||||
@@ -989,7 +1020,8 @@
|
||||
<module>numeric</module>
|
||||
<boost-version>1.29.0</boost-version>
|
||||
<name>uBLAS</name>
|
||||
<authors>Joerg Walter and Mathias Koch</authors>
|
||||
<authors>Joerg Walter</authors>
|
||||
<authors>Mathias Koch</authors>
|
||||
<description>uBLAS provides matrix and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.</description>
|
||||
<documentation>libs/numeric/ublas/doc/index.htm</documentation>
|
||||
<category>Math</category>
|
||||
@@ -1009,7 +1041,8 @@
|
||||
<module>parameter</module>
|
||||
<boost-version>1.33.0</boost-version>
|
||||
<name>Parameter</name>
|
||||
<authors>David Abrahams and Daniel Wallin</authors>
|
||||
<authors>David Abrahams</authors>
|
||||
<authors>Daniel Wallin</authors>
|
||||
<description>Boost.Parameter Library - Write functions that accept arguments by name.</description>
|
||||
<documentation>libs/parameter/</documentation>
|
||||
<category>Emulation</category>
|
||||
@@ -1020,7 +1053,9 @@
|
||||
<module>phoenix</module>
|
||||
<boost-version>1.47.0</boost-version>
|
||||
<name>Phoenix</name>
|
||||
<authors>Joel de Guzman, Dan Marsden and Thomas Heller</authors>
|
||||
<authors>Joel de Guzman</authors>
|
||||
<authors>Dan Marsden</authors>
|
||||
<authors>Thomas Heller</authors>
|
||||
<description>Define small unnamed function objects at the actual call site, and more.</description>
|
||||
<documentation>libs/phoenix/</documentation>
|
||||
<category>Function-objects</category>
|
||||
@@ -1041,7 +1076,8 @@
|
||||
<boost-version>1.44.0</boost-version>
|
||||
<update-version>1.54.0</update-version>
|
||||
<name>Polygon</name>
|
||||
<authors>Lucanus Simonson, Andrii Sydorchuk</authors>
|
||||
<authors>Lucanus Simonson</authors>
|
||||
<authors>Andrii Sydorchuk</authors>
|
||||
<description>Voronoi diagram construction and booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates.</description>
|
||||
<documentation>libs/polygon/</documentation>
|
||||
<category>Algorithms</category>
|
||||
@@ -1073,7 +1109,8 @@
|
||||
<module>preprocessor</module>
|
||||
<boost-version>1.26.0</boost-version>
|
||||
<name>Preprocessor</name>
|
||||
<authors>Vesa Karvonen and Paul Mensonides</authors>
|
||||
<authors>Vesa Karvonen</authors>
|
||||
<authors>Paul Mensonides</authors>
|
||||
<description>Preprocessor metaprogramming tools including repetition and recursion.</description>
|
||||
<documentation>libs/preprocessor/</documentation>
|
||||
<category>Preprocessor</category>
|
||||
@@ -1105,7 +1142,8 @@
|
||||
<module>property_tree</module>
|
||||
<boost-version>1.41.0</boost-version>
|
||||
<name>Property Tree</name>
|
||||
<authors>Marcin Kalicinski and Sebastian Redl</authors>
|
||||
<authors>Marcin Kalicinski</authors>
|
||||
<authors>Sebastian Redl</authors>
|
||||
<description>A tree data structure especially suited to storing configuration data.</description>
|
||||
<documentation>libs/property_tree/</documentation>
|
||||
<category>Containers</category>
|
||||
@@ -1158,7 +1196,8 @@
|
||||
<module>range</module>
|
||||
<boost-version>1.32.0</boost-version>
|
||||
<name>Range</name>
|
||||
<authors>Niel Groves, Thorsten Ottosen</authors>
|
||||
<authors>Niel Groves</authors>
|
||||
<authors>Thorsten Ottosen</authors>
|
||||
<description>A new infrastructure for generic algorithms that builds on top of the new iterator concepts.</description>
|
||||
<documentation>libs/range/</documentation>
|
||||
<category>Algorithms</category>
|
||||
@@ -1254,7 +1293,11 @@
|
||||
<module>smart_ptr</module>
|
||||
<boost-version>1.23.0</boost-version>
|
||||
<name>Smart Ptr</name>
|
||||
<authors>Greg Colvin, Beman Dawes, Peter Dimov, Darin Adler and Glen Fernandes</authors>
|
||||
<authors>Greg Colvin</authors>
|
||||
<authors>Beman Dawes</authors>
|
||||
<authors>Peter Dimov</authors>
|
||||
<authors>Darin Adler</authors>
|
||||
<authors>Glen Fernandes</authors>
|
||||
<description>Smart pointer class templates.</description>
|
||||
<documentation>libs/smart_ptr/smart_ptr.htm</documentation>
|
||||
<std>tr1</std>
|
||||
@@ -1265,7 +1308,9 @@
|
||||
<module>spirit</module>
|
||||
<boost-version>1.30.0</boost-version>
|
||||
<name>Spirit</name>
|
||||
<authors>Joel de Guzman, Hartmut Kaiser, and Dan Nuffer</authors>
|
||||
<authors>Joel de Guzman</authors>
|
||||
<authors>Hartmut Kaiser</authors>
|
||||
<authors>Dan Nuffer</authors>
|
||||
<description>LL parser framework represents parsers directly as EBNF grammars in inlined C++.</description>
|
||||
<documentation>libs/spirit/</documentation>
|
||||
<category>Parsing</category>
|
||||
@@ -1441,7 +1486,8 @@
|
||||
<module>typeof</module>
|
||||
<boost-version>1.34.0</boost-version>
|
||||
<name>Typeof</name>
|
||||
<authors>Arkadiy Vertleyb, Peder Holt</authors>
|
||||
<authors>Arkadiy Vertleyb</authors>
|
||||
<authors>Peder Holt</authors>
|
||||
<description>Typeof operator emulation.</description>
|
||||
<documentation>libs/typeof/</documentation>
|
||||
<category>Emulation</category>
|
||||
@@ -1451,7 +1497,8 @@
|
||||
<module>units</module>
|
||||
<boost-version>1.36.0</boost-version>
|
||||
<name>Units</name>
|
||||
<authors>Matthias Schabel and Steven Watanabe</authors>
|
||||
<authors>Matthias Schabel</authors>
|
||||
<authors>Steven Watanabe</authors>
|
||||
<description>Zero-overhead dimensional analysis and unit/quantity manipulation and conversion.</description>
|
||||
<documentation>libs/units/</documentation>
|
||||
<category>Domain</category>
|
||||
@@ -1520,7 +1567,9 @@
|
||||
<module>utility</module>
|
||||
<boost-version>1.31.0</boost-version>
|
||||
<name>Enable If</name>
|
||||
<authors>Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine</authors>
|
||||
<authors>Jaakko Järvi</authors>
|
||||
<authors>Jeremiah Willcock</authors>
|
||||
<authors>Andrew Lumsdaine</authors>
|
||||
<description>Selective inclusion of function template overloads.</description>
|
||||
<documentation>libs/utility/enable_if.html</documentation>
|
||||
<category>Generic</category>
|
||||
@@ -1550,7 +1599,8 @@
|
||||
<module>utility</module>
|
||||
<boost-version>1.9.0</boost-version>
|
||||
<name>Operators</name>
|
||||
<authors>Dave Abrahams and Jeremy Siek</authors>
|
||||
<authors>Dave Abrahams</authors>
|
||||
<authors>Jeremy Siek</authors>
|
||||
<description>Templates ease arithmetic classes and iterators.</description>
|
||||
<documentation>libs/utility/operators.htm</documentation>
|
||||
<category>Generic</category>
|
||||
@@ -1603,7 +1653,8 @@
|
||||
<module>variant</module>
|
||||
<boost-version>1.31.0</boost-version>
|
||||
<name>Variant</name>
|
||||
<authors>Eric Friedman and Itay Maman</authors>
|
||||
<authors>Eric Friedman</authors>
|
||||
<authors>Itay Maman</authors>
|
||||
<description>Safe, generic, stack-based discriminated union container.</description>
|
||||
<documentation>libs/variant/</documentation>
|
||||
<category>Containers</category>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user