/third_party/boost/libs/numeric/odeint/examples/openmp/ |
D | openmp.jam | 18 <toolset>gcc:<cxxflags>-fopenmp 19 <toolset>gcc:<linkflags>-fopenmp 20 <toolset>gcc:<build>yes 22 <toolset>msvc:<cxxflags>/openmp 23 <toolset>msvc:<linkflags>/openmp 24 <toolset>msvc:<build>yes 26 <toolset>intel-linux:<cxxflags>-openmp 27 <toolset>intel-linux:<linkflags>-openmp 28 <toolset>intel-linux:<build>yes 29 <toolset>intel-win:<cxxflags>-Qopenmp [all …]
|
/third_party/boost/libs/chrono/build/ |
D | Jamfile.v2 | 16 <toolset>pgi:<linkflags>"-lrt" 28 <toolset>sun:<define>__typeof__=__typeof__ 29 #<toolset>gcc-3.4.4:<linkflags>--enable-auto-import 30 #<toolset>gcc-4.3.4:<linkflags>--enable-auto-import 31 #<toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import 32 #<toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import 34 <toolset>gcc:<cxxflags>-Wextra 35 #<toolset>gcc:<cxxflags>-pedantic 36 <toolset>clang:<warnings>on 37 <toolset>gcc:<cxxflags>-Wno-long-long [all …]
|
/third_party/boost/libs/tti/test/ |
D | Jamfile.v2 | 13 <toolset>gcc:<warnings>all 14 <toolset>msvc:<warnings>all 15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros 16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros 17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros 18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros 19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import" 20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros 21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros 22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | msvc.py | 33 from b2.build import feature, type, toolset, generators, property_set 38 from b2.build.toolset import flags 156 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS',conditions, ['/Zc:forScope','/Zc:wchar_t'… 157 toolset.flags('{}.compile.c++'.format(toolset_arg), 'C++FLAGS',conditions, ['/wd4675']) 162 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS',extend_conditions(conditions,['<warnings>… 166 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS',extend_conditions(conditions,['<warnings>… 173 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(conditions,['<optimiza… 174 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(conditions,['<optimiza… 175 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(conditions,['<optimiza… 178 …toolset.flags('{}.compile'.format(toolset_arg), 'CFLAGS', extend_conditions(cpu_arch_i386_cond,['<… [all …]
|
D | emscripten.jam | 8 import toolset ; 38 feature.extend toolset : emscripten ; 40 toolset.inherit-generators emscripten <toolset>emscripten 44 toolset.inherit-rules emscripten : gcc ; 45 toolset.inherit-flags emscripten : gcc 53 type.set-generated-target-suffix EXE : <toolset>emscripten : "js" ; 54 type.set-generated-target-suffix OBJ : <toolset>emscripten : "bc" ; 55 type.set-generated-target-suffix STATIC_LIB : <toolset>emscripten : "bc" ; 57 toolset.flags emscripten.compile OPTIONS <flags> ; 58 toolset.flags emscripten.compile OPTIONS <cflags> ; [all …]
|
D | qcc.jam | 18 import toolset ; 22 feature.extend toolset : qcc ; 24 toolset.inherit-generators qcc : unix : unix.link unix.link.dll ; 25 toolset.inherit-flags qcc : unix ; 26 toolset.inherit-rules qcc : unix ; 28 # Initializes the qcc toolset for the given version. If necessary, command may 46 generators.register-c-compiler qcc.compile.c++ : CPP : OBJ : <toolset>qcc ; 47 generators.register-c-compiler qcc.compile.c : C : OBJ : <toolset>qcc ; 48 generators.register-c-compiler qcc.compile.asm : ASM : OBJ : <toolset>qcc ; 54 toolset.flags qcc QCC-TARGET-PLATFORM <architecture>/<address-model> : NA ; [all …]
|
/third_party/boost/libs/circular_buffer/example/ |
D | jamfile.v2 | 18 <toolset>gcc:<cxxflags>-Wno-missing-braces 19 <toolset>darwin:<cxxflags>-Wno-missing-braces 20 <toolset>acc:<cxxflags>+W2068,2461,2236,4070 21 <toolset>intel:<cxxflags>-Qwd264,239 22 <toolset>msvc:<warnings>all 23 <toolset>msvc:<asynch-exceptions>on 24 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 25 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 26 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 27 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/math/test/test_instances/ |
D | Jamfile.v2 | 10 <toolset>acc:<cxxflags>+W2068,2461,2236,4070,4069 11 <toolset>intel-win:<cxxflags>-nologo 12 <toolset>intel-win:<linkflags>-nologo 13 #<toolset>intel-linux:<pch>off 14 <toolset>intel-darwin:<pch>off 15 <toolset>msvc:<warnings>all 16 <toolset>msvc:<asynch-exceptions>on 17 <toolset>msvc:<cxxflags>/wd4996 18 <toolset>msvc:<cxxflags>/wd4511 # copy constructor could not be generated 19 <toolset>msvc:<cxxflags>/wd4512 [all …]
|
/third_party/boost/libs/serialization/build/ |
D | Jamfile.v2 | 19 if <toolset>borland in $(properties) 21 if ! <toolset-borland:version>6.1.0 in $(properties) 27 else if <toolset>msvc in $(properties) 29 if <toolset-msvc:version>6.5 in $(properties) 30 || <toolset-msvc:version>7.0 in $(properties) 110 <toolset>msvc:<cxxflags>/Gy 111 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 112 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 113 <toolset>clang:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden" 114 <toolset>gcc:<cxxflags>"-fvisibility=hidden -fvisibility-inlines-hidden" [all …]
|
/third_party/boost/libs/log/example/native_syslog/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/syslog/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/advanced_usage/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/multiple_files/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/multiple_threads/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/trivial/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/bounded_async_log/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/async_log/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/rotating_file/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/math/minimax/ |
D | Jamfile.v2 | 15 <toolset>gcc:<cxxflags>-Wno-missing-braces 16 <toolset>darwin:<cxxflags>-Wno-missing-braces 17 <toolset>acc:<cxxflags>+W2068,2461,2236,4070,4069 18 <toolset>intel-win:<cxxflags>-nologo 19 <toolset>intel-win:<linkflags>-nologo 20 <toolset>msvc:<warnings>all 21 <toolset>msvc:<asynch-exceptions>on 22 <toolset>msvc:<cxxflags>/wd4996 23 <toolset>msvc:<cxxflags>/wd4512 24 <toolset>msvc:<cxxflags>/wd4610 [all …]
|
/third_party/boost/libs/xpressive/test/ |
D | Jamfile.v2 | 10 <toolset>intel:<debug-symbols>off 12 <toolset>msvc:<debug-symbols>off 13 <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE 14 <toolset>msvc-8.0:<define>_CRT_SECURE_NO_DEPRECATE 15 <toolset>msvc-9.0:<define>_SCL_SECURE_NO_DEPRECATE 16 <toolset>msvc-10.0:<define>_SCL_SECURE_NO_WARNINGS 17 <toolset>msvc-11.0:<define>_SCL_SECURE_NO_DEPRECATE 18 <toolset>msvc-11.0:<define>_SCL_SECURE_NO_WARNINGS 19 <toolset>gcc:<cxxflags>-ftemplate-depth-1024 20 <toolset>darwin:<cxxflags>-ftemplate-depth-1024 [all …]
|
/third_party/boost/libs/log/example/keywords/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/settings_file/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/settings_file_custom_factories/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/wide_char/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|
/third_party/boost/libs/log/example/basic_usage/ |
D | Jamfile.v2 | 15 <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS 16 <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE 17 <toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS 18 <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE 19 <toolset>msvc:<cxxflags>/bigobj 20 <toolset>msvc:<cxxflags>/wd4503 # decorated name length exceeded, name was truncated 21 <toolset>msvc:<cxxflags>/wd4456 # declaration of 'A' hides previous local declaration 22 <toolset>msvc:<cxxflags>/wd4459 # declaration of 'A' hides global declaration 23 …<toolset>msvc:<cxxflags>/wd4003 # not enough actual parameters for macro 'X' - caused by BOOST_PP_… 24 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS [all …]
|