mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-13 12:36:30 +02:00
Wrong version. Should be 2.2 + fixed copyright notices and dates
[SVN r74886]
This commit is contained in:
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Copyright (C) 2010 Christopher Schmidt
|
||||||
|
|
||||||
Use, modification and distribution is subject to the Boost Software
|
Use, modification and distribution is subject to the Boost Software
|
||||||
|
@ -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
|
Copyright (C) 2010 Christopher Schmidt
|
||||||
|
|
||||||
Use, modification and distribution is subject to the Boost Software
|
Use, modification and distribution is subject to the Boost Software
|
||||||
|
@ -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
|
Copyright (C) 2010 Christopher Schmidt
|
||||||
|
|
||||||
Use, modification and distribution is subject to the Boost Software
|
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)
|
* Sep 27, 2006: Added `boost::tuple` support. (Joel de Guzman)
|
||||||
* Nov 17, 2006: Added `boost::variant` support. (Joel de Guzman)
|
* Nov 17, 2006: Added `boost::variant` support. (Joel de Guzman)
|
||||||
* Feb 15, 2011: Added functional module. (Tobias Schwinger)
|
* Feb 15, 2007: Added functional module. (Tobias Schwinger)
|
||||||
* April 2, 2011: Added struct adapter. (Joel de Guzman)
|
* April 2, 2007: Added struct adapter. (Joel de Guzman)
|
||||||
* May 8, 2011: Added associative struct adapter. (Dan Marsden)
|
* May 8, 2007: Added associative struct adapter. (Dan Marsden)
|
||||||
* Dec 20, 2011: Removed `boost::variant` support. After thorough
|
* Dec 20, 2007: Removed `boost::variant` support. After thorough
|
||||||
investigation, I think now that the move to make variant a
|
investigation, I think now that the move to make variant a
|
||||||
fusion sequence is rather quirky. A variant will always
|
fusion sequence is rather quirky. A variant will always
|
||||||
have a size==1 regardless of the number of types it can contain
|
have a size==1 regardless of the number of types it can contain
|
||||||
@ -38,5 +40,10 @@ This section summarizes significant changes to the Fusion library.
|
|||||||
* October 7, 2010: Added __adapt_adt__, __adapt_tpl_adt__,
|
* October 7, 2010: Added __adapt_adt__, __adapt_tpl_adt__,
|
||||||
__adapt_assoc_adt__ and __adapt_assoc_tpl_adt__ (Joel de Guzman,
|
__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)
|
||||||
|
* October 10, 2011: Made map random access (Brandon Kohn)
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Copyright (C) 2010 Christopher Schmidt
|
||||||
|
|
||||||
Use, modification and distribution is subject to the Boost Software
|
Use, modification and distribution is subject to the Boost Software
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Copyright (C) 2010 Christopher Schmidt
|
||||||
|
|
||||||
Use, modification and distribution is subject to the Boost Software
|
Use, modification and distribution is subject to the Boost Software
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
@ -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
|
Use, modification and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
Reference in New Issue
Block a user