From 034ba5a5b153e4eac0541dbc412a66016fca0e03 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 3 Jun 2014 19:05:32 +0100 Subject: [PATCH] Convert several authors fields to lists. I left out ones which are a little tricky. It's fine to leave them as strings. --- doc/libraries.xml | 117 ++++++++++++++++++++++++++++------------ generated/libraries.txt | Bin 98344 -> 98352 bytes 2 files changed, 84 insertions(+), 33 deletions(-) diff --git a/doc/libraries.xml b/doc/libraries.xml index 13e9c575..06c86613 100644 --- a/doc/libraries.xml +++ b/doc/libraries.xml @@ -188,7 +188,8 @@ atomic 1.53.0 Atomic - Helge Bahmann, Tim Blechmann + Helge Bahmann + Tim Blechmann C++11-style atomic<>. libs/atomic/ Concurrent @@ -231,7 +232,10 @@ bind 1.25.0 Ref - Jaako Järvi, Peter Dimov, Doug Gregor, and Dave Abrahams + Jaako Järvi + Peter Dimov + Doug Gregor + Dave Abrahams A utility library for passing references to generic functions. libs/bind/ref.html tr1 @@ -263,7 +267,8 @@ compatibility 1.21.2 Compatibility - Ralf Grosse-Kunstleve and Jens Maurer + Ralf Grosse-Kunstleve + Jens Maurer Help for non-conforming standard libraries. libs/compatibility/ workarounds @@ -316,7 +321,8 @@ conversion 1.20.0 Conversion - Dave Abrahams and Kevlin Henney + Dave Abrahams + Kevlin Henney Polymorphic and lexical casts. libs/conversion/ Miscellaneous @@ -373,7 +379,8 @@ dynamic_bitset 1.29.0 Dynamic Bitset - Jeremy Siek and Chuck Allison + Jeremy Siek + Chuck Allison 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. libs/dynamic_bitset/dynamic_bitset.html Containers @@ -558,7 +565,9 @@ fusion 1.35.0 Fusion - Joel de Guzman, Dan Marsden and Tobias Schwinger + Joel de Guzman + Dan Marsden + Tobias Schwinger Library for working with tuples, including various containers, algorithms, etc. libs/fusion/doc/html/ Data @@ -569,7 +578,9 @@ geometry 1.47.0 Geometry - Barend Gehrels, Bruno Lalande and Mateusz Loskot + Barend Gehrels + Bruno Lalande + Mateusz Loskot Geometry Library. libs/geometry/ Algorithms @@ -581,7 +592,10 @@ 1.47.0 1.54.0 Geometry - Barend Gehrels, Bruno Lalande, Mateusz Loskot and Adam Wulkiewicz + Barend Gehrels + Bruno Lalande + Mateusz Loskot + Adam Wulkiewicz Geometry Library. libs/geometry/ Algorithms @@ -592,7 +606,8 @@ gil 1.35.0 GIL - Lubomir Bourdev and Hailin Jin + Lubomir Bourdev + Hailin Jin Generic Image Library libs/gil/ Algorithms @@ -690,7 +705,9 @@ iterator 1.21.0 Iterator - Dave Abrahams, Jeremy Siek, and Thomas Witt + Dave Abrahams + Jeremy Siek + Thomas Witt 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. libs/iterator/ Iterators @@ -700,7 +717,8 @@ lambda 1.28.0 Lambda - Jaakko Järvi and Gary Powell + Jaakko Järvi + Gary Powell Define small unnamed function objects at the actual call site, and more. libs/lambda/ Function-objects @@ -844,7 +862,10 @@ math 1.35.0 Math/Special Functions - John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang + John Maddock + Paul Bristow + Hubert Holin + Xiaogang Zhang A wide selection of mathematical special functions. libs/math/doc/sf_and_dist/html/ Math @@ -855,7 +876,10 @@ 1.35.0 1.54.0 Math/Special Functions - John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang + John Maddock + Paul Bristow + Hubert Holin + Xiaogang Zhang A wide selection of mathematical special functions. libs/math/doc/html/special.html Math @@ -865,7 +889,8 @@ math 1.35.0 Math/Statistical Distributions - John Maddock and Paul Bristow + John Maddock + Paul Bristow A wide selection of univariate statistical distributions and functions that operate on them. libs/math/doc/sf_and_dist/html/ Math @@ -876,7 +901,8 @@ 1.35.0 1.54.0 Math/Statistical Distributions - John Maddock and Paul Bristow + John Maddock + Paul Bristow A wide selection of univariate statistical distributions and functions that operate on them. libs/math/doc/html/dist.html Math @@ -896,7 +922,8 @@ mpi 1.35.0 MPI - Douglas Gregor and Matthias Troyer + Douglas Gregor + Matthias Troyer Message Passing Interface library, for use in distributed-memory parallel application programming. libs/mpi/ Concurrent @@ -948,7 +975,8 @@ multiprecision 1.53.0 Multiprecision - John Maddock and Christopher Kormanyos + John Maddock + Christopher Kormanyos Extended precision arithmetic types for floating point, integer andrational arithmetic. libs/multiprecision/ Math @@ -969,7 +997,9 @@ numeric 1.30.0 Interval - Guillaume Melquiond, Hervé Brönnimann and Sylvain Pion + Guillaume Melquiond + Hervé Brönnimann + Sylvain Pion Extends the usual arithmetic functions to mathematical intervals. libs/numeric/interval/doc/interval.htm Math @@ -979,7 +1009,8 @@ numeric 1.53.0 Odeint - Karsten Ahnert and Mario Mulansky + Karsten Ahnert + Mario Mulansky Solving ordinary differential equations. libs/numeric/odeint/ Math @@ -989,7 +1020,8 @@ numeric 1.29.0 uBLAS - Joerg Walter and Mathias Koch + Joerg Walter + Mathias Koch uBLAS provides matrix and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported. libs/numeric/ublas/doc/index.htm Math @@ -1009,7 +1041,8 @@ parameter 1.33.0 Parameter - David Abrahams and Daniel Wallin + David Abrahams + Daniel Wallin Boost.Parameter Library - Write functions that accept arguments by name. libs/parameter/ Emulation @@ -1020,7 +1053,9 @@ phoenix 1.47.0 Phoenix - Joel de Guzman, Dan Marsden and Thomas Heller + Joel de Guzman + Dan Marsden + Thomas Heller Define small unnamed function objects at the actual call site, and more. libs/phoenix/ Function-objects @@ -1041,7 +1076,8 @@ 1.44.0 1.54.0 Polygon - Lucanus Simonson, Andrii Sydorchuk + Lucanus Simonson + Andrii Sydorchuk Voronoi diagram construction and booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates. libs/polygon/ Algorithms @@ -1073,7 +1109,8 @@ preprocessor 1.26.0 Preprocessor - Vesa Karvonen and Paul Mensonides + Vesa Karvonen + Paul Mensonides Preprocessor metaprogramming tools including repetition and recursion. libs/preprocessor/ Preprocessor @@ -1105,7 +1142,8 @@ property_tree 1.41.0 Property Tree - Marcin Kalicinski and Sebastian Redl + Marcin Kalicinski + Sebastian Redl A tree data structure especially suited to storing configuration data. libs/property_tree/ Containers @@ -1158,7 +1196,8 @@ range 1.32.0 Range - Niel Groves, Thorsten Ottosen + Niel Groves + Thorsten Ottosen A new infrastructure for generic algorithms that builds on top of the new iterator concepts. libs/range/ Algorithms @@ -1254,7 +1293,11 @@ smart_ptr 1.23.0 Smart Ptr - Greg Colvin, Beman Dawes, Peter Dimov, Darin Adler and Glen Fernandes + Greg Colvin + Beman Dawes + Peter Dimov + Darin Adler + Glen Fernandes Smart pointer class templates. libs/smart_ptr/smart_ptr.htm tr1 @@ -1265,7 +1308,9 @@ spirit 1.30.0 Spirit - Joel de Guzman, Hartmut Kaiser, and Dan Nuffer + Joel de Guzman + Hartmut Kaiser + Dan Nuffer LL parser framework represents parsers directly as EBNF grammars in inlined C++. libs/spirit/ Parsing @@ -1441,7 +1486,8 @@ typeof 1.34.0 Typeof - Arkadiy Vertleyb, Peder Holt + Arkadiy Vertleyb + Peder Holt Typeof operator emulation. libs/typeof/ Emulation @@ -1451,7 +1497,8 @@ units 1.36.0 Units - Matthias Schabel and Steven Watanabe + Matthias Schabel + Steven Watanabe Zero-overhead dimensional analysis and unit/quantity manipulation and conversion. libs/units/ Domain @@ -1520,7 +1567,9 @@ utility 1.31.0 Enable If - Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine + Jaakko Järvi + Jeremiah Willcock + Andrew Lumsdaine Selective inclusion of function template overloads. libs/utility/enable_if.html Generic @@ -1550,7 +1599,8 @@ utility 1.9.0 Operators - Dave Abrahams and Jeremy Siek + Dave Abrahams + Jeremy Siek Templates ease arithmetic classes and iterators. libs/utility/operators.htm Generic @@ -1603,7 +1653,8 @@ variant 1.31.0 Variant - Eric Friedman and Itay Maman + Eric Friedman + Itay Maman Safe, generic, stack-based discriminated union container. libs/variant/ Containers diff --git a/generated/libraries.txt b/generated/libraries.txt index 7bfcb2c91e1f40f38d7b306679aa93911ef7cd52..efdeb4a4e865219a66d6f895c695e739efa1a3f2 100644 GIT binary patch delta 236 zcmZ3{z_y`*ZG(-Hn6aUil1FMzda8m`Vn%LaUY&cV^rD9sJk{C+xH4HHj7WL`6w*ykyuocTUw&votRmiS_D?&l9;F9 zSDKbKnXy-Dd#5&|x`r~yosLD>i7ADx=c&L#d2uQUI6SQLz93 delta 172 zcmdncz_y}+ZG(-HkdcLzl1FMzda8m`Vn%LaUY^e8K&1pOM)S#=bTk-sHs8{Dl+S29 zdG8zM1SOBP