Version 0.7.1
Added
Fixed
- Computation of object address for safe object frames #169
- Nested microfmt in cpptrace's namespace due to an ODR problem with libassert jeremy-rifkin/libassert#103
- Compilation on iOS #167
- Compilation on old MSVC #165
- Dbghelp use on 32 bit #170
- Warning in brand new cmake due to
FetchContent_Populate
being deprecated #171
Other changes
- Bumped the buffer size for execinfo and CaptureStackBackTrace to 400 frames
- Switched to execinfo.h for unwinding on clang/apple clang on macos due to
_Unwind
not working with-fno-exceptions
#161