|
0d7ad9f6e2
|
FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED that does not require specifying the types of the fields.
|
2014-06-13 23:04:07 +02:00 |
|
|
3f965e00d3
|
#9516 BOOST_FUSION_AUTO_ADAPT_STRUCT that does not require specifying the types of the fields.
|
2014-06-13 23:04:07 +02:00 |
|
|
fd3a18ce1a
|
flatten/flatten_view/ref
|
2014-04-04 14:38:38 +08:00 |
|
|
085c3c25ca
|
more map tests (including move test)
[SVN r82725]
|
2013-02-04 11:52:18 +00:00 |
|
|
764a31e9f5
|
fixed typo
[SVN r82714]
|
2013-02-04 06:22:50 +00:00 |
|
|
aba201eb4e
|
Added more map tests
[SVN r82712]
|
2013-02-04 06:20:10 +00:00 |
|
|
f760ed7b8f
|
removing c++11 requirements in jamfile (mistakenly added)
[SVN r80865]
|
2012-10-05 06:15:02 +00:00 |
|
|
a856857cb7
|
- Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
- Reverted sequence/iterator.hpp to original <correct-no-workaround> version.
[SVN r80396]
|
2012-09-04 13:42:14 +00:00 |
|
|
35ec74edbc
|
C++11 fixes for deque
[SVN r80391]
|
2012-09-04 05:04:25 +00:00 |
|
|
26ba07f36c
|
move-assign test tweaks
[SVN r80346]
|
2012-09-01 02:02:09 +00:00 |
|
|
5946ab9936
|
deque move-ctor OK on gcc
[SVN r80333]
|
2012-08-31 15:57:49 +00:00 |
|
|
16de1dcd01
|
Added move ctors for vector and deque (deque for gcc partially working for now)
[SVN r80330]
|
2012-08-31 14:32:08 +00:00 |
|
|
136331963a
|
Added test for Ticket #6965
[SVN r79098]
|
2012-06-26 10:14:49 +00:00 |
|
|
70589c53c6
|
BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge
[SVN r78509]
|
2012-05-19 01:24:55 +00:00 |
|
|
159426b8af
|
Added adapter for std::tuple (only for implementations using variadic templates)
[SVN r74547]
|
2011-09-24 13:07:24 +00:00 |
|
|
eb903d71a7
|
enable segmented tests
[SVN r73908]
|
2011-08-19 02:04:40 +00:00 |
|
|
2baebc560a
|
continue great segmented Fusion reorg
[SVN r73834]
|
2011-08-16 23:43:24 +00:00 |
|
|
d9c5b32687
|
new cleaner(?) implementation for segmented fusion
[SVN r73644]
|
2011-08-11 04:14:50 +00:00 |
|
|
690735de20
|
added test for copy
[SVN r70009]
|
2011-03-16 00:02:38 +00:00 |
|
|
088b8a0201
|
Fusion: ADAPT_xxxADTxxx; documentation&new testcase
[SVN r65816]
|
2010-10-07 20:38:54 +00:00 |
|
|
5adcb5b4d2
|
Fusion: BOOST_FUSION_ADAPT_xxxCLASSxxx -> BOOST_FUSION_ADAPT_xxxADTxxx
[SVN r65439]
|
2010-09-16 16:33:25 +00:00 |
|
|
ea89db72cb
|
added reverse_fold/iter_fold/reverse_iter_fold (1)
[SVN r63066]
|
2010-06-17 21:21:37 +00:00 |
|
|
073ce9e4a3
|
added intrusive struct generating macros
[SVN r61018]
|
2010-04-03 13:34:20 +00:00 |
|
|
f84bc30bd3
|
adapt template classes/structs
[SVN r59846]
|
2010-02-22 22:55:54 +00:00 |
|
|
5eb9c03cd2
|
adapt plain old array types (1)
[SVN r59576]
|
2010-02-07 18:22:06 +00:00 |
|
|
c24441c83d
|
Fusion: added tests for adapt_class_named
[SVN r59341]
|
2010-01-29 15:04:57 +00:00 |
|
|
0d5ff2fc01
|
Fusion: added tests for adapt_struct_named
[SVN r59339]
|
2010-01-29 13:49:38 +00:00 |
|
|
fdb399e022
|
Fusion: fixing regression tests
[SVN r56435]
|
2009-09-27 16:36:53 +00:00 |
|
|
10c0665ffa
|
Fusion: added nview and friends, docs and tests
[SVN r56377]
|
2009-09-25 00:21:53 +00:00 |
|
|
8f34038ddd
|
introduces test case for unfusing adapter
[SVN r53906]
|
2009-06-14 18:31:09 +00:00 |
|
|
08a038ad51
|
Fix: remove non-existent test
[SVN r51393]
|
2009-02-22 16:33:27 +00:00 |
|
|
2fdfd41b17
|
updates functional module: only two unfused variants, now
[SVN r51380]
|
2009-02-22 06:24:38 +00:00 |
|
|
e165418461
|
conform to TR1 to the letter
[SVN r48243]
|
2008-08-20 08:20:19 +00:00 |
|
|
f199472458
|
Removing fusion variant adapter
[SVN r42224]
|
2007-12-20 23:28:26 +00:00 |
|
|
09a6da1f80
|
fusion fold and transform passing refs for lvalues as per result_of protocol
[SVN r38039]
|
2007-06-19 21:30:06 +00:00 |
|
|
0fcbc5b467
|
result_of and polymorphic function obj compatibility
[SVN r37962]
|
2007-06-11 07:01:05 +00:00 |
|
|
6097406ca1
|
covering accumulate as part of fusion fold tests
[SVN r37807]
|
2007-05-28 23:13:46 +00:00 |
|
|
dfcadb449b
|
tests for assoc struct adaptor
[SVN r37639]
|
2007-05-08 22:16:09 +00:00 |
|
|
a1b7949dce
|
tests for swap
[SVN r37553]
|
2007-05-01 20:57:15 +00:00 |
|
|
bf05751f9e
|
added BOOST_SPIRIT_ADAPT_STRUCT macro
[SVN r37331]
|
2007-04-02 04:34:24 +00:00 |
|
|
1a1b40925b
|
adds repetitive_view test
[SVN r37257]
|
2007-03-21 18:41:35 +00:00 |
|
|
f8d675d38d
|
added some simple tests for map_tie
[SVN r37248]
|
2007-03-20 21:33:12 +00:00 |
|
|
74724c32dd
|
testing the zip algorithm with unused arg
[SVN r37151]
|
2007-03-06 21:51:06 +00:00 |
|
|
fad42340ad
|
zip ignore capabilities
[SVN r37149]
|
2007-03-06 21:26:54 +00:00 |
|
|
4d65880283
|
removes test for obsolete unpack_args
[SVN r37073]
|
2007-02-25 22:15:08 +00:00 |
|
|
70a39b554f
|
adds test suite for functional module
[SVN r36960]
|
2007-02-15 23:14:42 +00:00 |
|
|
1c542fa544
|
introduces test for deduce / deduce_sequence
[SVN r36812]
|
2007-01-27 10:49:00 +00:00 |
|
|
6ed683b610
|
added deque tests
[SVN r36458]
|
2006-12-18 22:36:43 +00:00 |
|
|
31f5b55766
|
renamed Jamfile.v2 to Jamfile and updated the docs
[SVN r36379]
|
2006-12-14 08:41:22 +00:00 |
|