fusion/test/sequence
2018-01-29 10:34:33 +09:00
..
adapt_adt_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_adt_named_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_adt_named.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_adt.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_assoc_adt_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_assoc_adt_named_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_assoc_adt_named.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_assoc_adt.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_assoc_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_assoc_struct_named_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_assoc_struct_named.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_assoc_struct.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_assoc_tpl_adt_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_assoc_tpl_adt.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_assoc_tpl_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_assoc_tpl_struct.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_struct_named_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_struct_named.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_struct.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_tpl_adt_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_tpl_adt.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adapt_tpl_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
adapt_tpl_struct.cpp Merge pull request #124 from Flast/feature/ticket-11157-remove-BOOST_PP_IS_EMPTY 2016-02-17 04:45:16 +08:00
adt_attribute_proxy.cpp baking segmented Fusion 2011-08-17 18:53:56 +00:00
array.cpp adapt plain old array types (2) 2010-02-07 18:48:09 +00:00
as_deque.cpp - disabling test for now (todo later) 2015-01-05 17:43:35 +08:00
as_list.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
as_map_assoc.cpp Update documents and tests for #8270 from Jamboree. 2015-02-22 01:06:27 +09:00
as_map.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
as_set.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
as_vector.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
back_extended_deque.cpp Fix out of bounds access within {front|back}_extended_deque with empty deque. 2014-12-05 01:39:27 +09:00
boost_array.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
boost_tuple_iterator.cpp Add boost_tuple_iterator_identity to compare iterator correctly. 2014-11-06 17:10:31 +09:00
boost_tuple.cpp Add test for convert seq to tuple 2014-06-09 21:59:06 +09:00
comparison.hpp Bumped copyright date 2011-09-16 05:27:16 +00:00
cons.cpp Fix hard compilation error with nested fusion::cons. 2014-11-11 10:23:36 -05:00
construction.hpp C++11 fixes for deque 2012-09-04 05:04:25 +00:00
conversion.hpp Correct testcase condition. 2016-11-01 02:28:45 +09:00
convert_boost_tuple.cpp Add convert tests for non-assoc containers. 2015-08-25 23:36:32 +09:00
convert_deque.cpp Add convert tests for non-assoc containers. 2015-08-25 23:36:32 +09:00
convert_list.cpp Add convert tests for non-assoc containers. 2015-08-25 23:36:32 +09:00
convert_std_pair.cpp Add convert tests for non-assoc containers. 2015-08-25 23:36:32 +09:00
convert_std_tuple.cpp Use build time config to filter tests. 2017-04-27 22:23:39 +09:00
convert_vector.cpp Add convert tests for non-assoc containers. 2015-08-25 23:36:32 +09:00
convert.hpp Add convert tests for non-assoc containers. 2015-08-25 23:36:32 +09:00
copy.hpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
deduce_sequence.cpp Support removing the C++11 standard reference wrappers. 2015-01-15 18:58:33 +09:00
define_assoc_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
define_assoc_struct_move.cpp DEFINE_STRUCT now allows move construct/assign. 2016-10-19 01:33:43 +09:00
define_assoc_struct.cpp Don't define user-provided special functions. 2016-10-13 00:18:14 +09:00
define_assoc_tpl_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
define_assoc_tpl_struct_move.cpp DEFINE_STRUCT now allows move construct/assign. 2016-10-19 01:33:43 +09:00
define_assoc_tpl_struct.cpp Don't define user-provided special functions. 2016-10-13 00:18:14 +09:00
define_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
define_struct_inline_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
define_struct_inline_move.cpp Use new common CI marker 2018-01-29 10:34:33 +09:00
define_struct_inline.cpp Suppress conversion warnings on MSVC. 2016-02-16 01:02:58 +09:00
define_struct_move.cpp DEFINE_STRUCT now allows move construct/assign. 2016-10-19 01:33:43 +09:00
define_struct.cpp Don't define user-provided special functions. 2016-10-13 00:18:14 +09:00
define_tpl_struct_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
define_tpl_struct_inline_empty.cpp Added tests for adapted empty struct. 2016-10-14 01:47:02 +09:00
define_tpl_struct_inline_move.cpp Use new common CI marker 2018-01-29 10:34:33 +09:00
define_tpl_struct_inline.cpp Suppress conversion warnings on MSVC. 2016-02-16 01:02:58 +09:00
define_tpl_struct_move.cpp DEFINE_STRUCT now allows move construct/assign. 2016-10-19 01:33:43 +09:00
define_tpl_struct.cpp Don't define user-provided special functions. 2016-10-13 00:18:14 +09:00
deque_comparison.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
deque_construction.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
deque_copy.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
deque_hash.cpp add automatic hash function creation 2014-07-24 14:22:55 +02:00
deque_is_constructible.cpp Apply 7fdb320 change into C++98 interface. 2015-08-30 17:13:36 +09:00
deque_iterator.cpp modern c++11 map implemented 2013-02-04 03:46:42 +00:00
deque_make.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
deque_misc.cpp C++ fixes 2013-01-27 07:13:58 +00:00
deque_move.cpp more map tests (including move test) 2013-02-04 11:52:18 +00:00
deque_mutate.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
deque_nest.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
deque_tie.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
deque_value_at.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
filter_view.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
fixture.hpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
flatten_view.cpp Fix block comment style. 2015-09-09 13:35:03 +09:00
front_extended_deque.cpp Fix out of bounds access within {front|back}_extended_deque with empty deque. 2014-12-05 01:39:27 +09:00
github-159.cpp Added test for GitHub issue #159 2017-11-23 22:27:59 +09:00
hash.cpp replaced tabs with 4 spaces 2014-07-24 14:45:45 +02:00
hash.hpp add automatic hash function creation 2014-07-24 14:22:55 +02:00
io.cpp Fixed test to work with an explicit operator bool 2014-01-26 19:06:16 -06:00
iterator_range.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
iterator.hpp Suppress warnings. 2015-06-08 21:41:54 +09:00
joint_view.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_comparison.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_construction.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_copy.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
list_hash.cpp add automatic hash function creation 2014-07-24 14:22:55 +02:00
list_iterator.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_make.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_misc.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_mutate.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_nest.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
list_tie.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
list_value_at.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
make_list.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
make_vector.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
make.hpp Bumped copyright date 2011-09-16 05:27:16 +00:00
map_comparison.cpp Added more map tests 2013-02-04 06:20:10 +00:00
map_construction.cpp Added more map tests 2013-02-04 06:20:10 +00:00
map_copy.cpp Added more map tests 2013-02-04 06:20:10 +00:00
map_misc.cpp Add tests for #3225 2014-11-09 02:55:59 +09:00
map_move.cpp more map tests (including move test) 2013-02-04 11:52:18 +00:00
map_mutate.cpp more map tests (including move test) 2013-02-04 11:52:18 +00:00
map_tie.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
map.cpp Suppress warnings. 2015-06-08 21:41:54 +09:00
misc.hpp Add tests for #3225 2014-11-09 02:55:59 +09:00
move.hpp Fix some warnings within tests. 2015-01-21 01:13:19 +09:00
mutate.hpp Bumped copyright date 2011-09-16 05:27:16 +00:00
nest.hpp Fixed bug in test/sequence/nest.hpp where some results were ignored 2017-07-25 15:29:57 -04:00
nil.cpp Merge pull request #26 from ldionne/master 2014-10-28 08:12:04 +08:00
nview.cpp Clean up GCC warnings. Fixes #3033. 2010-06-12 17:59:10 +00:00
ref_vector.cpp Added test for Ticket #6965 2012-06-26 10:14:49 +00:00
repetitive_view.cpp Fusion 2.1 one more time with care 2007-10-24 02:32:28 +00:00
reverse_view.cpp Made map random access. Thanks to Brandon Kohn! 2011-10-10 09:55:52 +00:00
segmented_iterator_range.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
set.cpp Add tests for #3225 2014-11-09 02:55:59 +09:00
single_view.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
size.cpp Fix testcase for MSVC 10.0. 2015-02-02 04:08:13 +09:00
std_array.cpp Use build time config to filter tests. 2017-04-27 22:23:39 +09:00
std_pair.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
std_tuple_iterator.cpp Use build time config to filter tests. 2017-04-27 22:23:39 +09:00
std_tuple.cpp Use build time config to filter tests. 2017-04-27 22:23:39 +09:00
swap.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
test_deduce_sequence.cpp Fix typo/missing copyright notice, reported by Boost Inspection Report. 2014-11-01 22:12:11 +09:00
tie.hpp Bumped copyright date 2011-09-16 05:27:16 +00:00
traits.hpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
transform_view.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tree.hpp baking segmented Fusion 2011-08-17 18:53:56 +00:00
tuple_comparison.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tuple_construction.cpp Add DISABLE_VARIADIC_VECTOR and SFINAE for c++11 tuple element construction 2016-07-26 14:53:26 -04:00
tuple_conversion.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
tuple_copy.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
tuple_element.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tuple_hash.cpp add automatic hash function creation 2014-07-24 14:22:55 +02:00
tuple_make.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tuple_misc.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tuple_mutate.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tuple_nest.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
tuple_tie.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tuple_traits.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
value_at.hpp Workaround for some tests on C++11 to allow disambiguation of && and const& arguments to ctors 2013-01-27 10:14:16 +00:00
vector_comparison.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
vector_construction.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
vector_conversion.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
vector_copy.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
vector_hash.cpp add automatic hash function creation 2014-07-24 14:22:55 +02:00
vector_iterator.cpp Added adapter for std::tuple (only for implementations using variadic templates) 2011-09-24 13:07:24 +00:00
vector_make.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
vector_misc.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
vector_move.cpp more map tests (including move test) 2013-02-04 11:52:18 +00:00
vector_mutate.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
vector_n.cpp Suppress conversion warnings on MSVC. 2016-02-16 01:02:58 +09:00
vector_nest.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
vector_tie.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
vector_traits.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
vector_value_at.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
zip_view2.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
zip_view_ignore.cpp baking segmented Fusion 2011-08-17 18:53:56 +00:00
zip_view.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00