jamfile.v2
来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 380 行 · 第 1/2 页
V2
380 行
## Regression test Jamfile for boost configuration setup.# *** DO NOT EDIT THIS FILE BY HAND ***# This file was automatically generated on Sat Sep 20 09:49:52 2008# by libs/config/tools/generate.cpp# Copyright John Maddock.# Use, modification and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)## If you need to alter build preferences then set them in# the template defined in options_v2.jam.#path-constant DOT : . ;include $(DOT)/options_v2.jam ;run ../config_info.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ;run ../config_info.cpp : : : <threading>multi : config_info_threaded ;run ../math_info.cpp : : : <toolset>borland:<runtime-link>static <toolset>borland:<link>static ;run ../config_test.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ;run ../config_test.cpp : : : <threading>multi : config_test_threaded ;run ../limits_test.cpp ../../../test/build//boost_test_exec_monitor ;run ../abi/abi_test.cpp ../abi/main.cpp ;test-suite "BOOST_HAS_TWO_ARG_USE_FACET" : [ run ../has_2arg_use_facet_pass.cpp ][ compile-fail ../has_2arg_use_facet_fail.cpp ] ;test-suite "BOOST_HAS_BETHREADS" : [ run ../has_bethreads_pass.cpp ][ compile-fail ../has_bethreads_fail.cpp ] ;test-suite "BOOST_HAS_CLOCK_GETTIME" : [ run ../has_clock_gettime_pass.cpp ][ compile-fail ../has_clock_gettime_fail.cpp ] ;test-suite "BOOST_HAS_CONCEPTS" : [ run ../has_concepts_pass.cpp ][ compile-fail ../has_concepts_fail.cpp ] ;test-suite "BOOST_HAS_DIRENT_H" : [ run ../has_dirent_h_pass.cpp ][ compile-fail ../has_dirent_h_fail.cpp ] ;test-suite "BOOST_HAS_EXPM1" : [ run ../has_expm1_pass.cpp ][ compile-fail ../has_expm1_fail.cpp ] ;test-suite "BOOST_HAS_FTIME" : [ run ../has_ftime_pass.cpp ][ compile-fail ../has_ftime_fail.cpp ] ;test-suite "BOOST_HAS_GETTIMEOFDAY" : [ run ../has_gettimeofday_pass.cpp ][ compile-fail ../has_gettimeofday_fail.cpp ] ;test-suite "BOOST_HAS_HASH" : [ run ../has_hash_pass.cpp ][ compile-fail ../has_hash_fail.cpp ] ;test-suite "BOOST_HAS_LOG1P" : [ run ../has_log1p_pass.cpp ][ compile-fail ../has_log1p_fail.cpp ] ;test-suite "BOOST_HAS_LONG_LONG" : [ run ../has_long_long_pass.cpp ][ compile-fail ../has_long_long_fail.cpp ] ;test-suite "BOOST_HAS_MACRO_USE_FACET" : [ run ../has_macro_use_facet_pass.cpp ][ compile-fail ../has_macro_use_facet_fail.cpp ] ;test-suite "BOOST_HAS_MS_INT64" : [ run ../has_ms_int64_pass.cpp ][ compile-fail ../has_ms_int64_fail.cpp ] ;test-suite "BOOST_HAS_NANOSLEEP" : [ run ../has_nanosleep_pass.cpp ][ compile-fail ../has_nanosleep_fail.cpp ] ;test-suite "BOOST_HAS_NL_TYPES_H" : [ run ../has_nl_types_h_pass.cpp ][ compile-fail ../has_nl_types_h_fail.cpp ] ;test-suite "BOOST_HAS_NRVO" : [ run ../has_nrvo_pass.cpp ][ compile-fail ../has_nrvo_fail.cpp ] ;test-suite "BOOST_HAS_PARTIAL_STD_ALLOCATOR" : [ run ../has_part_alloc_pass.cpp ][ compile-fail ../has_part_alloc_fail.cpp ] ;test-suite "BOOST_HAS_PTHREADS" : [ run ../has_pthreads_pass.cpp ][ compile-fail ../has_pthreads_fail.cpp ] ;test-suite "BOOST_HAS_PTHREAD_DELAY_NP" : [ run ../has_pthread_delay_np_pass.cpp ][ compile-fail ../has_pthread_delay_np_fail.cpp ] ;test-suite "BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE" : [ run ../has_pthread_ma_st_pass.cpp ][ compile-fail ../has_pthread_ma_st_fail.cpp ] ;test-suite "BOOST_HAS_PTHREAD_YIELD" : [ run ../has_pthread_yield_pass.cpp ][ compile-fail ../has_pthread_yield_fail.cpp ] ;test-suite "BOOST_HAS_RVALUE_REFS" : [ run ../has_rvalue_refs_pass.cpp ][ compile-fail ../has_rvalue_refs_fail.cpp ] ;test-suite "BOOST_HAS_SCHED_YIELD" : [ run ../has_sched_yield_pass.cpp ][ compile-fail ../has_sched_yield_fail.cpp ] ;test-suite "BOOST_HAS_SGI_TYPE_TRAITS" : [ run ../has_sgi_type_traits_pass.cpp ][ compile-fail ../has_sgi_type_traits_fail.cpp ] ;test-suite "BOOST_HAS_SIGACTION" : [ run ../has_sigaction_pass.cpp ][ compile-fail ../has_sigaction_fail.cpp ] ;test-suite "BOOST_HAS_SLIST" : [ run ../has_slist_pass.cpp ][ compile-fail ../has_slist_fail.cpp ] ;test-suite "BOOST_HAS_STATIC_ASSERT" : [ run ../has_static_assert_pass.cpp ][ compile-fail ../has_static_assert_fail.cpp ] ;test-suite "BOOST_HAS_STDINT_H" : [ run ../has_stdint_h_pass.cpp ][ compile-fail ../has_stdint_h_fail.cpp ] ;test-suite "BOOST_HAS_STLP_USE_FACET" : [ run ../has_stlp_use_facet_pass.cpp ][ compile-fail ../has_stlp_use_facet_fail.cpp ] ;test-suite "BOOST_HAS_TR1_ARRAY" : [ run ../has_tr1_array_pass.cpp ][ compile-fail ../has_tr1_array_fail.cpp ] ;test-suite "BOOST_HAS_TR1_BIND" : [ run ../has_tr1_bind_pass.cpp ][ compile-fail ../has_tr1_bind_fail.cpp ] ;test-suite "BOOST_HAS_TR1_COMPLEX_OVERLOADS" : [ run ../has_tr1_complex_over_pass.cpp ][ compile-fail ../has_tr1_complex_over_fail.cpp ] ;test-suite "BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG" : [ run ../has_tr1_complex_trig_pass.cpp ][ compile-fail ../has_tr1_complex_trig_fail.cpp ] ;test-suite "BOOST_HAS_TR1_FUNCTION" : [ run ../has_tr1_function_pass.cpp ][ compile-fail ../has_tr1_function_fail.cpp ] ;test-suite "BOOST_HAS_TR1_HASH" : [ run ../has_tr1_hash_pass.cpp ][ compile-fail ../has_tr1_hash_fail.cpp ] ;test-suite "BOOST_HAS_TR1_MEM_FN" : [ run ../has_tr1_mem_fn_pass.cpp ][ compile-fail ../has_tr1_mem_fn_fail.cpp ] ;test-suite "BOOST_HAS_TR1_RANDOM" : [ run ../has_tr1_random_pass.cpp ][ compile-fail ../has_tr1_random_fail.cpp ] ;test-suite "BOOST_HAS_TR1_REFERENCE_WRAPPER" : [ run ../has_tr1_ref_wrap_pass.cpp ][ compile-fail ../has_tr1_ref_wrap_fail.cpp ] ;test-suite "BOOST_HAS_TR1_REGEX" : [ run ../has_tr1_regex_pass.cpp ][ compile-fail ../has_tr1_regex_fail.cpp ] ;test-suite "BOOST_HAS_TR1_RESULT_OF" : [ run ../has_tr1_result_of_pass.cpp ][ compile-fail ../has_tr1_result_of_fail.cpp ] ;test-suite "BOOST_HAS_TR1_SHARED_PTR" : [ run ../has_tr1_shared_ptr_pass.cpp ][ compile-fail ../has_tr1_shared_ptr_fail.cpp ] ;test-suite "BOOST_HAS_TR1_TUPLE" : [ run ../has_tr1_tuple_pass.cpp ][ compile-fail ../has_tr1_tuple_fail.cpp ] ;test-suite "BOOST_HAS_TR1_TYPE_TRAITS" : [ run ../has_tr1_type_traits_pass.cpp ][ compile-fail ../has_tr1_type_traits_fail.cpp ] ;test-suite "BOOST_HAS_TR1_UNORDERED_MAP" : [ run ../has_tr1_unordered_map_pass.cpp ][ compile-fail ../has_tr1_unordered_map_fail.cpp ] ;test-suite "BOOST_HAS_TR1_UNORDERED_SET" : [ run ../has_tr1_unordered_set_pass.cpp ][ compile-fail ../has_tr1_unordered_set_fail.cpp ] ;test-suite "BOOST_HAS_TR1_UTILITY" : [ run ../has_tr1_utility_pass.cpp ][ compile-fail ../has_tr1_utility_fail.cpp ] ;test-suite "BOOST_HAS_UNISTD_H" : [ run ../has_unistd_h_pass.cpp ][ compile-fail ../has_unistd_h_fail.cpp ] ;test-suite "BOOST_HAS_VARIADIC_TMPL" : [ run ../has_variadic_tmpl_pass.cpp ][ compile-fail ../has_variadic_tmpl_fail.cpp ] ;test-suite "BOOST_MSVC6_MEMBER_TEMPLATES" : [ run ../has_vc6_mem_templ_pass.cpp ][ compile-fail ../has_vc6_mem_templ_fail.cpp ] ;test-suite "BOOST_MSVC_STD_ITERATOR" : [ run ../has_vc_iterator_pass.cpp ][ compile-fail ../has_vc_iterator_fail.cpp ] ;test-suite "BOOST_HAS_WINTHREADS" : [ run ../has_winthreads_pass.cpp ][ compile-fail ../has_winthreads_fail.cpp ] ;test-suite "BOOST_NO_ADL_BARRIER" : [ run ../no_adl_barrier_pass.cpp ][ compile-fail ../no_adl_barrier_fail.cpp ] ;test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" : [ run ../no_arg_dep_lookup_pass.cpp ][ compile-fail ../no_arg_dep_lookup_fail.cpp ] ;test-suite "BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS" : [ run ../no_array_type_spec_pass.cpp ][ compile-fail ../no_array_type_spec_fail.cpp ] ;test-suite "BOOST_NO_AUTO_PTR" : [ run ../no_auto_ptr_pass.cpp ][ compile-fail ../no_auto_ptr_fail.cpp ] ;test-suite "BOOST_BCB_PARTIAL_SPECIALIZATION_BUG" :
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?