|
|
|
@ -665,9 +665,9 @@ boost_arch_map = { |
|
|
|
|
#### ---- BEGIN GENERATED ---- #### |
|
|
|
|
# # |
|
|
|
|
# Generated with tools/boost_names.py: |
|
|
|
|
# - boost version: 1.72.0 |
|
|
|
|
# - modules found: 158 |
|
|
|
|
# - libraries found: 42 |
|
|
|
|
# - boost version: 1.73.0 |
|
|
|
|
# - modules found: 159 |
|
|
|
|
# - libraries found: 43 |
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
class BoostLibrary(): |
|
|
|
@ -690,16 +690,16 @@ class BoostModule(): |
|
|
|
|
boost_libraries = { |
|
|
|
|
'boost_atomic': BoostLibrary( |
|
|
|
|
name='boost_atomic', |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
shared=['-DBOOST_ATOMIC_DYN_LINK=1'], |
|
|
|
|
static=['-DBOOST_ATOMIC_STATIC_LINK=1'], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_chrono': BoostLibrary( |
|
|
|
|
name='boost_chrono', |
|
|
|
|
shared=['-DBOOST_ALL_DYN_LINK=1'], |
|
|
|
|
static=['-DBOOST_All_STATIC_LINK=1'], |
|
|
|
|
single=[], |
|
|
|
|
shared=['-DBOOST_CHRONO_DYN_LINK=1'], |
|
|
|
|
static=['-DBOOST_CHRONO_STATIC_LINK=1'], |
|
|
|
|
single=['-DBOOST_CHRONO_THREAD_DISABLED'], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_container': BoostLibrary( |
|
|
|
@ -711,28 +711,28 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_context': BoostLibrary( |
|
|
|
|
name='boost_context', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_CONTEXT_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_contract': BoostLibrary( |
|
|
|
|
name='boost_contract', |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
shared=['-DBOOST_CONTRACT_DYN_LINK'], |
|
|
|
|
static=['-DBOOST_CONTRACT_STATIC_LINK'], |
|
|
|
|
single=['-DBOOST_CONTRACT_DISABLE_THREADS'], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_coroutine': BoostLibrary( |
|
|
|
|
name='boost_coroutine', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_COROUTINES_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_date_time': BoostLibrary( |
|
|
|
|
name='boost_date_time', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_DATE_TIME_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
@ -746,14 +746,14 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_fiber': BoostLibrary( |
|
|
|
|
name='boost_fiber', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_FIBERS_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_fiber_numa': BoostLibrary( |
|
|
|
|
name='boost_fiber_numa', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_FIBERS_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
@ -767,84 +767,91 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_graph': BoostLibrary( |
|
|
|
|
name='boost_graph', |
|
|
|
|
shared=['-DBOOST_GRAPH_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_iostreams': BoostLibrary( |
|
|
|
|
name='boost_iostreams', |
|
|
|
|
shared=['-DBOOST_IOSTREAMS_DYN_LINK=1', '-DBOOST_IOSTREAMS_DYN_LINK=1'], |
|
|
|
|
shared=['-DBOOST_IOSTREAMS_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_locale': BoostLibrary( |
|
|
|
|
name='boost_locale', |
|
|
|
|
shared=['-DBOOST_LOCALE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_log': BoostLibrary( |
|
|
|
|
name='boost_log', |
|
|
|
|
shared=['-DBOOST_LOG_DLL', '-DBOOST_LOG_DYN_LINK=1'], |
|
|
|
|
shared=['-DBOOST_LOG_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=['BOOST_LOG_NO_THREADS'], |
|
|
|
|
single=['-DBOOST_LOG_NO_THREADS'], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_log_setup': BoostLibrary( |
|
|
|
|
name='boost_log_setup', |
|
|
|
|
shared=['-DBOOST_LOG_DYN_LINK=1', '-DBOOST_LOG_SETUP_DLL', '-DBOOST_LOG_SETUP_DYN_LINK=1'], |
|
|
|
|
shared=['-DBOOST_LOG_SETUP_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=['BOOST_LOG_NO_THREADS'], |
|
|
|
|
single=['-DBOOST_LOG_NO_THREADS'], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_math_c99': BoostLibrary( |
|
|
|
|
name='boost_math_c99', |
|
|
|
|
shared=['-DBOOST_MATH_TR1_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_math_c99f': BoostLibrary( |
|
|
|
|
name='boost_math_c99f', |
|
|
|
|
shared=['-DBOOST_MATH_TR1_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_math_c99l': BoostLibrary( |
|
|
|
|
name='boost_math_c99l', |
|
|
|
|
shared=['-DBOOST_MATH_TR1_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_math_tr1': BoostLibrary( |
|
|
|
|
name='boost_math_tr1', |
|
|
|
|
shared=['-DBOOST_MATH_TR1_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_math_tr1f': BoostLibrary( |
|
|
|
|
name='boost_math_tr1f', |
|
|
|
|
shared=['-DBOOST_MATH_TR1_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_math_tr1l': BoostLibrary( |
|
|
|
|
name='boost_math_tr1l', |
|
|
|
|
shared=['-DBOOST_MATH_TR1_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_mpi': BoostLibrary( |
|
|
|
|
name='boost_mpi', |
|
|
|
|
shared=['-DBOOST_MPI_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_nowide': BoostLibrary( |
|
|
|
|
name='boost_nowide', |
|
|
|
|
shared=['-DBOOST_NOWIDE_DYN_LINK=1'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
@ -865,63 +872,63 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_random': BoostLibrary( |
|
|
|
|
name='boost_random', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_RANDOM_DYN_LINK'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_regex': BoostLibrary( |
|
|
|
|
name='boost_regex', |
|
|
|
|
shared=['-DBOOST_REGEX_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_serialization': BoostLibrary( |
|
|
|
|
name='boost_serialization', |
|
|
|
|
shared=['-DBOOST_SERIALIZATION_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_stacktrace_addr2line': BoostLibrary( |
|
|
|
|
name='boost_stacktrace_addr2line', |
|
|
|
|
shared=['-DBOOST_STACKTRACE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_stacktrace_backtrace': BoostLibrary( |
|
|
|
|
name='boost_stacktrace_backtrace', |
|
|
|
|
shared=['-DBOOST_STACKTRACE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_stacktrace_basic': BoostLibrary( |
|
|
|
|
name='boost_stacktrace_basic', |
|
|
|
|
shared=['-DBOOST_STACKTRACE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_stacktrace_noop': BoostLibrary( |
|
|
|
|
name='boost_stacktrace_noop', |
|
|
|
|
shared=['-DBOOST_STACKTRACE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_stacktrace_windbg': BoostLibrary( |
|
|
|
|
name='boost_stacktrace_windbg', |
|
|
|
|
shared=['-DBOOST_STACKTRACE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
|
'boost_stacktrace_windbg_cached': BoostLibrary( |
|
|
|
|
name='boost_stacktrace_windbg_cached', |
|
|
|
|
shared=['-DBOOST_STACKTRACE_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
@ -942,8 +949,8 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_thread': BoostLibrary( |
|
|
|
|
name='boost_thread', |
|
|
|
|
shared=['-DBOOST_THREAD_USE_DLL=1'], |
|
|
|
|
static=['-DBOOST_THREAD_USE_LIB=1'], |
|
|
|
|
shared=['-DBOOST_THREAD_BUILD_DLL=1', '-DBOOST_THREAD_USE_DLL=1'], |
|
|
|
|
static=['-DBOOST_THREAD_BUILD_LIB=1', '-DBOOST_THREAD_USE_LIB=1'], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|
), |
|
|
|
@ -956,7 +963,7 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_type_erasure': BoostLibrary( |
|
|
|
|
name='boost_type_erasure', |
|
|
|
|
shared=[], |
|
|
|
|
shared=['-DBOOST_TYPE_ERASURE_DYN_LINK'], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
@ -977,7 +984,7 @@ boost_libraries = { |
|
|
|
|
), |
|
|
|
|
'boost_wserialization': BoostLibrary( |
|
|
|
|
name='boost_wserialization', |
|
|
|
|
shared=['-DBOOST_SERIALIZATION_DYN_LINK=1'], |
|
|
|
|
shared=[], |
|
|
|
|
static=[], |
|
|
|
|
single=[], |
|
|
|
|
multi=[], |
|
|
|
|