diff --git a/index.html b/index.html index cf073fdac0..5d69140b8f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Boost C++ Libraries - + @@ -55,8 +55,9 @@

Changes in this release

-

This release includes ? new - libraries  +

This release includes 2 new + libraries (Boost.Msm and + Boost.Polygon) as well as updates to many existing libraries. See Release History for more information.

diff --git a/libs/libraries.htm b/libs/libraries.htm index 828e6c9e41..60c3ec93d8 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -8,7 +8,7 @@ content="text/html; charset=iso-8859-1"> Boost Libraries - + @@ -121,7 +121,7 @@ how to download, build, and install the libraries.

  • dynamic_bitset - A runtime sized version of std::bitset from Jeremy Siek and Chuck Allison.
  • exception - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (N2179), from Emil Dotchevski.
  • enable_if - Selective inclusion of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine.
  • -
  • filesystem - Portable paths, +
  • filesystem - Portable paths, iteration over directories, and other useful filesystem operations, from Beman Dawes.
  • flyweight - Design pattern @@ -195,6 +195,7 @@ how to download, build, and install the libraries.

  • mpl - Template metaprogramming framework of compile-time algorithms, sequences and metafunction classes, from Aleksey Gurtovoy.
  • +
  • meta state machine - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.
  • multi_array - Multidimensional containers and adaptors for arrays of contiguous data, from Ron Garcia.
  • multi_index - Containers with @@ -216,6 +217,8 @@ how to download, build, and install the libraries.

  • pointer container - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen.
  • +
  • polygon - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from + Lucanus Simonson.
  • pool - Memory pool management, from Steve Cleary.
  • preprocessor - Preprocessor @@ -693,7 +696,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
  • Walker.
  • date_time - Date-Time library from Jeff Garland.
  • exception - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (N2179), from Emil Dotchevski.
  • -
  • filesystem - Portable paths, +
  • filesystem - Portable paths, iteration over directories, and other useful filesystem operations, from Beman Dawes.
  • flyweight - Design pattern @@ -701,6 +704,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
  • from Joaquín M López Muñoz.
  • lexical_cast -  General literal text conversions, such as an int represented as a string, or vice-versa, from Kevlin Henney.
  • +
  • meta state machine - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.
  • numeric/conversion - Optimized Policy-based Numeric Conversions, from Fernando Cacciola.
  • optional - Discriminated-union diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 7d451ad143..27105d7f6b 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -50,6 +50,7 @@ lambda Jaakko Jarvi logic Douglas Gregor math Hubert Holin , John Maddock mpl Aleksey Gurtovoy +msm Christophe Henry multi_array Ronald Garcia multi_index Joaquin M Lopez Munoz numeric/conversion Fernando Cacciola @@ -58,6 +59,7 @@ numeric/ublas Michael Stevens optional Fernando Cacciola operators Daniel Frey parameter David Abrahams , Daniel Wallin +polygon Lucanus Simonson pool Stephen Cleary preprocessor Paul Mensonides program_options Vladimir Prus diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 12b7726a79..2124872f75 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -91,6 +91,7 @@ run-tests libs : math/test # test-suite math mpi/test # test-suite mpi mpl/test # test-suite mpl + msm/test # msm-unit-tests numeric/conversion/test # test-suite numeric/conversion numeric/interval/test # test-suite numeric/interval numeric/ublas/test # test-suite numeirc/uBLAS @@ -98,6 +99,7 @@ run-tests libs : multi_index/test # test-suite multi_index optional/test # test-suite optional parameter/test # test-suite parameter + polygon/test # test-suite polygon pool/test # test-suite pool preprocessor/test # test-suite preprocessor program_options/test # test-suite program_options diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index a63400e264..7827d80036 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -1780,6 +1780,14 @@ in a namespace don't appear to be found by ADL. + + + + + + Debug containers aren't supported on Apple's version of gcc 4.2. + +