core/test
2018-07-08 09:25:07 -04:00
..
swap Switch swap tests to lightweight_test. 2014-08-09 12:54:49 +03:00
addressof_constexpr_test.cpp Disable addressof for r-values when possible 2017-04-23 02:04:54 -04:00
addressof_fail_rvalue.cpp Disable addressof for r-values when possible 2017-04-23 02:04:54 -04:00
addressof_fn_test.cpp Move and rename test files. 2014-06-01 01:31:54 +03:00
addressof_np_test.cpp Move and rename test files. 2014-06-01 01:31:54 +03:00
addressof_test2.cpp Move and rename test files. 2014-06-01 01:31:54 +03:00
addressof_test.cpp Move and rename test files. 2014-06-01 01:31:54 +03:00
checked_delete_fail2.cpp Add more checked_delete tests, a visit_each test. 2014-06-03 21:02:36 +03:00
checked_delete_fail.cpp Add more checked_delete tests, a visit_each test. 2014-06-03 21:02:36 +03:00
checked_delete_test.cpp Add more checked_delete tests, a visit_each test. 2014-06-03 21:02:36 +03:00
demangle_test.cpp Add missing #include <typeinfo> per Trac ticket 11094. 2015-03-11 00:27:15 +02:00
demangled_name_test.cpp Removed tab. 2014-06-07 03:51:27 +04:00
detail_iterator_test.cpp Fix detail_iterator_test.cpp for libc++. 2014-06-07 01:01:08 +03:00
eif_constructors.cpp Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
eif_dummy_arg_disambiguation.cpp Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
eif_lazy_test.cpp Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
eif_lazy.cpp Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
eif_member_templates.cpp Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
eif_namespace_disambiguation.cpp Remove test dependency on mpl/not.hpp. 2016-05-21 20:07:35 +03:00
eif_no_disambiguation.cpp Remove test dependency on mpl/not.hpp. 2016-05-21 20:07:35 +03:00
eif_partial_specializations.cpp Fix test for enable_if_has_type 2015-08-18 08:59:05 +02:00
exchange_move_test.cpp Implement boost::exchange 2018-07-08 09:25:07 -04:00
exchange_test.cpp Implement boost::exchange 2018-07-08 09:25:07 -04:00
explicit_operator_bool_compile_fail_conv_int.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
explicit_operator_bool_compile_fail_conv_pvoid.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
explicit_operator_bool_compile_fail_delete.cpp Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log. 2014-06-01 21:55:26 +04:00
explicit_operator_bool_compile_fail_shift.cpp Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log. 2014-06-01 21:55:26 +04:00
explicit_operator_bool_noexcept.cpp Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro. 2014-06-01 21:55:26 +04:00
explicit_operator_bool.cpp Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro. 2014-06-01 21:55:26 +04:00
get_pointer_test.cpp Add get_pointer tests for 0 2017-05-10 20:22:19 +03:00
ignore_unused_test.cpp [core] Add/improve ignore_unused() function specifiers. 2015-04-12 15:08:55 +02:00
is_same_test.cpp Split BOOST_TEST_TRAIT_* into lightweight_test_trait.hpp. 2014-06-06 15:17:16 +03:00
iterator_test.cpp Split BOOST_TEST_TRAIT_* into lightweight_test_trait.hpp. 2014-06-06 15:17:16 +03:00
Jamfile.v2 Implement boost::exchange 2018-07-08 09:25:07 -04:00
lightweight_test_all_eq_test.cpp Renamed test suite for BOOST_TEST_ALL_EQ 2017-02-13 15:58:15 +01:00
lightweight_test_all_with_fail.cpp Moved failing test to separate file 2017-02-18 19:52:12 +01:00
lightweight_test_all_with_test.cpp Moved failing test to separate file 2017-02-18 19:52:12 +01:00
lightweight_test_eq_nullptr.cpp Make BOOST_TEST_EQ/NE work with nullptr 2017-05-29 21:15:49 +03:00
lightweight_test_fail2.cpp Add tests for lightweight_test.hpp. 2014-06-05 16:57:22 +03:00
lightweight_test_fail3.cpp Add tests for lightweight_test.hpp. 2014-06-05 16:57:22 +03:00
lightweight_test_fail4.cpp Add tests for lightweight_test.hpp. 2014-06-05 16:57:22 +03:00
lightweight_test_fail5.cpp Add tests for lightweight_test.hpp. 2014-06-05 16:57:22 +03:00
lightweight_test_fail6.cpp Add tests for lightweight_test.hpp. 2014-06-05 16:57:22 +03:00
lightweight_test_fail7.cpp Split BOOST_TEST_TRAIT_* into lightweight_test_trait.hpp. 2014-06-06 15:17:16 +03:00
lightweight_test_fail8.cpp Split BOOST_TEST_TRAIT_* into lightweight_test_trait.hpp. 2014-06-06 15:17:16 +03:00
lightweight_test_fail9.cpp more compared code following suggestion from Glen Fernandes and testing expected failures 2017-02-07 15:05:08 +00:00
lightweight_test_fail10.cpp more compared code following suggestion from Glen Fernandes and testing expected failures 2017-02-07 15:05:08 +00:00
lightweight_test_fail.cpp Add tests for lightweight_test.hpp. 2014-06-05 16:57:22 +03:00
lightweight_test_ge_fail.cpp Added BOOST_TEST_GT and BOOST_TEST_GE. 2017-06-18 01:10:43 +09:00
lightweight_test_gt_fail.cpp Added BOOST_TEST_GT and BOOST_TEST_GE. 2017-06-18 01:10:43 +09:00
lightweight_test_gt_ge_test.cpp Added BOOST_TEST_GT and BOOST_TEST_GE. 2017-06-18 01:10:43 +09:00
lightweight_test_le_fail.cpp Add BOOST_TEST_LT, BOOST_TEST_LE 2017-03-16 01:31:43 +02:00
lightweight_test_lt_fail.cpp Add BOOST_TEST_LT, BOOST_TEST_LE 2017-03-16 01:31:43 +02:00
lightweight_test_lt_le_test.cpp Add BOOST_TEST_LT, BOOST_TEST_LE 2017-03-16 01:31:43 +02:00
lightweight_test_test2.cpp Split BOOST_TEST_TRAIT_* into lightweight_test_trait.hpp. 2014-06-06 15:17:16 +03:00
lightweight_test_test.cpp Added BOOST_TEST_ALL_EQ macro to compare container contents 2017-02-11 15:03:45 +01:00
noncopyable_compile_fail.cpp Removed trailing spaces. 2014-06-12 20:05:59 +04:00
pointer_traits_difference_type_test.cpp Add pointer_traits with to_address 2017-05-17 08:09:05 -04:00
pointer_traits_element_type_test.cpp Add pointer_traits with to_address 2017-05-17 08:09:05 -04:00
pointer_traits_pointer_test.cpp Add pointer_traits with to_address 2017-05-17 08:09:05 -04:00
pointer_traits_pointer_to_test.cpp Add pointer_traits with to_address 2017-05-17 08:09:05 -04:00
pointer_traits_rebind_test.cpp Add pointer_traits with to_address 2017-05-17 08:09:05 -04:00
quick.cpp Add quick test target 2017-09-04 15:32:13 +03:00
ref_ct_test.cpp Switch ref_ct_test to core::is_same. 2014-06-10 03:41:03 +03:00
ref_cv_test.cpp Add ref_cv_test 2017-02-02 18:40:06 +02:00
ref_fn_test.cpp Copy ref_fn_test from libs/bind. 2014-06-10 04:51:38 +03:00
ref_implicit_fail2.cpp Added negative tests for rvalue to reference_wrapper implicit conversion. 2014-06-10 03:21:22 +03:00
ref_implicit_fail.cpp Added negative tests for rvalue to reference_wrapper implicit conversion. 2014-06-10 03:21:22 +03:00
ref_ref_test.cpp Remove reference-collapsing overloads of ref and cref. 2014-07-15 12:06:55 +03:00
ref_rv_fail1.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
ref_rv_fail2.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
ref_rv_fail3.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
ref_rv_fail4.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
ref_rv_fail5.cpp Silenced warnings about unused variables. 2016-11-07 17:56:45 +03:00
ref_test.cpp Add Jamfile.v2; make ref_test use lightweight_test.hpp. 2014-06-01 01:48:14 +03:00
scoped_enum_compile_fail_conv_from_int.cpp Added tests for scoped enums and underlying_type. Fixed a bug with native_value(). Fixed a bug that allowed implicit conversions of scoped enums to int (at least with clang 3.4). 2014-06-07 02:30:29 +04:00
scoped_enum_compile_fail_conv_to_int.cpp Added tests for scoped enums and underlying_type. Fixed a bug with native_value(). Fixed a bug that allowed implicit conversions of scoped enums to int (at least with clang 3.4). 2014-06-07 02:30:29 +04:00
scoped_enum.cpp Added tests for scoped enums and underlying_type. Fixed a bug with native_value(). Fixed a bug that allowed implicit conversions of scoped enums to int (at least with clang 3.4). 2014-06-07 02:30:29 +04:00
sp_typeinfo_test.cpp Merge [58275], [58306] to release. 2014-06-03 20:31:07 +03:00
to_address_test.cpp Only checking BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION is sufficient 2018-01-27 09:42:02 -05:00
typeinfo_test.cpp Move sp_typeinfo to core; add BOOST_TEST_TRAIT_*; add core::is_same; add more tests using those. 2014-06-06 02:34:46 +03:00
underlying_type.cpp Added tests for scoped enums and underlying_type. Fixed a bug with native_value(). Fixed a bug that allowed implicit conversions of scoped enums to int (at least with clang 3.4). 2014-06-07 02:30:29 +04:00
visit_each_test.cpp Add more checked_delete tests, a visit_each test. 2014-06-03 21:02:36 +03:00