From bf95dbc0f746df6382d2dbd019dfe438452f82bb Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Sat, 25 Oct 2025 13:32:14 +0200 Subject: [PATCH] Review the various big obj spellings --- test/Jamfile.v2 | 156 ++++++++++++++++++++++++------------------------ 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d3ad81dd..670d25a6 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -119,19 +119,19 @@ test-suite arithmetic_tests : [ run test_arithmetic_backend_concept.cpp no_eh_support ] [ compile test_arithmetic_skeleton.cpp ] - [ run test_arithmetic_df.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_dec_float_1.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_dec_float_2.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_dec_float_3.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_dec_float_3m.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_df.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_dec_float_1.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_dec_float_2.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_dec_float_3.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_dec_float_3m.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_1.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_2.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_2m.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_3.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_4.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_5.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_bin_float_6.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] [ requires cxx17_if_constexpr ] ] + [ run test_arithmetic_cpp_bin_float_1.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_bin_float_2.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_bin_float_2m.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_bin_float_3.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_bin_float_4.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_bin_float_5.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_bin_float_6.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] [ requires cxx17_if_constexpr ] ] [ run test_arithmetic_mpf_50.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_mpf.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] @@ -148,30 +148,30 @@ test-suite arithmetic_tests : [ run test_arithmetic_tommath_rat.cpp $(TOMMATH) no_eh_support : : : [ check-target-builds ../config//has_tommath : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_tommath_br.cpp /boost/rational//boost_rational $(TOMMATH) no_eh_support : : : [ check-target-builds ../config//has_tommath : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_1.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_2.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_3.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_4.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_5.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_6.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_7.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_8.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_9.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_10.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_11.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_12.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_13.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_14.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_15.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_16.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_17.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_18.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_19.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_20.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_21.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_22.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_23.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_br.cpp no_eh_support /boost/rational//boost_rational : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_1.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_2.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_3.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_4.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_5.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_6.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_7.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_8.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_9.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_10.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_11.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_12.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_13.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_14.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_15.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_16.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_17.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_18.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_19.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_20.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_21.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_22.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_23.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_br.cpp no_eh_support /boost/rational//boost_rational : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_ab_1.cpp no_eh_support : : : [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_ab_2.cpp no_eh_support : : : [ check-target-builds ../config//has_float128 : quadmath ] ] @@ -181,32 +181,32 @@ test-suite arithmetic_tests : [ run test_various_edges.cpp no_eh_support ] [ run test_various_edges_more.cpp no_eh_support ] - [ run test_arithmetic_logged_1.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_logged_2.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_logged_1.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_logged_2.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_dbg_adptr1.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_dbg_adptr1m.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_dbg_adptr2.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_dbg_adptr1.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_dbg_adptr1m.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_dbg_adptr2.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_complex_dbg_adptr.cpp : : : msvc:-bigobj gcc-mingw:\"-Wa,-mbig-obj\" [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_dbg_adptr.cpp : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_rat_dbg_adptr.cpp : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpf_dbg_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpc_dbg_adptr.cpp mpc mpfr gmp : : : msvc:-bigobj [ check-target-builds ../config//has_mpc : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpfi_dbg_adptr.cpp mpfi mpfr gmp : : : msvc:-bigobj [ check-target-builds ../config//has_mpfi : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpfr_dbg_adptr.cpp mpfr gmp : : : msvc:-bigobj [ check-target-builds ../config//has_mpfr : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpq_dbg_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpz_dbg_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_complex_dbg_adptr.cpp : : : gcc-mingw:-Wa,-mbig-obj msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_dbg_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_rat_dbg_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpf_dbg_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpc_dbg_adptr.cpp mpc mpfr gmp : : : msvc:/bigobj [ check-target-builds ../config//has_mpc : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpfi_dbg_adptr.cpp mpfi mpfr gmp : : : msvc:/bigobj [ check-target-builds ../config//has_mpfi : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpfr_dbg_adptr.cpp mpfr gmp : : : msvc:/bigobj [ check-target-builds ../config//has_mpfr : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpq_dbg_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpz_dbg_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_complex_logged_adptr.cpp : : : msvc:-bigobj gcc-mingw:\"-Wa,-mbig-obj\" [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_int_logged_adptr.cpp : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_rat_logged_adptr.cpp : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpf_logged_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpc_logged_adptr.cpp mpc mpfr gmp : : : msvc:-bigobj [ check-target-builds ../config//has_mpc : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpfi_logged_adptr.cpp mpfi mpfr gmp : : : msvc:-bigobj [ check-target-builds ../config//has_mpfi : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpfr_logged_adptr.cpp mpfr gmp : : : msvc:-bigobj [ check-target-builds ../config//has_mpfr : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpq_logged_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_mpz_logged_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_complex_logged_adptr.cpp : : : gcc-mingw:-Wa,-mbig-obj msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_int_logged_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_rat_logged_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpf_logged_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpc_logged_adptr.cpp mpc mpfr gmp : : : msvc:/bigobj [ check-target-builds ../config//has_mpc : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpfi_logged_adptr.cpp mpfi mpfr gmp : : : msvc:/bigobj [ check-target-builds ../config//has_mpfi : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpfr_logged_adptr.cpp mpfr gmp : : : msvc:/bigobj [ check-target-builds ../config//has_mpfr : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpq_logged_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_mpz_logged_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_mpfi_50.cpp mpfi mpfr gmp no_eh_support : : : [ check-target-builds ../config//has_mpfi : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] @@ -221,7 +221,7 @@ test-suite arithmetic_tests : [ run test_complex.cpp : : : [ check-target-builds ../config//has_mpc : TEST_MPC mpc mpfr gmp ] [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_complex.cpp : : : [ check-target-builds ../config//has_float128 : quadmath ] TEST_CPP_DOUBLE_FLOAT : test_complex_cpp_double_fp ] [ run test_arithmetic_complex_adaptor.cpp : : : [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_complex_adaptor_2.cpp : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_complex_adaptor_2.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_complex128.cpp : : : [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_signed_zero.cpp : : : TEST_CPP_BIN_FLOAT [ requires cxx17_if_constexpr ] : test_signed_zero_cpp_bin_float ] @@ -1335,16 +1335,16 @@ test-suite standalone : [ requires cxx14_constexpr cxx17_if_constexpr ] [ check-target-builds ../config//has_float128 : quadmath : no ] ] [ run standalone_test_arithmetic_complex128.cpp : : : [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_cpp_bin_float.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_cpp_dec_float.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_cpp_int.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_int512.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_cpp_rational.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_cpp_bin_float.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_cpp_dec_float.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_cpp_int.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_int512.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_cpp_rational.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run standalone_test_arithmetic_tommath.cpp $(TOMMATH) no_eh_support : : : [ check-target-builds ../config//has_tommath : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] [ run standalone_test_arithmetic_float_128.cpp quadmath no_eh_support : : : [ check-target-builds ../config//has_float128 : : no ] ] [ run standalone_test_arithmetic_gmp.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_mpf_logged_adptr.cpp gmp : : : msvc:-bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run standalone_test_arithmetic_cpp_double_fp.cpp no_eh_support : : : msvc:-bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_mpf_logged_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run standalone_test_arithmetic_cpp_double_fp.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run standalone_test_miller_rabin.cpp no_eh_support gmp : # command line @@ -1391,7 +1391,7 @@ rule get_specfun_tests_mpfr speed BOOST_ALL_NO_LIB BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE - msvc:-bigobj + msvc:/bigobj /boost/math//testing release : $(source:B)_mpfr ] ; @@ -1406,7 +1406,7 @@ rule get_specfun_tests_mpfr speed BOOST_ALL_NO_LIB TEST_PRECISION=$(digits) - msvc:-bigobj + msvc:/bigobj [ check-target-builds ../config//has_mpfr : TEST_MPFR gmp mpfr : no ] [ check-target-builds ../config//has_float128 : quadmath ] /boost/math//testing @@ -1433,7 +1433,7 @@ rule get_specfun_tests_gmp speed TEST_MPF_50 BOOST_ALL_NO_LIB - msvc:-bigobj + msvc:/bigobj /boost/math//testing release : $(source:B)_mpf ] ; @@ -1448,7 +1448,7 @@ rule get_specfun_tests_gmp speed BOOST_ALL_NO_LIB TEST_PRECISION=$(digits) - msvc:-bigobj + msvc:/bigobj [ check-target-builds ../config//has_gmp : TEST_MPF gmp : no ] [ check-target-builds ../config//has_float128 : quadmath ] /boost/math//testing @@ -1472,7 +1472,7 @@ rule get_specfun_tests_cpp_dec_float [ check-target-builds ../config//has_float128 : quadmath ] TEST_CPP_DEC_FLOAT BOOST_ALL_NO_LIB - msvc:-bigobj + msvc:/bigobj /boost/math//testing release : $(source:B)_cpp_dec_float ] ; @@ -1487,7 +1487,7 @@ rule get_specfun_tests_cpp_dec_float speed BOOST_ALL_NO_LIB TEST_PRECISION=$(digits) - msvc:-bigobj + msvc:/bigobj TEST_CPP_DEC_FLOAT /boost/math//testing release @@ -1508,7 +1508,7 @@ rule get_specfun_tests_cpp_bin_float : # requirements TEST_CPP_BIN_FLOAT BOOST_ALL_NO_LIB - msvc:-bigobj + msvc:/bigobj /boost/math//testing release [ check-target-builds ../config//has_float128 : quadmath ] @@ -1524,7 +1524,7 @@ rule get_specfun_tests_cpp_bin_float speed BOOST_ALL_NO_LIB TEST_PRECISION=$(digits) - msvc:-bigobj + msvc:/bigobj TEST_CPP_BIN_FLOAT [ check-target-builds ../config//has_float128 : quadmath ] /boost/math//testing @@ -1551,7 +1551,7 @@ rule get_specfun_tests_float128 TEST_FLOAT128 BOOST_ALL_NO_LIB BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE - msvc:-bigobj + msvc:/bigobj /boost/math//testing release : $(source:B)_float128 ] ; @@ -1572,7 +1572,7 @@ rule get_specfun_tests_cpp_double_double [ check-target-builds ../config//has_float128 : quadmath ] TEST_CPP_DOUBLE_FLOAT BOOST_ALL_NO_LIB - msvc:-bigobj + msvc:/bigobj /boost/math//testing release : $(source:B)_cpp_double_double ] ; @@ -1597,7 +1597,7 @@ rule get_specfun_tests_intel_quad TEST_FLOAT128 BOOST_ALL_NO_LIB BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE - msvc:-bigobj + msvc:/bigobj /boost/math//testing release : $(source:B)_intel_quad ] ;