Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | Core: Fix clang build on windows | Shauren | |
2025-07-13 | Core/CrashHandler: Fix nopch build | Shauren | |
2025-07-06 | Core/CrashHandler: Remove MAX_PATH limit | Shauren | |
2025-06-11 | Core/Common: Update PCH content to include most commonly used headers | Shauren | |
2024-10-01 | Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow ↵ | Shauren | |
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*)) | |||
2024-09-23 | Core/CrashHandler: Output inlined stack frames | Shauren | |
2024-09-23 | Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure ↵ | Shauren | |
consistent destruction order | |||
2024-09-15 | Core/CrashHandler: Compile WheatyExceptionReport only once and moved its ↵ | Shauren | |
global variable initializer to all projects using it |