aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/Errors.cpp
AgeCommit message (Expand)Author
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2020-03-09Core/Common: Allow to show a message when abortingjackpoz
2020-01-02New yearAokromes
2019-03-31Core/Misc: Fix GCC 8 warningsjackpoz
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-01-01Update copyright note for 2018tkrokli
2017-06-19Core: ported headers cleanup from master branchariel-
2017-01-02Update Copyright notice for 2017tkrokli
2016-08-04Common/Debugging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-03-12Core/Misc: fix buildMitchesD
2016-03-12Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-01-01Update copyright note for 2016Rushor
2015-11-14Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...Shauren
2015-09-22Partially revert "Core/Build: Added missing abort() calls on error handlers"Shauren
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP