aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities
AgeCommit message (Expand)Author
2025-01-21Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElementShauren
2025-01-20Core/Misc: Added float chrono typedefsShauren
2025-01-18Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-09Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2025-01-01Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2025-01-01Core/Misc: Add concepts restrictions on container utilities for better compil...Shauren
2024-12-16Fix codestyleShauren
2024-12-16Fix buildShauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-12-16Core/Utils: Mark Trinity::HashFnv1a as constexprShauren
2024-12-01Fix nopch buildShauren
2024-12-01Core/Misc: Port std::ranges::contains from c++23Shauren
2024-11-28Adjust previous commit to compile with clang on systems that have gcc 12 inst...Shauren
2024-11-28Core/Misc: Modernize and improve GetMainPartOfNameShauren
2024-11-24Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - will...Stephan T. Lavavej
2024-10-17Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-10-05Core/Chat: Improve ingame language translation (#30298)Meji
2024-10-03Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-09-23Core/Common: Catch and log child process creation errorsShauren
2024-09-16Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2024-09-16Core: Remove boost iostreams dependencyShauren
2024-07-18Core/Logging: Minor internal refactorShauren
2024-07-14Core/Utils: Transform char toUpper/toLower functions into callable function o...Shauren
2024-05-28Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2024-05-28Dep/fmt: Upgrade to 10.2.1Shauren
2024-05-28Core/Misc: Minor fixes in preparation to support fmt v10Shauren
2024-03-28Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-25Core/Utils: unique_trackable_ptr improvementsShauren
2024-03-25Core/Utils: Added missing member access in unique_trackable_ptr move assignme...Shauren
2024-03-25Fix tests buildShauren
2024-03-25Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...Shauren
2024-02-28Core/Misc: Allow formatting optionals with Trinity::StringFormatShauren
2024-02-17Core/Random: Use correct headers to obtain _mm_malloc definitionsShauren
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...Shauren
2023-12-12Core/Locales: Fixed mac buildShauren
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-11-25Core/Locales: Revert back to using C locale for number formattingShauren
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-10Core/Utilities: Added timer series queuing to EventMap (#29420)ModoX
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-13Dep/Boost: Drop windows boost hacks (#29358)funjoker
2023-10-05Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2Shauren
2023-09-17Core/Misc: mac build fixShauren
2023-09-13Core/Misc: Silence compile warning in boost::process with version 1.83Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-07-23Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-07-17GCC build fixShauren
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren