|
b89f19ed98
|
Use inline assembly for MIJIN_TRAP() so the debugger stops at the exact location. Only works for x64, but that's currently my only target.
|
2023-12-07 17:15:42 +01:00 |
|
|
c44350269a
|
Added code to capture stacktrace whenever an exception is thrown.
|
2023-11-26 11:49:23 +01:00 |
|
|
45845fa31b
|
Fixed crashes when capturing stacktrace from multiple threads.
|
2023-11-24 22:00:47 +01:00 |
|
|
a92148aac1
|
Added libfmt formatters for stacktrace.
|
2023-11-16 23:39:33 +01:00 |
|
|
7c1dd29a85
|
Added operators to BoxedObject, fixed MappintIterator for reference types and fixed signature of custom assertion and error handlers.
|
2023-11-12 15:25:46 +01:00 |
|
|
2cc0f74d06
|
Added result type and stacktrace capabilities.
|
2023-11-11 12:41:47 +01:00 |
|
|
617e051943
|
Added validity check to task handles and fixed some clang-tidy warning in MIJIN_ASSERT.
|
2023-11-03 23:17:48 +01:00 |
|
|
54c63cfe69
|
Removed _debugBreak() again, as there is already MIJIN_TRAP().
|
2023-11-01 23:53:50 +01:00 |
|
|
920e83d4da
|
Update to LibConf system, added loading of dynamic libraries (only Linux for now) and some more fixes.
|
2023-05-31 23:41:22 +02:00 |
|
|
da781b87f2
|
intial commit
|
2023-05-29 14:51:44 +02:00 |
|