aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging/Errors.cpp
AgeCommit message (Expand)Author
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2021-12-22Core/Common: Allow to show a message when abortingjackpoz
2021-11-16Core/Misc: Fix vsnprintf usage in ASSERT()jackpoz
2021-11-16Core/Misc: Log more information in asserts (#22783)Giacomo Pozzoni
2021-11-15Fix invalid arguments to string format in Trinity::FatalWarpten
2021-11-12Core/Misc: Add a missing include of Windows.h to Errors.cppTreeston
2021-10-31Core/Misc: FIx a GCC warningShauren
2021-10-23Core/CrashHandler: Include assertion messages in crash reportsShauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-01-01Update copyright note for 2017vincent-michael
2016-03-03Core/Misc: fix buildMitchesD
2016-03-03Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-11-13Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...Shauren
2015-09-21Partially revert "Core/Build: Added missing abort() calls on error handlers"Shauren
2015-09-21Core/Build: Added missing abort() calls on error handlersStormBytePP
2015-09-21Fix a typoStormBytePP
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP