Many new tests, including naive thread safety test

This commit is contained in:
Antony Polukhin
2017-04-14 22:38:48 +03:00
parent fea1024491
commit de9b588d1d
3 changed files with 147 additions and 32 deletions

View File

@@ -25,8 +25,9 @@ using boost::stacktrace::frame;
#endif
#if defined(BOOST_GCC) && defined(BOOST_WINDOWS) && !defined(BOOST_STACKTRACE_USE_BACKTRACE) && !defined(BOOST_STACKTRACE_USE_ADDR2LINE)
// MinGW with basic functionality
#if (defined(BOOST_GCC) && defined(BOOST_WINDOWS) && !defined(BOOST_STACKTRACE_USE_BACKTRACE) && !defined(BOOST_STACKTRACE_USE_ADDR2LINE)) \
|| defined(BOOST_STACKTRACE_TEST_NO_DEBUG_AT_ALL)
# define BOOST_STACKTRACE_SYMNAME 0
#else
# define BOOST_STACKTRACE_SYMNAME 1