Skip to content

Version 0.8.3

Latest
Compare
Choose a tag to compare
@jeremy-rifkin jeremy-rifkin released this 08 Apr 14:34
ce639eb

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 from dwarf_formstring and dwarf_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