]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fusion/doc/changelog.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fusion / doc / changelog.qbk
1 [/==============================================================================
2 Copyright (C) 2001-2011 Joel de Guzman
3 Copyright (C) 2006 Dan Marsden
4 Copyright (C) 2006 Tobias Schwinger
5 Copyright (C) 2010 Christopher Schmidt
6
7 Use, modification and distribution is subject to the Boost Software
8 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9 http://www.boost.org/LICENSE_1_0.txt)
10 ===============================================================================/]
11 [section Change log]
12
13 This section summarizes significant changes to the Fusion library.
14
15 * Sep 27, 2006: Added `boost::tuple` support. (Joel de Guzman)
16 * Nov 17, 2006: Added `boost::variant` support. (Joel de Guzman)
17 * Feb 15, 2007: Added functional module. (Tobias Schwinger)
18 * April 2, 2007: Added struct adapter. (Joel de Guzman)
19 * May 8, 2007: Added associative struct adapter. (Dan Marsden)
20 * Dec 20, 2007: Removed `boost::variant` support. After thorough
21 investigation, I think now that the move to make variant a
22 fusion sequence is rather quirky. A variant will always
23 have a size==1 regardless of the number of types it can contain
24 and there's no way to know at compile time what it contains.
25 Iterating over its types is simply wrong. All these imply that
26 the variant is *not* a fusion sequence. (Joel de Guzman)
27 * Oct 12, 2009: The accumulator is the first argument to the functor of
28 __fold__ and __accumulate__. (Christopher Schmidt)
29 * Oct 30, 2009: Added support for associative iterators and views. (Christopher
30 Schmidt)
31 * March 1, 2010: Added __adapt_struct_named__ and __adapt_struct_named_ns__
32 (Hartmut Kaiser)
33 * April 4, 2010: Added __array__ support, __adapt_tpl_struct__,
34 __adapt_assoc_tpl_struct__, __adapt_assoc_struct_named__ and
35 __adapt_assoc_struct_named_ns__ (Christopher Schmidt)
36 * April 5, 2010: Added __define_struct__, __define_tpl_struct__,
37 __define_assoc_struct__ and __define_assoc_tpl_struct__ (Christopher Schmidt)
38 * June 18, 2010: Added __reverse_fold__, __iter_fold__ and __reverse_iter_fold__
39 (Christopher Schmidt)
40 * October 7, 2010: Added __adapt_adt__, __adapt_tpl_adt__,
41 __adapt_assoc_adt__ and __adapt_assoc_tpl_adt__ (Joel de Guzman,
42 Hartmut Kaiser and Christopher Schmidt)
43 * August 29, 2011: Added support for segmented sequences and iterators (Eric Niebler)
44 * September 16, 2011: Added preprocessed files (using wave) to speed up
45 compilation (Joel de Guzman)
46 * October 8, 2011: Added adaptor for std::tuple (Joel de Guzman)
47 * October 10, 2011: Made map random access (Brandon Kohn)
48 * April 7, 2012: Added C++11 version of deque
49 * May 19, 2012: Added BOOST_FUSION_DEFINE_STRUCT_INLINE by Nathan Ridge
50 * September 1, 2012: Added move support for deque and vector
51
52 [endsect]