aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities
AgeCommit message (Expand)Author
2024-03-11Fix tests buildShauren
2024-03-11Core/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
2023-05-06Core/Misc: TaskScheduler cleanup (#28862)Gosha
2023-04-10Core/Misc: Fix build with libc++Shauren
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-10Core/Logging: Fixed remaining uses of STRING_VIEW_FMT in log statementsShauren
2023-01-08Dep/fmt: Upgrade to 9.1.0Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-07Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-01-06Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-01-05Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-11-05Build: Cleanup boost CMakeLists from pre-c++11 flag checksShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ...Shauren
2022-09-02Core/Misc: Minor refactor to std::hash specialization for std::pair to avoid ...Shauren
2022-06-17Core/Utils: Added helper function to make creating unique_ptr with custom del...Shauren
2022-03-09Core/Utilities: Fixed child process console output being incorrectly cut off ...Shauren
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-08Core/Console: Fix uninitialized variableShauren
2022-03-08Core/Misc: Fixed utf8 encoding in console input/output. (#26352)Mikhail Redko
2022-03-06CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...Giacomo Pozzoni
2022-03-05Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...Mikhail Redko
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Utils: Corrected included files in Containers.hShauren
2022-02-10Core/Utils: Made bool conversion operator of FlagsArray explicitShauren
2022-02-09Core/Utils: Extract template base class out of flag128Shauren
2022-02-05[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2022-02-05Dep/fmt: update fmt library to 7.0.3Winfidonarleyan