+
+ BoostCon `07
+
+
+
+
+ T-Minus
+ 39 days and counting... Have you registered
+ yet?
+
+ Register on or before April 9 to get an early bird
+ discount. See BoostCon `07 for
+ details
+
+
+
+
+
Welcome to Boost.org!
@@ -60,7 +77,7 @@
"more/license_info.html">Boost license encourages
both commercial and non-commercial use.
- We aim to establish "existing practice" and
+ We aim to establish "existing practice" and
provide reference implementations so that Boost
libraries are suitable for eventual standardization.
Ten Boost libraries are already included in the
@@ -99,21 +116,6 @@
-
- BoostCon `07
-
-
-
-
- T-Minus 39 days and counting...
- Have you registered yet?
- Register on or before April 9 to get an early bird discount.
- See BoostCon `07 for details
-
-
-
-
-
Participation
@@ -151,464 +153,473 @@
+ March 26, 2007 - Quantitave Units Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ March 12, 2007 - Intrusive Containers Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ March 3, 2007 - Bimap Accepted
+
+
+ - View the announcement
+ here.
+
+
+ February 19, 2007 - Accumulators Accepted
+
+
+ - View the announcement
+ here.
+
+
+ February 15, 2007 - Bimap Review Begins
+
+
+ - View the announcement
+ here.
+
+
+ January 29, 2007 - Accumulators Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ November 28, 2006 - Function Types Accepted
+
+
+ - View the announcement
+ here.
+
+
+ November 7, 2006 - Generic Image Library
+ Accepted
+
+
+ - View the announcement
+ here.
+
+
+ November 6, 2006 - Function Types Re-Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ October 19, 2006 - An overview of Boost
+ participation in Google Summer of Code™
+ 2006
+
+
+ - Read
+ here about the first experience of Boost in
+ this open source initiative sponsored by
+ Google.
+
+
+ October 7, 2006 - Pimpl_ptr Library Rejected
+
+
+ - View the announcement
+ here.
+
+
+ October 5, 2006 - Generic Image Library Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ September 21, 2006 - Message Passing
+ Accepted
+
+
+ - View the announcement
+ here.
+
+
September 15, 2006 - BoostCon 2007
-
- - The inaugural Boost conference will be held
- May 14-18, 2007, in Aspen Colorado. See our
- preliminary announcement
- page for more information.
-
-
- ???, 2006 - Version 1.34.0
-
- New Libraries
- - Foreach Library:
- BOOST_FOREACH macro for easily iterating
- over the elements of a sequence, from Eric
- Niebler.
-
- - Statechart
- Library: Arbitrarily complex finite state
- machines can be implemented in easily readable and
- maintainable C++ code, from Andreas Huber.
-
- - TR1 Library: An
- implementation of the C++ Technical Report on
- Standard Library Extensions, from John Maddock.
- This library does not itself implement the TR1
- components, rather it's a thin wrapper that will
- include your standard library's TR1 implementation
- (if it has one), otherwise it will include the
- Boost Library equivalents, and import them into
- namespace
std::tr1 . Highlights
- include: Reference Wrappers, Smart Pointers,
- result_of, Function Object Binders, Polymorphic
- function wrappers, Type Traits, Random Number
- Generators and Distributions, Tuples, Fixed Size
- Array, Hash Function Objects, Regular Expressions,
- and Complex Number Additional Algorithms.
-
- - Typeof
- Library: Typeof operator emulation,
- from Arkadiy Vertleyb and Peder Holt.
-
- - Xpressive
- Library: Regular expressions that can be
- written as strings or as expression templates, and
- that can refer to each other and themselves
- recursively with the power of context-free
- grammars, from Eric Niebler.
+ - The inaugural Boost conference will be held May
+ 14-18, 2007, in Aspen Colorado. See our preliminary
+ announcement
+ page for more information.
+ September 6, 2006 - Message Passing Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ June 19, 2006 - Physical Quantities System
+ Rejected
+
+
+ - View the announcement
+ here.
+
+
+ June 6, 2006 - Fusion Library Accepted
+
+
+ - View the announcement
+ here.
+
+
+ May 31, 2006 - Physical Quantities System Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ May 20, 2006 - Property Tree Accepted
+
+
+ - View the announcement
+ here.
+
+
+ May 15, 2006 - Pimpl Pointer Review Begins
+
+
+ - View the announcement
+ here.
+
+
+ May 1, 2006 - Fusion Review Begins
+
+
+ - View the announcement
+ here.
+
+
+ April 28, 2006 Boost Selected as Mentoring
+ Organization for Google Summer of Code
+
+
+ - View the announcement
+ here.
+
+
+ April 18, 2006 - Property Tree Review Begins
+
+
+ - View the announcement
+ here.
+
+
+ April 12, 2006 - Promotion Traits Accepted
+
+
+ - View the announcement
+ here.
+
+
+ April 1, 2006 - Promotion Traits Mini-Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ March 30, 2006 - Review Wizard's Report
+
+
+
+ March 22, 2006 - Asynchronous I/O Library
+ Accepted
+
+
+ - View the announcement
+ here.
+
+
+ February 17, 2006 - Shared Memory Library
+ Accepted
+
+
+ - View the announcement
+ here.
+
+
+ February 6, 2006 - Shared Memory Library Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ February 5, 2006 - Fixed String Library
+ Rejected
+
+
+ - View the announcement
+ here.
+
+
+ January 19, 2006 - Fixed String Library Review
+ Begins
+
+
+ - View the announcement
+ here.
+
+
+ January 19, 2006 - Review Wizard's Report
+
+
+
+ December 5, 2005 - Version 1.33.1
+
Updated Libraries
- -
- Assign
- Library:
+
- Any
+ Library: Cast to reference types
+ introduced in 1.33.0 is now documented on
+
any_cast documentation page.
-
- - Support for
-
ptr_map<key,T> via the new
- function ptr_map_insert()
-
- - Support for initialization of Pointer
- Containers when the containers hold
- pointers to an abstract base class.
-
-
+ - Config
+ Library: Don't undef BOOST_LIB_TOOLSET
+ after use.
-
Filesystem
- Library: Major upgrade in preparation
- for submission to the C++ Standards Committee for
- TR2. Changes include:
+ "http://www.boost.org/libs/python/doc/index.html">
+ Boost.Python:
- -
- Internationalization, provided by class
- templates basic_path,
- basic_filesystem_error,
- basic_directory_iterator, and
- basic_directory_entry.
+ - The build now assumes Python 2.4 by
+ default, rather than 2.2
- - Simplification
- of the path interface by eliminating special
- constructors to identify native formats.
+ - Support Python that's built without Unicode
+ support
- -
- Rationalization of predicate function
- design, including the addition of several new
- functions.
-
- - Clearer specification by reference to
- POSIX,
- the ISO/IEEE Single Unix Standard, with
- provisions for Windows and other operating
- systems.
-
- - Preservation
- of existing user code whenever possible.
-
- - More
- efficient directory iteration.
-
- - Addition of a
- recursive directory iterator.
+ - Support for wrapping classes with
+ overloaded address-of (
& )
+ operators
- Function
- Library: Boost.Function now implements a
- small buffer optimization, which can drastically
- improve the performance when copying or
- constructing Boost.Function objects storing small
- function objects. For instance,
-
bind(&X:foo, &x, _1, _2)
- requires no heap allocation when placed into a
- Boost.Function object.
+ "http://www.boost.org/libs/smart_ptr/index.html">Smart
+ Pointer Library: Fixed problems under
+ Metrowerks CodeWarrior on PowerPC (Mac OS X) with
+ inlining on, GNU GCC on PowerPC 64.
+
+ - Regex
+ Library: Fixed the supplied makefiles,
+ and other small compiler specific changes. Refer to
+ the regex
+ history page for more information on these and
+ other small changes.
+
+ -
+ Iostreams Library: Improved the
+ interface for accessing a chain's components, added
+
is_open members to the file and file
+ descriptor devices, fixed memory-mapped files on
+ Windows, and made minor changes to the
+ documentation.
+
+ -
+ Functional/Hash Library: Fixed the
+ points example.
+
+ -
+ Multi-index Containers Library: Fixed a
+ problem with multithreaded code, and other minor
+ changes. Refer to the library
+ release notes for further details.
-
Functional/Hash
- Library
+ "http://www.boost.org/libs/graph/doc/table_of_contents.html">
+ Graph Library:
- - Use declarations for standard classes, so
- that the library doesn't need to include all of
- their headers
+ - Fixed a problem with the relaxed heap on
+ x86 Linux (fixes bug in
+ dijkstra_shortest_paths).
- - Deprecated the
- <boost/functional/hash/*.hpp>
- headers.
+ - Fixed problems with
+
cuthill_mckee_ordering and
+
+ king_ordering producing no
+ results.
- - Add support for the
- BOOST_HASH_NO_EXTENSIONS macro, which
- disables the extensions to TR1
-
- - Minor improvements to the hash functions
- for floating point numbers.
-
-
-
- -
- Graph
- Library:
-
-
- MultiArray
- Library:
-
- - Boost.MultiArray now by default
- provides range-checking for
-
operator[] . Range checking can be
- disabled by defining the macro
- BOOST_DISABLE_ASSERTS before
- including multi_array.hpp.
+ "http://www.boost.org/libs/signals/doc/index.html">Signals
+ Library: Fixed problems with the use of
+ Signals across shared library boundaries.
- - A bug in
-
multi_array::resize() related
- to storage orders was fixed.
+ - Thread
+ library:
read_write_mutex
+ has been removed due to problems with
+ deadlocks.
- multi_array::resize()
- can now be called with a model of
- the Collection concept to
- specify the new extents.
-
- - A bug in the comparison routine for
- view iterators was fixed.
-
-
-
-
- Multi-index
- Containers Library:
-
-
-
-
-
- Optional
- Library:
-
- Added functionality:
- optional<T>::optional( bool condition, T v )
- optional<T> make_optional( bool condition, T v )
- T optional<T>::get_value_or( T default )
- T get_optional_value_or ( optional<T> o, T default )
-
-
-
-
- Parameter
- Library:
-
-
- - Every ArgumentPack is now a valid MPL
- Forward Sequence.
-
- - Support for unnamed arguments (those whose
- keyword is deduced from their types) is
- added.
-
- - Support for named and unnamed template
- arguments is added.
-
- - New overload generation macros solve the
-
- forwarding problem directly.
-
- - See also the Python library changes,
- below.
-
-
-
-
- Pointer Container
- Library:
-
-
- - Support for serialization via Boost.Serialization.
-
- - Exceptions can be disabled by defining the
- macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS before
- including any header. This macro is defined by
- default if BOOST_NO_EXCEPTIONS is defined.
-
- - Additional
-
std::auto_ptr<T> overloads
- added s.t. one can also pass
- std::auto_ptr<T> instead of
- only T* arguments to member
- functions.
-
- transfer() now has weaker
- requirements s.t. one can transfer objects from
- ptr_container<Derived> to
- ptr_container<Base> ,
-
-
-
-
- Python
- Library:
-
-
- - Boost.Python now automatically appends C++
- signatures to docstrings. The new
- docstring_options.hpp header is
- available to control the content of
- docstrings.
-
- -
-
stl_input_iterator , for
- turning a Python iterable object into an STL
- input iterator, from Eric Niebler.
-
- - Support for
void* conversions
- is added.
-
- - Integrated support for wrapping C++
- functions built with the parameter library;
- keyword names are automatically known to
- docsstrings.
-
-
-
-
- Smart
- Pointers Library:
-
-
-
-
-
-
- String Algorithm Library:
-
-
- lexicographical_compare
- join
- -
- New comparison predicates
is_less , is_not_greater .
-
- -
- Negative indexes support (like Perl) in various algorihtms
- (
*_head/tail , *_nth ).
-
-
-
- Wave
- Library:
-
-
- - Wave now correctly recognizes pp-number
- tokens as mandated by the C++ Standard, which
- are converted to C++ tokens right before they
- are returned from the library.
-
- - Several new preprocessing hooks have been
- added. For a complete description please refer
- to the related documentation page: The
- Context Policy.
-
- - Shared library (dll) support has been added
- for the generated Wave libraries.
-
- - The overall error handling has been
- improved. It is now possible to recover and
- continue after an error or a warning was
- issued.
-
- - Support for optional comment and/or full
- whitespace preservation in the generated output
- stream has been added.
-
- - The Wave library now performs automatic
- include guard detection to avoid accessing header
- files more than once, if appropriate.
-
- - Full interactive mode has been added to the Wave
- tool. Now the Wave tool can be used just like Python
- or Perl for instance to interactively try out your
- BOOST_PP macros. Additionally it is now possible to
- load and save the current state of an interactive session
- (macro tables et.al.).
-
- - The overall performance has been improved by upto
- 40-60%, depending on the concrete files to process.
-
- - Support for new pragmas has been added allowing to
- control certain library features from inside the
- preprocessed sources (partial output redirection,
- control of generated whitespace and #line directives).
-
- - Optional support for #pragma message "..."
- has been added.
-
- - This version also includes a number of bug
- fixes and usage improvements. For a complete
- list of changes, see the libraries change log.
-
-
+ Wave
+ library (V1.2.1) Fixed a couple of
+ problems, refer to the change
+ log for further details.
+
+ Supported Compilers
+
+ Boost is tested on a wide range of compilers and
+ platforms. Since Boost libraries rely on modern C++
+ features not available in all compilers, not all
+ Boost libraries will work with every compiler. The
+ following compilers and platforms have been
+ extensively tested with Boost, although many other
+ compilers and platforms will work as well. For more
+ information, see the regression
+ test results.
+
+ New for this release: Support for building
+ with the newest STLport-5.0 was added. The support
+ includes building with MinGW Runtime 3.8 plus
+ STLport-5.0 improved to support wide character
+ operations. Apple GCC 4.0, HP Tru64 C++, and
+ Microsoft Visual C++ 8.0 are supported platforms. We
+ have added an experimental autoconf-like
+ configure script for Unix-like systems:
+ run configure --help for more
+ information.
+
+
+ - Apple
+ GCC 3.3, 4.0 on Mac OS X.
+
+ - Borland
+ C++ 5.6.4 on Windows.
+
+ - GNU C++
+ 2.95.3 (with and without STLport), 3.2.x., 3.3.x,
+ 3.4.x, 4.0.x on Windows, Linux and Solaris.
+
+ - HP
+ C++ for Tru64 UNIX 7.1.
+
+ -
+ Intel C++ 8.1, 9.0 on Windows, Linux.
+
+ - Metrowerks
+ CodeWarrior 8.3, 9.4, 9.5 on Mac OS X and
+ Windows.
+
+ - Microsoft
+ Visual C++ 6.0 (sp5, with and without STLport),
+ 7.0, 7.1, 8.0. Note: Boost does not support the
+ non-standard "Safe" C++ Library shipping with
+ Visual C++ 8.0, which may result in many spurious
+ warnings from Boost headers and other
+ standards-conforming C++ code. To suppress these
+ warnings, define the macro
+
_SCL_SECURE_NO_DEPRECATE .
+
+
+ Acknowledgements
+
+ Douglas
+ Gregor managed this release.
+
+ A great number of people contributed their time
+ and expertise to make this release possible. Special
+ thanks go to Aleksey Gurtovoy and Misha Bergal, who
+ managed to keep the regression testing system working
+ throughout the release process; David Abrahams, Beman
+ Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene Rivera
+ and Jonathan Turkanis for greatly improving the
+ quality of this release; Rene Rivera for the new
+ Boost web page design; and Zoltan "cad" Juhasz for
+ the new Boost logo.
@@ -815,7 +826,8 @@
History
#boost IRC channel
+ "more/mailing_lists.htm#IRC">#boost IRC
+ channel
@@ -825,22 +837,23 @@
Other Resources
- - BoostCon 2007
+ - BoostCon
+ 2007
- Vault
Files
- - Main
- CVS
+ - Main CVS
- Sandbox
CVS
- Snapshots
+ "http://engineering.meta-comm.com/boost.aspx">
+ Snapshots
- Tools
@@ -912,7 +925,7 @@
Copyright Beman Dawes, David Abrahams,
1998-2003.
- Copyright Rene Rivera 2004-2005.
+ Copyright Rene Rivera 2004-2007.
From 700503ae2ce1353e845b5f3e20d73e39ac2a6caf Mon Sep 17 00:00:00 2001
From: Dave Abrahams
Date: Thu, 5 Apr 2007 20:13:13 +0000
Subject: [PATCH 0190/2316] Checkpoint before reorg
[SVN r37370]
---
libs/python | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/python b/libs/python
index 6af67d1a4c..f4b3aab7d4 160000
--- a/libs/python
+++ b/libs/python
@@ -1 +1 @@
-Subproject commit 6af67d1a4c4b42e0a0fb7e4f89029768e98345e6
+Subproject commit f4b3aab7d4d54c409b60699b83c91c31af182188
From 3a18741a769dbd8b117bdfaa42a15985fe21b555 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Thu, 5 Apr 2007 20:49:12 +0000
Subject: [PATCH 0191/2316] as_set and as_list_set transforms, and set
complement
[SVN r37371]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 940b7a4725..82f4dc1957 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 940b7a472597abe5d03dcb2b882c75743e618176
+Subproject commit 82f4dc1957f0390ab8d35fad0b3c07946c7f2030
From 98893bf20e146d8ddb8647980fe27bc1212c77d9 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Thu, 5 Apr 2007 23:56:25 +0000
Subject: [PATCH 0192/2316] add transforms for look-ahead, look-behind, and
keeper
[SVN r37372]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 82f4dc1957..85ec3dfe3d 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 82f4dc1957f0390ab8d35fad0b3c07946c7f2030
+Subproject commit 85ec3dfe3d0f213272abe982efd22688bcccac86
From 0a0dca17eb1ab57dd128bce8626c336e4569b844 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Fri, 6 Apr 2007 00:21:41 +0000
Subject: [PATCH 0193/2316] Fix compare_fail failure
[SVN r37373]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index 1c3813ce52..97118668e2 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit 1c3813ce52b1a605d23c8e0e4a31e47e2291a21f
+Subproject commit 97118668e2d71655f2f08b596715c549d8506f44
From 76e3ea36f6bf7aac0e67bf0fb5750cdd79dec165 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Fri, 6 Apr 2007 00:23:17 +0000
Subject: [PATCH 0194/2316] Fix C++0x ambiguity between boost::shared_ptr and
std::shared_ptr
[SVN r37374]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index 97118668e2..469578e976 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit 97118668e2d71655f2f08b596715c549d8506f44
+Subproject commit 469578e97686f7c89a977ee8fedf5514474d614b
From 7e30d3dc2f58e84acdb4fd721a34e284a0ef5749 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 6 Apr 2007 00:34:31 +0000
Subject: [PATCH 0195/2316] support for icase and other modifiers
[SVN r37375]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 85ec3dfe3d..81bc8817d9 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 85ec3dfe3d0f213272abe982efd22688bcccac86
+Subproject commit 81bc8817d9c478b44214d98441f3e96c762a4793
From 6456d78d80d9cfff7b7b1eaf31767a38f2b0eb3d Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 6 Apr 2007 02:07:11 +0000
Subject: [PATCH 0196/2316] handle some complemented terminals, misc bug fixes
[SVN r37376]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 81bc8817d9..88c6d95f79 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 81bc8817d9c478b44214d98441f3e96c762a4793
+Subproject commit 88c6d95f7900ca779c383f556230a4089723ea26
From 88682160b9d942c2075fcbbec8de9257ddd48fc0 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 6 Apr 2007 02:54:23 +0000
Subject: [PATCH 0197/2316] fix handling of optional sub-expressions wrt
captures
[SVN r37377]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 88c6d95f79..93e01eb499 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 88c6d95f7900ca779c383f556230a4089723ea26
+Subproject commit 93e01eb499447bc5f60c19613779757503a885b1
From 5587de4f10e38ff828a70d93dc7bae1c51019273 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 6 Apr 2007 05:31:43 +0000
Subject: [PATCH 0198/2316] add as_action transform
[SVN r37378]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 93e01eb499..1ba7d38cb8 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 93e01eb499447bc5f60c19613779757503a885b1
+Subproject commit 1ba7d38cb862b52c221ce6762cbac3646291613f
From eb25720c584738262594a6e3d215470241e3b780 Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Fri, 6 Apr 2007 08:17:07 +0000
Subject: [PATCH 0199/2316] Fix typo.
[SVN r37379]
---
libs/asio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/asio b/libs/asio
index cc427bfc38..535c2031b9 160000
--- a/libs/asio
+++ b/libs/asio
@@ -1 +1 @@
-Subproject commit cc427bfc38613a9066d79e0725bbf341a3249bc2
+Subproject commit 535c2031b98e6d1677341875f50a303f1035fce6
From e349ea8aed8e314c04c51e7b63a541f9d250c19b Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Fri, 6 Apr 2007 09:12:28 +0000
Subject: [PATCH 0200/2316] Make init_decoders[] a function-local static,
rather than global, to avoid problems with order of initialisation of globals
across translation units. Thanks to Oleg Kosenkov for reporting this issue
and suggesting a fix.
[SVN r37380]
---
libs/system | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/system b/libs/system
index 111c30d99e..da0da6dc28 160000
--- a/libs/system
+++ b/libs/system
@@ -1 +1 @@
-Subproject commit 111c30d99e1308b9a2472d8d34a209a4e44bf73f
+Subproject commit da0da6dc2887497df5eefe14c813cdecabafcb19
From a3e30e5e3b9e8fcfb7c1cde322c07fe6b5d3a8a0 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 6 Apr 2007 21:03:09 +0000
Subject: [PATCH 0201/2316] add proto::not_ and proto::switch_, clean up
xpressive's use_simple_repeat
[SVN r37383]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 1ba7d38cb8..4c7af8b4b1 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 1ba7d38cb862b52c221ce6762cbac3646291613f
+Subproject commit 4c7af8b4b132c58ec9af18ae7aa3cff0431b47e6
From 46702b58aa5e734cc259b9389d1d6eab2b74592b Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Fri, 6 Apr 2007 22:17:44 +0000
Subject: [PATCH 0202/2316] --countoff
[SVN r37384]
---
index.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index a741695caa..5074651e1e 100644
--- a/index.htm
+++ b/index.htm
@@ -49,7 +49,7 @@
T-Minus
- 39 days and counting... Have you registered
+ 38 days and counting... Have you registered
yet?
Register on or before April 9 to get an early bird
From 8135c9f2d01f16d2d257e593f9a7f9d57fecbbb9 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Fri, 6 Apr 2007 23:59:11 +0000
Subject: [PATCH 0203/2316] xpressive transforms use new proto::switch_ for
better compile times
[SVN r37385]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 4c7af8b4b1..f29f80890e 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 4c7af8b4b132c58ec9af18ae7aa3cff0431b47e6
+Subproject commit f29f80890eedb5ebcb80396a3b22750d3e82bb20
From cd37436f87e7173e221af4d2319891f9c276e4ce Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Sat, 7 Apr 2007 05:57:10 +0000
Subject: [PATCH 0204/2316] simplify/generalize conditional transform
[SVN r37386]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index f29f80890e..1ed129213d 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit f29f80890eedb5ebcb80396a3b22750d3e82bb20
+Subproject commit 1ed129213d360fe84431f3b884c0c06e36109b55
From ab564cf63b0a73ef8bbea9a90b58b0501572df0b Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Sat, 7 Apr 2007 08:48:12 +0000
Subject: [PATCH 0205/2316] Fix libstdc++ debug error.
[SVN r37387]
---
libs/asio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/asio b/libs/asio
index 535c2031b9..2fc7b8e99c 160000
--- a/libs/asio
+++ b/libs/asio
@@ -1 +1 @@
-Subproject commit 535c2031b98e6d1677341875f50a303f1035fce6
+Subproject commit 2fc7b8e99cbb8f9589f0402772b74394fe9201be
From ce33ecef79c254704b9c0360520bb787ef6f21ea Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Sat, 7 Apr 2007 08:50:42 +0000
Subject: [PATCH 0206/2316] Fix problem where the safe_cancellation_thread_id_
was not being calculated correctly.
[SVN r37388]
---
libs/asio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/asio b/libs/asio
index 2fc7b8e99c..4667159f1c 160000
--- a/libs/asio
+++ b/libs/asio
@@ -1 +1 @@
-Subproject commit 2fc7b8e99cbb8f9589f0402772b74394fe9201be
+Subproject commit 4667159f1c31279190ce50f6f33d483b9fdc5a41
From cd833bac33d64a50a72eb85eab63f32e5b77b89b Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Sat, 7 Apr 2007 08:54:58 +0000
Subject: [PATCH 0207/2316] Fix comments.
[SVN r37389]
---
libs/asio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/asio b/libs/asio
index 4667159f1c..905e8594fb 160000
--- a/libs/asio
+++ b/libs/asio
@@ -1 +1 @@
-Subproject commit 4667159f1c31279190ce50f6f33d483b9fdc5a41
+Subproject commit 905e8594fba20c7ad412c53f6ca1f46611ef0f3a
From 2d0660036a91cae5f6a895830975d047dec17bbf Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Sat, 7 Apr 2007 08:57:15 +0000
Subject: [PATCH 0208/2316] Fix usage message.
[SVN r37390]
---
libs/asio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/asio b/libs/asio
index 905e8594fb..084ae264c2 160000
--- a/libs/asio
+++ b/libs/asio
@@ -1 +1 @@
-Subproject commit 905e8594fba20c7ad412c53f6ca1f46611ef0f3a
+Subproject commit 084ae264c28a1ccb30fbe89ddbd8641d9d1e2a78
From 67351ccd60e6a55b303d9da1662b98e625d494ab Mon Sep 17 00:00:00 2001
From: Christopher Kohlhoff
Date: Sat, 7 Apr 2007 09:01:23 +0000
Subject: [PATCH 0209/2316] Try to fix AIX compile error in tests.
[SVN r37391]
---
libs/asio | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/asio b/libs/asio
index 084ae264c2..046c9870fc 160000
--- a/libs/asio
+++ b/libs/asio
@@ -1 +1 @@
-Subproject commit 084ae264c28a1ccb30fbe89ddbd8641d9d1e2a78
+Subproject commit 046c9870fc6ea662b481a1419cbb7d9bc33e87af
From 6f372718740a0f9e63258126af7164b82d457e2b Mon Sep 17 00:00:00 2001
From: Gunter Winkler
Date: Sat, 7 Apr 2007 20:51:38 +0000
Subject: [PATCH 0210/2316] - new directive BOOST_UBLAS_NDEBUG to disable all
debug actions of uBLAS It has an equivalent effect as defining NDEBUG in
all uBLAS headers.
[SVN r37392]
---
libs/numeric/ublas | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/numeric/ublas b/libs/numeric/ublas
index 2984f60fcd..5f08a94e2c 160000
--- a/libs/numeric/ublas
+++ b/libs/numeric/ublas
@@ -1 +1 @@
-Subproject commit 2984f60fcd17243d1f816b8c1a48c605c32a5f5c
+Subproject commit 5f08a94e2c440e41a70c06aea2ec650a2a023d2b
From 62d2ca1b67fa8177a32dc09abc307f5e8e10b9f4 Mon Sep 17 00:00:00 2001
From: Gunter Winkler
Date: Sat, 7 Apr 2007 21:12:26 +0000
Subject: [PATCH 0211/2316] - changes static initialization of zero_(0) to
zero_ = T() This should be replaces by value_traits::zero and the
definition of one_ = 1 should be replaced by value_traits::one
[SVN r37393]
---
libs/numeric/ublas | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/numeric/ublas b/libs/numeric/ublas
index 5f08a94e2c..05ccd103e1 160000
--- a/libs/numeric/ublas
+++ b/libs/numeric/ublas
@@ -1 +1 @@
-Subproject commit 5f08a94e2c440e41a70c06aea2ec650a2a023d2b
+Subproject commit 05ccd103e1bfdd5ecc1f605d7c2c6599dc37cd3e
From be6d0b8b57ff124d9d7b8453dc9e2eb8e6f0cd33 Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Sat, 7 Apr 2007 23:17:49 +0000
Subject: [PATCH 0212/2316] --countoff
[SVN r37394]
---
index.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index 5074651e1e..aaa39b68af 100644
--- a/index.htm
+++ b/index.htm
@@ -49,7 +49,7 @@
T-Minus
- 38 days and counting... Have you registered
+ 37 days and counting... Have you registered
yet?
Register on or before April 9 to get an early bird
From 5b1e33c4fe674f78a6697a56a442cbab099456a9 Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Sun, 8 Apr 2007 22:31:40 +0000
Subject: [PATCH 0213/2316] --countoff
[SVN r37395]
---
index.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index aaa39b68af..508a09f664 100644
--- a/index.htm
+++ b/index.htm
@@ -49,7 +49,7 @@
T-Minus
- 37 days and counting... Have you registered
+ 36 days and counting... Have you registered
yet?
Register on or before April 9 to get an early bird
From 34fad3d6f25592bea867a681f22d8b6724bae9bb Mon Sep 17 00:00:00 2001
From: Vladimir Prus
Date: Mon, 9 Apr 2007 07:02:40 +0000
Subject: [PATCH 0214/2316] Add file_descriptor.cpp and mapped_file.cpp to the
list of compiled files.
Patch from Takeshi Mouri.
[SVN r37396]
---
libs/iostreams | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/iostreams b/libs/iostreams
index 356ab3d256..b7c36db71c 160000
--- a/libs/iostreams
+++ b/libs/iostreams
@@ -1 +1 @@
-Subproject commit 356ab3d25694314a435bb9ebc52f07fa5e56a5cd
+Subproject commit b7c36db71c6b9b6ffeca256e4b07cd718658a92b
From c7b1b3a60640c887a7edb5a5f6cf3eced3fac273 Mon Sep 17 00:00:00 2001
From: Andreas Huber
Date: Mon, 9 Apr 2007 12:55:41 +0000
Subject: [PATCH 0215/2316] Minor formatting corrections.
[SVN r37397]
---
libs/statechart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/statechart b/libs/statechart
index faf04f30e5..35bad724b4 160000
--- a/libs/statechart
+++ b/libs/statechart
@@ -1 +1 @@
-Subproject commit faf04f30e517ecaf9e6e389e2b616ae3cbdc07c0
+Subproject commit 35bad724b488cd6b962d3d47569f70a479709602
From f7dbff9323de177187ab6f9ad5255f46d226d778 Mon Sep 17 00:00:00 2001
From: Andreas Huber
Date: Mon, 9 Apr 2007 13:12:58 +0000
Subject: [PATCH 0216/2316] Moved the erroneously under 1.34.0 listed changes
under a new "Unreleased changes" heading.
[SVN r37398]
---
libs/statechart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/statechart b/libs/statechart
index 35bad724b4..f56f94066e 160000
--- a/libs/statechart
+++ b/libs/statechart
@@ -1 +1 @@
-Subproject commit 35bad724b488cd6b962d3d47569f70a479709602
+Subproject commit f56f94066eb0299949512dd7c0e68f1a00352a35
From 92be3754a6c7ccc71ec8841ba52e946f7afb6f20 Mon Sep 17 00:00:00 2001
From: Andreas Huber
Date: Mon, 9 Apr 2007 13:29:04 +0000
Subject: [PATCH 0217/2316] Updated bio.
[SVN r37399]
---
people/andreas_huber.html | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/people/andreas_huber.html b/people/andreas_huber.html
index 4289e03394..8fb4b6e34e 100644
--- a/people/andreas_huber.html
+++ b/people/andreas_huber.html
@@ -38,13 +38,14 @@
alt="http://boost.sourceforge.net/photos/andreas_huber.jpg" border="0"
align="left" hspace="10" vspace="5" width="100" height="133">
- During his career, Andreas Huber has been developing systems
- ranging from PC control software for all kinds of machinery to client and
- server DB applications. Most of his professional work now happens in .NET
- languages (C# and recently C++ CLI). Andreas is currently seeking a new
- employment as software architect.
+ Andreas Huber is a software architect at
+ Phonak Hearing Systems, where he is responsible for the development and
+ maintenance of operations software. At former companies Andreas has
+ been developing systems ranging from PC control software for machinery to
+ custom-made CRM applications. In recent years, more and more of his
+ professional work shifted to the .NET platform (C# and C++/CLI).
- In his spare time he enjoys to program in standard C++, which is how
+ In his spare time Andreas still enjoys to program in standard C++, which is how
Boost.Statechart came into
being. His other hobbies include swimming, camping, hiking and
traveling.
@@ -58,9 +59,10 @@
height="31" width="88">
Revised
- 11 November, 2006
+ 09 April, 2007
- Copyright © 2006 Andreas Huber Dönni
+ Copyright © 2006-2007
+ Andreas Huber Dönni
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy
From 44eb674787297d363e6c99c8ff5520cd100e679f Mon Sep 17 00:00:00 2001
From: Andreas Huber
Date: Mon, 9 Apr 2007 13:43:54 +0000
Subject: [PATCH 0218/2316] *** empty log message ***
[SVN r37400]
---
people/andreas_huber.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/people/andreas_huber.html b/people/andreas_huber.html
index 8fb4b6e34e..8856aaad9a 100644
--- a/people/andreas_huber.html
+++ b/people/andreas_huber.html
@@ -43,11 +43,11 @@
maintenance of operations software. At former companies Andreas has
been developing systems ranging from PC control software for machinery to
custom-made CRM applications. In recent years, more and more of his
- professional work shifted to the .NET platform (C# and C++/CLI).
+ professional work has shifted to the .NET platform (C# and C++/CLI).
- In his spare time Andreas still enjoys to program in standard C++, which is how
- Boost.Statechart came into
- being. His other hobbies include swimming, camping, hiking and
+ In his spare time Andreas still enjoys to program in standard C++, which
+ is how Boost.Statechart came
+ into being. His other hobbies include swimming, camping, hiking and
traveling.
Andreas lives in Zurich, Switzerland with his wife Ruth.
Date: Mon, 9 Apr 2007 16:32:45 +0000
Subject: [PATCH 0219/2316] Aliasing constructor added
[SVN r37402]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index 469578e976..54e12d03fd 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit 469578e97686f7c89a977ee8fedf5514474d614b
+Subproject commit 54e12d03fdfec63b4d8ff41991c4e64af6b1b4b4
From f97a4fbafb5e1c512c2694c701274c88964be34f Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Mon, 9 Apr 2007 16:37:30 +0000
Subject: [PATCH 0220/2316] _MANAGED fix for sp_enable_shared_from_this
[SVN r37403]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index 54e12d03fd..ae6c180be8 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit 54e12d03fdfec63b4d8ff41991c4e64af6b1b4b4
+Subproject commit ae6c180be84b59dd8b192f8b7f55668353427e01
From 3ed237c8f7cbbf6453addaa9ebdde87996049498 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Mon, 9 Apr 2007 18:42:49 +0000
Subject: [PATCH 0221/2316] make_shared removed
[SVN r37404]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index ae6c180be8..6e8f075d42 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit ae6c180be84b59dd8b192f8b7f55668353427e01
+Subproject commit 6e8f075d429f6682363e6bcdf6f8509242f5c1a2
From 978034f90981846b7e656a6e9555e3d8adcc3666 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Mon, 9 Apr 2007 18:48:47 +0000
Subject: [PATCH 0222/2316] Aliasing support
[SVN r37405]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index 6e8f075d42..ce72827dc7 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit 6e8f075d429f6682363e6bcdf6f8509242f5c1a2
+Subproject commit ce72827dc73ac652ed07002b75f32e0171119c09
From edd033df3253eb1d0f513de96660e1fee67d6484 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Mon, 9 Apr 2007 21:35:07 +0000
Subject: [PATCH 0223/2316] intrusive_ptr::reset added
[SVN r37406]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index ce72827dc7..26f83e75ef 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit ce72827dc73ac652ed07002b75f32e0171119c09
+Subproject commit 26f83e75efd86d86a259072987dbfd27df834a57
From d2b6316bbf0e81785d395d752b190a5ffca528cf Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Mon, 9 Apr 2007 22:24:37 +0000
Subject: [PATCH 0224/2316] Fix CW regression re strcmp, strcpy
[SVN r37407]
---
libs/smart_ptr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/smart_ptr b/libs/smart_ptr
index 26f83e75ef..745dbedbaa 160000
--- a/libs/smart_ptr
+++ b/libs/smart_ptr
@@ -1 +1 @@
-Subproject commit 26f83e75efd86d86a259072987dbfd27df834a57
+Subproject commit 745dbedbaa233486da8c89819cd2297d98084a16
From d889a161e06a8925ee0f87cf7ef4fdea1109f1a7 Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Mon, 9 Apr 2007 23:01:33 +0000
Subject: [PATCH 0225/2316] --countoff
[SVN r37408]
---
index.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index 508a09f664..9a445b8e03 100644
--- a/index.htm
+++ b/index.htm
@@ -49,7 +49,7 @@
T-Minus
- 36 days and counting... Have you registered
+ 35 days and counting... Have you registered
yet?
Register on or before April 9 to get an early bird
From 9bddee8b8bd7d426e136914994e1ae5702726ea3 Mon Sep 17 00:00:00 2001
From: Vladimir Prus
Date: Tue, 10 Apr 2007 06:02:10 +0000
Subject: [PATCH 0226/2316] Do not use peek at source files, link to the
library.
[SVN r37409]
---
libs/iostreams | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/iostreams b/libs/iostreams
index b7c36db71c..f0b005fa29 160000
--- a/libs/iostreams
+++ b/libs/iostreams
@@ -1 +1 @@
-Subproject commit b7c36db71c6b9b6ffeca256e4b07cd718658a92b
+Subproject commit f0b005fa29ff5623ce22eb3b7d0ccc4f522429da
From cebfb1ab53da2064574480245fd2e01da66add1e Mon Sep 17 00:00:00 2001
From: Martin Wille
Date: Tue, 10 Apr 2007 16:03:45 +0000
Subject: [PATCH 0227/2316] -- make_shared has been removed from weak_ptr.hpp.
Adjusted code to use weak_ptr.lock() and weak_ptr.expired() instead.
[SVN r37410]
---
libs/spirit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/spirit b/libs/spirit
index e32679ce61..b17060fd58 160000
--- a/libs/spirit
+++ b/libs/spirit
@@ -1 +1 @@
-Subproject commit e32679ce6100b81bd370732d0e257968a4a51bbc
+Subproject commit b17060fd58380067cecc13c92c6264ddd35b7918
From 281472f5899810288e597fbaf8397eb1938f0954 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Tue, 10 Apr 2007 17:54:24 +0000
Subject: [PATCH 0228/2316] MPI library now requires in libs/mpi
[SVN r37411]
---
doc/Jamfile.v2 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index aa2266ad71..67a9dc7883 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -15,8 +15,8 @@ boostbook doc : src/boost.xml
../libs/tr1/doc//tr1
../libs/math/doc//math
../libs/foreach/doc//foreach
- ../libs/parallel/doc//mpi
- ../libs/parallel/doc//mpi_autodoc.xml
+ ../libs/mpi/doc//mpi
+ ../libs/mpi/doc//mpi_autodoc.xml
../libs/typeof/doc//typeof
../libs/xpressive/doc//autodoc.xml
../libs/xpressive/doc//xpressive
@@ -41,7 +41,7 @@ boostbook doc : src/boost.xml
../more/whos_using//using
../tools/jam/doc//bjam
../tools/quickbook/doc//quickbook
- ../libs/parallel/doc//mpi
+ ../libs/mpi/doc//mpi
boost.libraries=../../libs/libraries.htm
;
From 20f4db84c3ca94d61786378cf59f656571a16d78 Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Tue, 10 Apr 2007 18:16:34 +0000
Subject: [PATCH 0229/2316] our lives are frittered away by detail. simplify,
simplify
[SVN r37412]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index 1ed129213d..cc20f8766f 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit 1ed129213d360fe84431f3b884c0c06e36109b55
+Subproject commit cc20f8766fe047856fa5b04a6724f6673d90d2f2
From 8dcde7ddb590431bb25fb78c6fb3088253ed671b Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Tue, 10 Apr 2007 22:27:41 +0000
Subject: [PATCH 0230/2316] typo fix
[SVN r37413]
---
libs/fusion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/fusion b/libs/fusion
index 02005e075f..bf4de4d0af 160000
--- a/libs/fusion
+++ b/libs/fusion
@@ -1 +1 @@
-Subproject commit 02005e075f5492007ed72e93da930b6d3f01dcab
+Subproject commit bf4de4d0af02c307594688ce069fc201408da70e
From f0aea9d02c2e829c5b491b56c598e006534273a7 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Tue, 10 Apr 2007 23:05:46 +0000
Subject: [PATCH 0231/2316] Add include of
[SVN r37414]
---
libs/graph | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/graph b/libs/graph
index 7fdb4af8f6..43f0e01be5 160000
--- a/libs/graph
+++ b/libs/graph
@@ -1 +1 @@
-Subproject commit 7fdb4af8f6cf1de42276763585e7ae802ac7a43f
+Subproject commit 43f0e01be5c20cabf4afe9e0a00c5f4b8f8a35fd
From 460750bfcd120b655fef5417cca5d0c93526355b Mon Sep 17 00:00:00 2001
From: Eric Niebler
Date: Wed, 11 Apr 2007 16:24:32 +0000
Subject: [PATCH 0232/2316] transforms for ~_ln and ~_b, clean-up
[SVN r37415]
---
libs/xpressive | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/xpressive b/libs/xpressive
index cc20f8766f..0e5d0ee4b6 160000
--- a/libs/xpressive
+++ b/libs/xpressive
@@ -1 +1 @@
-Subproject commit cc20f8766fe047856fa5b04a6724f6673d90d2f2
+Subproject commit 0e5d0ee4b668f4f94e9f71d6498b7b67f9f41707
From efec869ab1e252bacfaf7f669a926cafcd901047 Mon Sep 17 00:00:00 2001
From: Joel de Guzman
Date: Wed, 11 Apr 2007 22:18:21 +0000
Subject: [PATCH 0233/2316] --countoff
[SVN r37417]
---
index.htm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/index.htm b/index.htm
index 9a445b8e03..ba33f123f6 100644
--- a/index.htm
+++ b/index.htm
@@ -49,12 +49,10 @@
T-Minus
- 35 days and counting... Have you registered
+ 33 days and counting... Have you registered
yet?
- Register on or before April 9 to get an early bird
- discount. See BoostCon `07 for
+ See BoostCon `07 for
details
From 212efe74649cb5ed27665bf3bed0ff8febd307d8 Mon Sep 17 00:00:00 2001
From: Dave Abrahams
Date: Wed, 11 Apr 2007 23:35:08 +0000
Subject: [PATCH 0234/2316] Some progress on Python build guide. Minor fixes
to getting started guide.
[SVN r37418]
---
libs/python | 2 +-
.../detail/build-from-source-head.rst | 2 +-
more/getting_started/detail/header-only.rst | 7 +-
.../getting_started/detail/library-naming.rst | 6 +-
more/getting_started/unix-variants.html | 152 ++++++++-------
more/getting_started/unix-variants.rst | 2 +-
more/getting_started/windows.html | 184 +++++++++---------
7 files changed, 183 insertions(+), 172 deletions(-)
diff --git a/libs/python b/libs/python
index f4b3aab7d4..5edb63d01c 160000
--- a/libs/python
+++ b/libs/python
@@ -1 +1 @@
-Subproject commit f4b3aab7d4d54c409b60699b83c91c31af182188
+Subproject commit 5edb63d01c39f58558ee637d9b844b981a7bf538
diff --git a/more/getting_started/detail/build-from-source-head.rst b/more/getting_started/detail/build-from-source-head.rst
index 7e55da83b1..b2dfd5cad1 100644
--- a/more/getting_started/detail/build-from-source-head.rst
+++ b/more/getting_started/detail/build-from-source-head.rst
@@ -10,7 +10,7 @@ installing software. To use it, you'll need an executable called
.. _precompiled-bjam: http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941
-.. _Boost.Jam documentation: Boost.Jam_
+.. .. _Boost.Jam documentation: Boost.Jam_
.. _Boost.Build: ../../tools/build/index.html
.. _Boost.Jam: ../../tools/jam/index.html
.. _Boost.Build documentation: Boost.Build_
diff --git a/more/getting_started/detail/header-only.rst b/more/getting_started/detail/header-only.rst
index 13d7e3fd7d..c1f1dd3b3e 100644
--- a/more/getting_started/detail/header-only.rst
+++ b/more/getting_started/detail/header-only.rst
@@ -15,20 +15,23 @@ Boost?” The good news is that often, there's nothing to build.
require no separately-compiled library binaries or special
treatment when linking.
-.. _separate:
+.. .. _separate:
The only Boost libraries that *must* be built separately are:
* Boost.Filesystem_
* Boost.IOStreams_
* Boost.ProgramOptions_
-* Boost.Python_
+* Boost.Python_ (see the `Boost.Python build documentation`__
+ before building and installing it)
* Boost.Regex_
* Boost.Serialization_
* Boost.Signals_
* Boost.Thread_
* Boost.Wave_
+__ ../../libs/python/doc/building.html
+
A few libraries have optional separately-compiled binaries:
* Boost.DateTime_ has a binary component that is only needed if
diff --git a/more/getting_started/detail/library-naming.rst b/more/getting_started/detail/library-naming.rst
index ad1d512232..76d99ed5c2 100644
--- a/more/getting_started/detail/library-naming.rst
+++ b/more/getting_started/detail/library-naming.rst
@@ -19,7 +19,7 @@ following elements:
*Library name*: all boost library filenames begin with ``boost_``.
``-vc71``
- *Toolset tag*: identifies the toolset and version used to build
+ *Toolset tag*: identifies the toolset_ and version used to build
the binary.
``-mt``
@@ -68,13 +68,13 @@ following elements:
``.a`` and ``.so`` for static libraries (archives) and shared
libraries, respectively. On Windows, ``.dll`` indicates a shared
library and (except for static libraries built by the ``gcc``
- toolset, whose names always end in ``.a``) ``.lib`` indicates a
+ toolset_, whose names always end in ``.a``) ``.lib`` indicates a
static or import library. Where supported by toolsets on unix
variants, a full version extension is added (e.g. ".so.1.34") and
a symbolic link to the library file, named without the trailing
version number, will also be created.
-.. _Boost.Build toolset names: toolset-name_
+.. .. _Boost.Build toolset names: toolset-name_
__ ../../libs/python/doc/building.html#variants
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index 1d4365fd44..29610bed6d 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -27,43 +27,43 @@
.. _`Getting Started on Windows`: windows.html
.. _Cygwin: http://www.cygwin.com
.. _MinGW: http://mingw.org -->
- |