aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging
AgeCommit message (Expand)Author
2025-08-30Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2025-08-30Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2025-08-30Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ...Shauren
2024-02-26Core/CrashHandler: Support dumping variables stored in cpu registers (not acc...Shauren
2024-02-26Core/CrashHandler: Support ARM64Shauren
2024-02-26Build: Partial support for clang-clShauren
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-11-19Core/CrashHandler: Add a timeout to retrieving windows version from WMIShauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-08-19Core/Debugging: Improve SymInitialize fail message (#28206)ihm-tswow
2022-04-07Core/CrashHandler: Support retrieving windows version names for all future ve...Shauren
2021-06-20Common/Misc: Replace old macros with modern C++ attributes (#26613)Giacomo Pozzoni
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-31Core/Misc: Fix Windows 32 bits buildjackpoz
2020-08-07Core/CrashHandler: Skip logging stack trace of the thread writing the crash l...Shauren
2020-08-07Core/CrashHandler: Remove logging function variation depending on crash reaso...Shauren
2020-08-07Core/CrashHandler: NULL -> nullptrShauren
2020-08-07Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2020-08-07Core/CrashHandler: Attempt to extract C++ exception object in uncaught except...Shauren
2020-08-04Core/Misc: Fix compile errors found with msvc /permissive-Shauren
2020-06-26Core/Common: Add macro ASSERT_WITH_SIDE_EFFECTS to be used when asserting con...jackpoz
2020-03-09Core/Common: Allow to show a message when abortingjackpoz
2020-01-02New yearAokromes
2019-04-28Core/CrashHandler: Update placeholder textjackpoz
2019-04-28Core/CrashHandler: Remove sensible data from crashlogsjackpoz
2019-03-31Core/Misc: Fix GCC 8 warningsjackpoz
2019-02-16Core/Misc: Improved error message reported by ASSERT_NOTNULLShauren
2019-01-01Happy New Year, folks. It's 2019!Treeston
2018-12-16Core/Misc: Fix vsnprintf usage in ASSERT()jackpoz
2018-12-14Core/Misc: Log more information in asserts (#22783)Giacomo Pozzoni
2018-10-27Fix invalid arguments to string format in Trinity::FatalWarpten
2018-09-27Core/Misc: constexpr a bunch of things, and a missing include of Windows.h so...Treeston
2018-08-29Core/CrashHandler: Include assertion messages in crash reportsShauren
2018-03-10Core/CrashHandler: Fixed generating crash logs from CRT debug assertionsShauren
2018-02-17Core/Misc: Add PERFORMANCE_PROFILING CMake optionjackpoz
2018-01-01Core/Crash reporting: Add support to char* arraysjackpoz
2018-01-01Update copyright note for 2018tkrokli
2017-12-02Core/Crash reporting: Fix buffer overflowjackpoz
2017-11-25Misc: More cleanupAokromes
2017-08-11Core/Misc: Remove Whitespacessirikfoll
2017-07-16Core/Misc: Fix static analysis issuesjackpoz
2017-06-19Core: ported headers cleanup from master branchariel-
2017-05-23Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...Shauren
2017-03-19Core/Crash: Refactor and fixesjackpoz
2017-01-02Update Copyright notice for 2017tkrokli
2016-08-04Common/Debugging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-07-03Core/Crash reporting: Better handle max nesting level settingjackpoz
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-03-12Core/Misc: fix buildMitchesD