Added:
- Added basic JIT support #226
- Added
cpptrace::formatter::transform
#227 - Added support for gcc 4.8.5 #220
Fixed:
- Fixed bug related to calling
dwarf_dealloc
on strings fromdwarf_formstring
anddwarf_diename
davea42/libdwarf-code#279 - Fixed incorrect cmake version variable #231
- Fixed
address_mode::none
not working #221 - Fixed use of
-Wall
for clang-cl
Other:
- Added ARM CI
- Miscellaneous work on supporting old compilers
- Updated cpptrace cmake target configuration to not add public compile definitions
- Internal refactoring, cleanup, and code improvements