aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging
AgeCommit message (Expand)Author
2025-10-26Tools/mmaps_generator: Enable async console loggingShauren
2025-06-23Core/Misc: Remove StringFormat exception handling code from the headerShauren
2025-06-11Core/Common: Update PCH content to include most commonly used headersShauren
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2024-10-16Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-07-31Core/Logging: fixed nopch build for msvc compilers (#30126)Ovahlord
2024-07-16Core/Logging: Minor internal refactorShauren
2024-07-10Core/Logging: Removed one layer of allocations from log message writes (async...Shauren
2024-03-19Core/Logging: Fix intellisense errors - people don't like it when code glows ...Shauren
2024-03-15Core/Logging: Improved generated code for log statements (length of text is c...Shauren
2024-02-26Core/Logging: Call Log::instance() only once in each log statementShauren
2023-08-25Core/Logging: Fixed log message order not being preserved when async logging ...Shauren
2023-07-23Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-05Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-05-09Core/Logging: Remove string allocations for logs that are not going to be loggedShauren
2022-03-08Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-01-24Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2021-12-22Part1: Modernize codebase with Clang-Tidy range based loops (#24164)Ujp8LfXBJ6wCPR
2021-11-24Core/Misc: Fix GCC 8 warningsjackpoz
2021-08-08Core/Misc: Add PERFORMANCE_PROFILING CMake optionjackpoz
2021-05-27Core/Logging: Add functions that allow creating loggers and appenders from ot...Shauren
2021-02-06Core/Misc: Fix static analysis issuesjackpoz
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-05-21Core/Misc: GCC build and warning fixesShauren
2020-01-02New YearAokromes
2019-08-17Core/Misc: Fix static analysis issuesjackpoz
2019-01-01Update copyright note for 2019vincent-michael
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-05-13Fix non-PCH build.Marco Ebert
2017-05-11Core/Common: Include cleanupShauren
2017-03-04Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-12-24Core/Logging: Fix static analysis issueShauren
2016-08-04Common/Logging: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
2016-02-27Core/Logging: fixed default logger (partial reverts 0904858624297bb6098bde7d2...joschiwald
2016-02-23Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...Shauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-09-24Core/Misc: Fix issues reported by static analysisjackpoz
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP