aboutsummaryrefslogtreecommitdiff
path: root/src/common/Debugging
AgeCommit message (Collapse)Author
2018-03-10Core/CrashHandler: Fixed generating crash logs from CRT debug assertionsShauren
(cherry picked from commit abdf6479ddbf42c8b53cb943c54203211ceb0691)
2018-02-17Core/Misc: Add PERFORMANCE_PROFILING CMake optionjackpoz
Add a new CMake option called PERFORMANCE_PROFILING that should be used only when profiling the performance. This option is unsupported, do not report any issue happening when enabling this option.
2018-01-01Core/Crash reporting: Add support to char* arraysjackpoz
Add support to char* array showing the string value instead of the pointer address
2018-01-01Update copyright note for 2018tkrokli
Best wishes for the new year.
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_ ↵Shauren
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) (cherry picked from commit b8db320bf14e327bcd12279871b914d8635ef122)
2017-03-19Core/Crash: Refactor and fixesjackpoz
Code cleanup. Fix buffer overflow crash. Fix type being truncated to 199 characters.
2017-01-02Update Copyright notice for 2017tkrokli
Happy new year!
2016-08-04Common/Debugging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
Code functionality shouldn't have been modified.
2016-07-03Core/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.
2016-03-24Core/Common: Converted the common library to a shared library.Naios
* There is still the possibility to static link against common. (cherry picked from commit 501fd9b50232ca3ae3623877c3e521c9c1f894be)
2016-03-12Core/Misc: fix buildMitchesD
(cherry picked from commit ce5def332fa12ea4b2f3223fbaa4e41750da9cfb)
2016-03-12Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
(cherry picked from commit dea7d429abe5143672154784f93e4b19020062d5) # Conflicts: # src/server/bnetserver/Main.cpp
2016-03-12Core: Revert failVincent-Michael
(cherry picked from commit b5329d8a0394888fdf955afe0ac726ad63534220)
2016-03-12Core: Added missing overridesVincent-Michael
(cherry picked from commit 5d584116feab33ac04135e46ba9b43738a02e106)
2016-01-01Update copyright note for 2016Rushor
2015-11-14Core/DBLayer: Improve error message from ↵Shauren
0a27f8bce264b8f6d8c55efa8ebc97f6e9cb7d11 (cherry picked from commit d31706b07e5e4a4d632f5deea7076e864b467bbe)
2015-11-07Core: Whitespace cleanupVincent-Michael
2015-10-29Core/Crash reporting: Fixed windows version detection for 8.1 and newerShauren
(cherry picked from commit 4c866a0af0ffe1828c5694de7ef7007cefb46966)
2015-09-22Partially revert "Core/Build: Added missing abort() calls on error handlers"Shauren
This reverts commit 8ea17647e6bced9d4d027c94ecdc63369cb4c6df.
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-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure ↵StormBytePP
when old revision.h file is present
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and ↵StormBytePP
configuration into "common" which does not depend on shared anymore and moved database out of shared library These changes enables to build tools only without even having MySQL installed