Peter Dimov
|
1b16c5d6ae
|
Add the boost_stacktrace library to CMakeLists.txt (an alias to the default backend)
|
2024-06-21 19:58:30 +03:00 |
|
Peter Dimov
|
97bc049bcb
|
Link to ${CMAKE_DL_LIBS} where appropriate
|
2024-06-21 17:29:27 +03:00 |
|
leha-bot
|
6e39a41abf
|
hotfix for boost superproject CI
|
2024-06-21 14:59:41 +03:00 |
|
Alex
|
5747f85c0b
|
CMake: add Boost::stacktrace ALIAS target for platform defaults (#167)
|
2024-06-20 11:26:28 +03:00 |
|
Alex
|
abba18524f
|
Modernize to cpp11 (#139)
Drop support for C++03
Boost.Stacktrace 1.84 now requires C++11.
|
2023-08-11 21:32:41 +03:00 |
|
Peter Dimov
|
79aff77771
|
Fix checks and build to work on Cygwin
|
2021-06-01 04:26:35 +03:00 |
|
Peter Dimov
|
1be59df18e
|
Do not use find_package(Backtrace)
|
2021-06-01 03:39:23 +03:00 |
|
Peter Dimov
|
1dae3faf43
|
Check for backtrace both with Backtrace_HEADER and without it (it's set to execinfo.h on Linux and doesn't work, whereas backtrace.h does)
|
2021-06-01 02:59:06 +03:00 |
|
Peter Dimov
|
99b7015508
|
Define BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE
|
2021-06-01 01:56:34 +03:00 |
|
Peter Dimov
|
18012f81da
|
Fix spelling of Backtrace_FOUND
|
2021-06-01 01:38:58 +03:00 |
|
Peter Dimov
|
76f902f366
|
Add CMakeLists.txt
|
2021-05-31 23:04:04 +03:00 |
|