You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for gcc 4.8.5 https://github.com/jeremy-rifkin/cpptrace/issues/220
38
+
39
+
Fixed:
40
+
- Fixed bug related to calling `dwarf_dealloc` on strings from `dwarf_formstring` and `dwarf_diename`https://github.com/davea42/libdwarf-code/issues/279
41
+
- Fixed incorrect cmake version variable https://github.com/jeremy-rifkin/cpptrace/issues/231
42
+
- Fixed `address_mode::none` not working https://github.com/jeremy-rifkin/cpptrace/issues/221
43
+
- Fixed use of `-Wall` for clang-cl
44
+
45
+
Other:
46
+
- Added ARM CI
47
+
- Miscellaneous work on supporting old compilers
48
+
- Updated cpptrace cmake target configuration to not add public compile definitions
49
+
- Internal refactoring, cleanup, and code improvements
0 commit comments