index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T13:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Logging
Age
Commit message (
Expand
)
Author
2023-08-15
Core/Logging: Minor compile time reducing refactor of log message formatting
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-08-12
Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from it
Shauren
2021-04-11
Core/Misc: Fixed utf8 encoding in console input/output. (#26352)
Mikhail Redko
2020-08-28
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2020-07-31
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2020-07-18
Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...
Peter Keresztes Schmidt
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-05-31
Cherry-pick some cmake commits (#24720)
Giacomo Pozzoni
2020-02-29
Part1: Modernize codebase with Clang-Tidy range based loops (#24164)
Ujp8LfXBJ6wCPR
2020-01-02
New year
Aokromes
2019-03-31
Core/Misc: Fix GCC 8 warnings
jackpoz
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-02-17
Core/Misc: Add PERFORMANCE_PROFILING CMake option
jackpoz
2018-01-06
Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...
Shauren
2018-01-01
Update copyright note for 2018
tkrokli
2017-11-11
Core/Misc: Fix static analysis issues
jackpoz
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-05-23
Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...
Shauren
2017-02-25
Core/Misc: Fix static analysis issues
jackpoz
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-08-04
Common/Logging: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-04-09
Core/Misc: MSVC warning fixes
Shauren
2016-03-24
Core/Common: Converted the common library to a shared library.
Naios
2016-03-12
Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...
Shauren
2016-03-11
Core/Common: Move singleton instances into compilation units
Naios
2016-02-27
Scripts/Spells: Glyph of Arcane Shot is affected by own debuffs on target only
joschiwald
2016-02-27
Core/Logging: fixed default logger (partial reverts 0904858624297bb6098bde7d2...
joschiwald
2016-01-01
Update copyright note for 2016
Rushor
2015-08-21
Build fixes
Shauren
2015-08-20
Core/Misc: Fix issues reported by static analysis
jackpoz
2015-08-16
Core/BuildSystem: Merge collision, debugging, threading, utilities and config...
StormBytePP