Age | Commit message (Collapse) | 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 | |
2025-06-02 | Core/Misc: Move fmt::formatter forward declaration to a common header to ↵ | Shauren | |
reduce number of replacements needed when upgrading fmt to new major version | |||
2024-05-03 | Dep/fmt: Upgrade to 10.2.1 | Shauren | |
2024-05-02 | Core/Misc: Minor fixes in preparation to support fmt v10 | Shauren | |
2024-02-28 | Core/Misc: Allow formatting optionals with Trinity::StringFormat | Shauren | |
2023-07-23 | Core/Logging: Minor compile time reducing refactor of log message formatting | Shauren | |
2023-05-13 | Core/Misc: Replace string to int conversion functions from Common.h with ↵ | Shauren | |
c++17 std::from_chars based ones Trinity::StringTo | |||
2023-01-08 | Dep/fmt: Upgrade to 9.1.0 | Shauren | |
2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) | |||
2022-09-19 | Core/Misc: Changed string formatting functions to accept std::string_view as ↵ | Shauren | |
format argument instead being templated on it to slightly improve compile times and reduce executable size | |||
2022-02-05 | Dep/fmt: update fmt library to 7.0.3 | Winfidonarleyan | |
(cherry picked from commit 9d96e4852a4a25fdc323f656e24034fa1a280826) | |||
2021-11-23 | Shared/Utilities: Handle string format exceptions | Giacomo Pozzoni | |
Handle StringFormat() exceptions in case of malformed string format to avoid causing unhandled exception crashes (cherry picked from commit c79811de4fbf2b22cd74f55853516c7fc307055f) | |||
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
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-10-16 | Dep/fmt: Update fmt to fmtlib/fmt@5f39721c0a4 | Naios | |
* Rename cppformat to fmt in the PackageList.txt (cherry picked from commit 5077c8289cd52108bf9aeb8fb6ab2742ae3e0b95) | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-12-29 | Dep: Update fmt (cppformat) to 3.0.1 ↵ | DDuarte | |
https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485 Also renamed cppformat to fmt | |||
2016-03-16 | Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c | Naios | |
(cherry picked from commit f52495c66b1b219f82729221e8023a86b28d54bf) | |||
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 | |