Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-13 | Core/Misc: Cleanup unused includes | Shauren | |
2022-02-04 | Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327) | Treeston | |
(cherry picked from commit 534a2388b7c662c8796aabb1ec8cb424879799b6) | |||
2020-08-14 | Core/Misc: Replace NULL with nullptr | Shauren | |
2020-01-02 | New Year | Aokromes | |
2019-08-17 | Core/Misc: Fix static analysis issues | jackpoz | |
(cherrypicked from b375bab22592daaaa1fc387c4f6a1fb9564cbcc6) | |||
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-08-04 | Common/Logging: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
Code functionality shouldn't have been modified. | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-09-24 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
Coverity defect IDs: 1316687, 1316688 (cherry picked from commit 51a2a3fa93702f289cda1e64323f55aba02f1026) | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |