aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities
AgeCommit message (Expand)Author
2025-02-15Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - will...Stephan T. Lavavej
2024-07-14Core/Utils: Transform char toUpper/toLower functions into callable function o...Shauren
2024-03-27Build: Fix Linux aarch64 GCC build (#29831)lee
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
2024-03-13Core/Utils: Added missing member access in unique_trackable_ptr move assignme...Shauren
2024-03-13Fix tests buildShauren
2024-03-13Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...Shauren
2024-02-26Core/Random: Use correct headers to obtain _mm_malloc definitionsShauren
2024-02-26Dep/Boost: Drop windows boost hacks (#29358)funjoker
2024-02-26Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-12-02Core/Locales: Revert back to using C locale for number formattingShauren
2023-12-02Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
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-08-19Core/EventMap: Refactor and modernize EventMap (#29183)Kelno
2023-08-15Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-08-15Dep/fmt: Upgrade to 9.1.0Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-08-12Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-08-12Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-08-12Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
2022-03-09Core/Utilities: Fixed child process console output being incorrectly cut off ...Shauren
2022-01-22Core/Misc: Fixed engrish in static_assert for EnumFlag and restrict DEFINE_EN...Shauren
2021-08-31Core/Misc: Fix windows nopch buildShauren
2021-05-11Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2021-04-13Core/Console: Fix uninitialized variableShauren
2021-04-11Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2021-04-05Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum ...Shauren
2021-04-05Core/Misc: Improve enum flags with type safe operatorsShauren
2021-01-16CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...Giacomo Pozzoni
2021-01-04Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...Mikhail Redko
2020-09-26Core/Misc: nopch fixesShauren
2020-09-12[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2020-09-11Dep/fmt: update fmt library to 7.0.3Winfidonarleyan
2020-09-10Core/ChatCommands: make ExactSequence more readableTreeston
2020-09-02Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2020-09-02Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2020-08-28Common/Utilities: Make StringTo<bool>'s signature match that of the other int...Treeston
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-27Common/Utilities: Properly read std::from_chars documentation and check for o...Treeston
2020-08-26cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Sh...Treeston
2020-08-26Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2020-08-24Revert "[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_...Treeston
2020-08-24[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_view)Treeston