aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging
AgeCommit message (Collapse)Author
2017-11-25Misc: More cleanupAokromes
2017-09-24Core/Misc: Improved error message reported by ASSERT_NOTNULLShauren
2017-07-16Core/Misc: Fix static analysis issuesjackpoz
# Conflicts: # src/server/game/Battlegrounds/Zones/BattlegroundEY.cpp # src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp # src/server/game/Entities/Unit/Unit.cpp # src/server/scripts/Commands/cs_ban.cpp # src/server/scripts/Commands/cs_disable.cpp
2017-05-11Core/Common: Include cleanupShauren
2017-03-04Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵Shauren
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-11-28Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, ↵Shauren
the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only)
2016-11-28Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵Shauren
report issues during static initialization
2016-08-04Core/Crash reporting: Better handle max nesting level settingjackpoz
Fix wheaty exception report counting reference symbols as 2 nesting levels, not logging child objects in some cases, i.e. spell id in SpellEvent crash. (cherry picked from commit 284dd6b80d79f5691c82eda848c7474c5b87cfd9)
2016-03-24Core/Common: Converted the common library to a shared library.Naios
* There is still the possibility to static link against common.
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
Happy new year (Again new year with idiots ...)
2015-11-15Core: Revert failVincent-Michael
2015-11-15Core: Added missing overridesVincent-Michael
2015-11-13Core/DBLayer: Improve error message from ↵Shauren
0a27f8bce264b8f6d8c55efa8ebc97f6e9cb7d11
2015-10-16Core/Crash reporting: Fixed windows version detection for 8.1 and newerShauren
2015-09-21Partially revert "Core/Build: Added missing abort() calls on error handlers"Shauren
This reverts commit 8ea17647e6bced9d4d027c94ecdc63369cb4c6df.
2015-09-21Core/Build: Added missing abort() calls on error handlersStormBytePP
2015-09-21Core/Build: Add Trinity::Abort definition in header fileStormBytePP
2015-09-21Fix a typoStormBytePP
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ↵StormBytePP
hack to crash the core misusing assert
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP