index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Logging
/
Log.cpp
Age
Commit message (
Expand
)
Author
2025-06-23
Core/Misc: Remove StringFormat exception handling code from the header
Shauren
2025-06-11
Core/Common: Update PCH content to include most commonly used headers
Shauren
2024-10-16
Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...
Shauren
2024-07-16
Core/Logging: Minor internal refactor
Shauren
2024-07-10
Core/Logging: Removed one layer of allocations from log message writes (async...
Shauren
2024-03-19
Core/Logging: Fix intellisense errors - people don't like it when code glows ...
Shauren
2023-08-25
Core/Logging: Fixed log message order not being preserved when async logging ...
Shauren
2023-07-23
Core/Logging: Minor compile time reducing refactor of log message formatting
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-05
Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from it
Shauren
2022-09-19
Core/Misc: Changed string formatting functions to accept std::string_view as ...
Shauren
2022-05-09
Core/Logging: Remove string allocations for logs that are not going to be logged
Shauren
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-01-24
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2021-12-22
Part1: Modernize codebase with Clang-Tidy range based loops (#24164)
Ujp8LfXBJ6wCPR
2021-05-27
Core/Logging: Add functions that allow creating loggers and appenders from ot...
Shauren
2021-02-06
Core/Misc: Fix static analysis issues
jackpoz
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-06-23
Core/Misc: Replace Trinity::make_unique with std (#24869)
Peter Keresztes Schmidt
2020-01-02
New Year
Aokromes
2019-08-17
Core/Misc: Fix static analysis issues
jackpoz
2019-01-01
Update copyright note for 2019
vincent-michael
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
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-12-24
Core/Logging: Fix static analysis issue
Shauren
2016-08-04
Common/Logging: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-03-11
Core/Common: Move singleton instances into compilation units
Naios
2016-02-27
Core/Logging: fixed default logger (partial reverts 0904858624297bb6098bde7d2...
joschiwald
2016-02-23
Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-09-24
Core/Misc: Fix issues reported by static analysis
jackpoz
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP