Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-31 | Core/Logging: fixed nopch build for msvc compilers (#30126) | Ovahlord | |
2024-07-16 | Core/Logging: Minor internal refactor | Shauren | |
* Avoid formatting to output with fprintf * Use vector instead of unordered_map to store appenders in Logger | |||
2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) | |||
2022-03-08 | Core/Misc: Fixed utf8 encoding in console input/output. (#26352) | Mikhail Redko | |
* Core/Misc: Fixed utf8 encoding in console input/output. * Fix gcc build * Fixed that weird 'a' with circle above it and other similar letters. Also fixed encoding in AppenderConsole which sometimes did not work as it should * Fix build on Linux * Probably better to do it like this (cherry picked from commit 1539bed3db86f2153f2d0d5fbf24bf9ee4af1d92) | |||
2022-02-13 | Core/Misc: Cleanup unused includes | Shauren | |
2022-02-04 | Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327) | Treeston | |
(cherry picked from commit 534a2388b7c662c8796aabb1ec8cb424879799b6) | |||
2022-01-23 | Misc: Use [[fallthrough]] attribute instead of comment to mark intentional ↵ | Peter Keresztes Schmidt | |
fallthroughs (#25054) Related: #25006 (cherry picked from commit 85b5b842ca6c05d4e51081e6c3282940a80f3761) | |||
2021-11-24 | Core/Misc: Fix GCC 8 warnings | jackpoz | |
(cherry picked from commit 1d04a3b216901671eae0104547715a570b1ff3ab) | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-05-11 | Core/Common: Include cleanup | Shauren | |
2017-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |