aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging
AgeCommit message (Expand)Author
2023-08-15Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2021-04-11Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-07-31Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2020-07-18Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-05-31Cherry-pick some cmake commits (#24720)Giacomo Pozzoni
2020-02-29Part1: Modernize codebase with Clang-Tidy range based loops (#24164)Ujp8LfXBJ6wCPR
2020-01-02New yearAokromes
2019-03-31Core/Misc: Fix GCC 8 warningsjackpoz
2019-01-01Happy New Year, folks. It's 2019!Treeston
2018-02-17Core/Misc: Add PERFORMANCE_PROFILING CMake optionjackpoz
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018tkrokli
2017-11-11Core/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-02-25Core/Misc: Fix static analysis issuesjackpoz
2017-01-02Update Copyright notice for 2017tkrokli
2016-08-04Common/Logging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-04-09Core/Misc: MSVC warning fixesShauren
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-03-12Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...Shauren
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
2016-02-27Scripts/Spells: Glyph of Arcane Shot is affected by own debuffs on target onlyjoschiwald
2016-02-27Core/Logging: fixed default logger (partial reverts 0904858624297bb6098bde7d2...joschiwald
2016-01-01Update copyright note for 2016Rushor
2015-08-21Build fixesShauren
2015-08-20Core/Misc: Fix issues reported by static analysisjackpoz
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP