core/test
2019-10-11 17:19:01 +03:00
..
cmake_subdir_test Add test/cmake_subdir_test 2019-01-12 21:25:10 +02:00
swap Add compile-fail test for const boost::Wrapper 2018-10-24 12:06:45 +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
alloc_construct_cxx11_test.cpp Update test and documentation 2019-05-13 23:43:57 -04:00
alloc_construct_test.cpp Add alloc_construct_n overload for input iterators 2019-05-11 12:50:39 -04:00
alloc_construct_throws_test.cpp Move construct and destroy from Smart_Ptr to Core 2019-05-03 08:54:09 -04: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
default_allocator_test.cpp Support C++03 implementations that require reference and const_pointer 2019-04-27 06:15:24 -04: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
empty_value_final_test.cpp Update empty_value test cases 2019-02-19 02:09:54 -05:00
empty_value_size_test.cpp Implement empty_value 2018-08-24 16:24:34 -04:00
empty_value_test.cpp Update empty_value test cases 2019-02-19 02:09:54 -05:00
exchange_move_test.cpp Simplify exchange implementation for pre-C++11 2018-07-09 08:48:50 -04:00
exchange_test.cpp Simplify test case; type does not need to be noncopyable 2018-07-12 21:48:05 -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
first_scalar_constexpr_test.cpp Implement first_scalar 2019-05-13 15:04:26 -04:00
first_scalar_test.cpp Implement first_scalar 2019-05-13 15:04: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 Disable Wsign-compare on gcc 4.4.7 2019-10-11 17:19:01 +03:00
lib_typeid.cpp Fix test to compare typeinfo rather than its address 2018-10-21 18:44:34 +03:00
lightweight_test_all_eq_test.cpp Check number of failures in lightweight_test_all_with_eq, lightweight_test_all_with_fail 2019-04-20 10:11:16 +03:00
lightweight_test_all_with_fail.cpp Check number of failures in lightweight_test_all_with_eq, lightweight_test_all_with_fail 2019-04-20 10:11:16 +03: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 In lightweight_test_eq_nullptr, test with nullptr as first argument as well 2018-08-07 17:43:38 +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_fail11.cpp Suppress MSVC error dialogs and add test for report_errors() 2018-09-04 21:16:36 -04:00
lightweight_test_fail12.cpp Fix expected failures when no rvalue references 2019-04-20 13:09:18 +03: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_test3.cpp Add lightweight_test_test3 2018-08-07 17:58:23 +03:00
lightweight_test_test4.cpp Add BOOST_TEST_TRAIT_SAME 2019-02-06 02:02:40 +02:00
lightweight_test_test5.cpp Test that BOOST_TEST_EQ doesn't emit sign-compare warnings 2019-10-11 16:02:45 +03:00
lightweight_test_test.cpp Added BOOST_TEST_ALL_EQ macro to compare container contents 2017-02-11 15:03:45 +01:00
no_exceptions_support_test.cpp Add no_exceptions_support_test 2019-04-19 17:32:05 +03:00
noinit_adaptor_test.cpp Update order of includes in noinit_adaptor_test.cpp 2019-05-02 10:20:58 -04:00
noncopyable_compile_fail.cpp Removed trailing spaces. 2014-06-12 20:05:59 +04:00
nvp_test.cpp Add BOOST_NVP convenience macro 2019-09-16 02:15:53 -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_exit_fail.cpp Add initial implementation of quick_exit 2018-09-05 17:06:42 +03:00
quick_exit_test.cpp Add initial implementation of quick_exit 2018-09-05 17:06:42 +03:00
quick.cpp Mark detail/sp_typeinfo.hpp as deprecated 2019-04-22 17:28:31 +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 Mark detail/sp_typeinfo.hpp as deprecated 2019-04-22 17:28:31 +03:00
test_lib_typeid.cpp Fix test to compare typeinfo rather than its address 2018-10-21 18:44:34 +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
uncaught_exceptions_np.cpp Extracted uncaught_exceptions function from Boost.Log. 2018-11-10 17:44:13 +03:00
uncaught_exceptions.cpp Extracted uncaught_exceptions function from Boost.Log. 2018-11-10 17:44:13 +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
use_default_test.cpp Add use_default to Core 2019-02-22 16:51:33 -05:00
visit_each_test.cpp Add more checked_delete tests, a visit_each test. 2014-06-03 21:02:36 +03:00