diff --git a/doc/acknowledgements.qbk b/doc/acknowledgements.qbk index 61f7b7c0..da059955 100644 --- a/doc/acknowledgements.qbk +++ b/doc/acknowledgements.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/adapted.qbk b/doc/adapted.qbk index d0dabbae..fd8237cd 100644 --- a/doc/adapted.qbk +++ b/doc/adapted.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Copyright (C) 2010 Christopher Schmidt Use, modification and distribution is subject to the Boost Software diff --git a/doc/algorithm.qbk b/doc/algorithm.qbk index a626c9e3..7402ba33 100644 --- a/doc/algorithm.qbk +++ b/doc/algorithm.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Copyright (C) 2010 Christopher Schmidt Use, modification and distribution is subject to the Boost Software diff --git a/doc/changelog.qbk b/doc/changelog.qbk index 98de599f..91406c7b 100644 --- a/doc/changelog.qbk +++ b/doc/changelog.qbk @@ -1,5 +1,7 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden + Copyright (C) 2006 Tobias Schwinger Copyright (C) 2010 Christopher Schmidt Use, modification and distribution is subject to the Boost Software @@ -12,10 +14,10 @@ This section summarizes significant changes to the Fusion library. * Sep 27, 2006: Added `boost::tuple` support. (Joel de Guzman) * Nov 17, 2006: Added `boost::variant` support. (Joel de Guzman) -* Feb 15, 2011: Added functional module. (Tobias Schwinger) -* April 2, 2011: Added struct adapter. (Joel de Guzman) -* May 8, 2011: Added associative struct adapter. (Dan Marsden) -* Dec 20, 2011: Removed `boost::variant` support. After thorough +* Feb 15, 2007: Added functional module. (Tobias Schwinger) +* April 2, 2007: Added struct adapter. (Joel de Guzman) +* May 8, 2007: Added associative struct adapter. (Dan Marsden) +* Dec 20, 2007: Removed `boost::variant` support. After thorough investigation, I think now that the move to make variant a fusion sequence is rather quirky. A variant will always have a size==1 regardless of the number of types it can contain @@ -37,6 +39,10 @@ This section summarizes significant changes to the Fusion library. (Christopher Schmidt) * October 7, 2010: Added __adapt_adt__, __adapt_tpl_adt__, __adapt_assoc_adt__ and __adapt_assoc_tpl_adt__ (Joel de Guzman, - Hartmut Kaiser and Christopher Schmidt) + Hartmut Kaiser and Christopher Schmidt) +* August 29, 2011: Added support for segmented sequences and iterators (Eric Niebler) +* September 16, 2011: Added preprocessed files (using wave) to speed up + compilation (Joel de Guzman) +* October 8, 2011: Added adaptor for std::tuple (Joel de Guzman) [endsect] diff --git a/doc/container.qbk b/doc/container.qbk index 34d02cd9..72b2229b 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/extension.qbk b/doc/extension.qbk index ae770bd0..354bc13e 100644 --- a/doc/extension.qbk +++ b/doc/extension.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/functional.qbk b/doc/functional.qbk index d587290b..d6b60b0c 100644 --- a/doc/functional.qbk +++ b/doc/functional.qbk @@ -1,5 +1,5 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2006 Tobias Schwinger Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/fusion.qbk b/doc/fusion.qbk index ac8bced9..a6202ab3 100644 --- a/doc/fusion.qbk +++ b/doc/fusion.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Copyright (C) 2010 Christopher Schmidt Use, modification and distribution is subject to the Boost Software diff --git a/doc/introduction.qbk b/doc/introduction.qbk index 48945b9f..f8979bfc 100644 --- a/doc/introduction.qbk +++ b/doc/introduction.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/iterator.qbk b/doc/iterator.qbk index a4b75858..ff768f92 100644 --- a/doc/iterator.qbk +++ b/doc/iterator.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/notes.qbk b/doc/notes.qbk index bb4e343a..6c1b883c 100644 --- a/doc/notes.qbk +++ b/doc/notes.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Copyright (C) 2010 Christopher Schmidt Use, modification and distribution is subject to the Boost Software diff --git a/doc/organization.qbk b/doc/organization.qbk index df481115..e3dd7fb4 100644 --- a/doc/organization.qbk +++ b/doc/organization.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/preface.qbk b/doc/preface.qbk index 42be72dc..cdf0114f 100644 --- a/doc/preface.qbk +++ b/doc/preface.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/quick_start.qbk b/doc/quick_start.qbk index 0bd7c946..e6e6c3c1 100644 --- a/doc/quick_start.qbk +++ b/doc/quick_start.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/references.qbk b/doc/references.qbk index 98e1fc3b..d0d63019 100644 --- a/doc/references.qbk +++ b/doc/references.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/sequence.qbk b/doc/sequence.qbk index 0f19f44e..c95fd51a 100644 --- a/doc/sequence.qbk +++ b/doc/sequence.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/support.qbk b/doc/support.qbk index 27cbded1..4a040015 100644 --- a/doc/support.qbk +++ b/doc/support.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/tuple.qbk b/doc/tuple.qbk index d3ed713a..3be81bbe 100644 --- a/doc/tuple.qbk +++ b/doc/tuple.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/view.qbk b/doc/view.qbk index 328deb8e..de39c694 100644 --- a/doc/view.qbk +++ b/doc/view.qbk @@ -1,5 +1,6 @@ [/============================================================================== - Copyright (C) 2001-2011 Joel de Guzman, Dan Marsden, Tobias Schwinger + Copyright (C) 2001-2011 Joel de Guzman + Copyright (C) 2006 Dan Marsden Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at