Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74887 - branches/release/libs/fusion/doc
From: joel_at_[hidden]
Date: 2011-10-10 06:38:39


Author: djowel
Date: 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
New Revision: 74887
URL: http://svn.boost.org/trac/boost/changeset/74887

Log:
Bumped copyright date and version to 2.1 (it's about time!) + fixed copyright notices and dates.
Text files modified:
   branches/release/libs/fusion/doc/acknowledgements.qbk | 3 ++-
   branches/release/libs/fusion/doc/adapted.qbk | 3 ++-
   branches/release/libs/fusion/doc/algorithm.qbk | 3 ++-
   branches/release/libs/fusion/doc/changelog.qbk | 18 ++++++++++++------
   branches/release/libs/fusion/doc/container.qbk | 3 ++-
   branches/release/libs/fusion/doc/extension.qbk | 3 ++-
   branches/release/libs/fusion/doc/functional.qbk | 2 +-
   branches/release/libs/fusion/doc/fusion.qbk | 3 ++-
   branches/release/libs/fusion/doc/introduction.qbk | 3 ++-
   branches/release/libs/fusion/doc/iterator.qbk | 3 ++-
   branches/release/libs/fusion/doc/notes.qbk | 3 ++-
   branches/release/libs/fusion/doc/organization.qbk | 3 ++-
   branches/release/libs/fusion/doc/preface.qbk | 3 ++-
   branches/release/libs/fusion/doc/quick_start.qbk | 3 ++-
   branches/release/libs/fusion/doc/references.qbk | 3 ++-
   branches/release/libs/fusion/doc/sequence.qbk | 3 ++-
   branches/release/libs/fusion/doc/support.qbk | 3 ++-
   branches/release/libs/fusion/doc/tuple.qbk | 3 ++-
   branches/release/libs/fusion/doc/view.qbk | 3 ++-
   19 files changed, 47 insertions(+), 24 deletions(-)

Modified: branches/release/libs/fusion/doc/acknowledgements.qbk
==============================================================================
--- branches/release/libs/fusion/doc/acknowledgements.qbk (original)
+++ branches/release/libs/fusion/doc/acknowledgements.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/adapted.qbk
==============================================================================
--- branches/release/libs/fusion/doc/adapted.qbk (original)
+++ branches/release/libs/fusion/doc/adapted.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/algorithm.qbk
==============================================================================
--- branches/release/libs/fusion/doc/algorithm.qbk (original)
+++ branches/release/libs/fusion/doc/algorithm.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/changelog.qbk
==============================================================================
--- branches/release/libs/fusion/doc/changelog.qbk (original)
+++ branches/release/libs/fusion/doc/changelog.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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 @@
 
 * 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 @@
   (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]

Modified: branches/release/libs/fusion/doc/container.qbk
==============================================================================
--- branches/release/libs/fusion/doc/container.qbk (original)
+++ branches/release/libs/fusion/doc/container.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/extension.qbk
==============================================================================
--- branches/release/libs/fusion/doc/extension.qbk (original)
+++ branches/release/libs/fusion/doc/extension.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/functional.qbk
==============================================================================
--- branches/release/libs/fusion/doc/functional.qbk (original)
+++ branches/release/libs/fusion/doc/functional.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/fusion.qbk
==============================================================================
--- branches/release/libs/fusion/doc/fusion.qbk (original)
+++ branches/release/libs/fusion/doc/fusion.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/introduction.qbk
==============================================================================
--- branches/release/libs/fusion/doc/introduction.qbk (original)
+++ branches/release/libs/fusion/doc/introduction.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/iterator.qbk
==============================================================================
--- branches/release/libs/fusion/doc/iterator.qbk (original)
+++ branches/release/libs/fusion/doc/iterator.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/notes.qbk
==============================================================================
--- branches/release/libs/fusion/doc/notes.qbk (original)
+++ branches/release/libs/fusion/doc/notes.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/organization.qbk
==============================================================================
--- branches/release/libs/fusion/doc/organization.qbk (original)
+++ branches/release/libs/fusion/doc/organization.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/preface.qbk
==============================================================================
--- branches/release/libs/fusion/doc/preface.qbk (original)
+++ branches/release/libs/fusion/doc/preface.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/quick_start.qbk
==============================================================================
--- branches/release/libs/fusion/doc/quick_start.qbk (original)
+++ branches/release/libs/fusion/doc/quick_start.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/references.qbk
==============================================================================
--- branches/release/libs/fusion/doc/references.qbk (original)
+++ branches/release/libs/fusion/doc/references.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/sequence.qbk
==============================================================================
--- branches/release/libs/fusion/doc/sequence.qbk (original)
+++ branches/release/libs/fusion/doc/sequence.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/support.qbk
==============================================================================
--- branches/release/libs/fusion/doc/support.qbk (original)
+++ branches/release/libs/fusion/doc/support.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/tuple.qbk
==============================================================================
--- branches/release/libs/fusion/doc/tuple.qbk (original)
+++ branches/release/libs/fusion/doc/tuple.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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

Modified: branches/release/libs/fusion/doc/view.qbk
==============================================================================
--- branches/release/libs/fusion/doc/view.qbk (original)
+++ branches/release/libs/fusion/doc/view.qbk 2011-10-10 06:38:37 EDT (Mon, 10 Oct 2011)
@@ -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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk