cpptrace/src
2025-01-26 17:34:02 -06:00
..
binary Templated lambdas aren't a thing in C++11 :( 2025-01-26 14:52:31 -06:00
demangle Fixed compiler warnings and errors under MSYS2+MINGW64 platform. (#186) 2024-10-27 10:30:36 -05:00
platform Incompatible with JNI on Windows: use unique handle for SymInitialize #204 (#206) 2025-01-25 22:25:54 -06:00
snippets Improve compilation times on Windows (#172) 2024-10-02 10:55:13 -05:00
symbols Incompatible with JNI on Windows: use unique handle for SymInitialize #204 (#206) 2025-01-25 22:25:54 -06:00
unwind Incompatible with JNI on Windows: use unique handle for SymInitialize #204 (#206) 2025-01-25 22:25:54 -06:00
utils Try to fix tests on CI 2025-01-26 17:34:02 -06:00
cpptrace.cpp Add a color overload for stacktrace_frame::to_string, fixes #190 2024-11-14 23:54:52 -06:00
ctrace.cpp A little refactoring and reorganization. Remove relative includes. 2024-08-18 11:58:49 -05:00
exceptions.cpp Split up cpptrace.hpp 2024-10-05 18:01:12 -05:00
from_current.cpp Fixed compiler warnings and errors under MSYS2+MINGW64 platform. (#186) 2024-10-27 10:30:36 -05:00
options.cpp Split up cpptrace.hpp 2024-10-05 18:01:12 -05:00
options.hpp Split up cpptrace.hpp 2024-10-05 18:01:12 -05:00
utils.cpp Specify __cdecl for the terminate handler on MSVC, fixes #197 2024-12-30 23:07:15 -06:00