index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-28T17:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Utilities
Age
Commit message (
Expand
)
Author
2023-01-10
Core/Logging: Fixed remaining uses of STRING_VIEW_FMT in log statements
Shauren
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 compati...
Shauren
2023-01-07
Core/Misc: Replace enable_if overload selection with if constexpr
Shauren
2023-01-07
Core/Misc: Migrate our c++20 advstd to standard features
Shauren
2023-01-06
Core/Misc: Remove boost::heap::fibonacci_heap from header files
Shauren
2023-01-05
Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from it
Shauren
2022-11-06
Core/Misc: Added noexcept to move constructors and move assignment operators
Shauren
2022-11-05
Build: Cleanup boost CMakeLists from pre-c++11 flag checks
Shauren
2022-10-01
Core/Misc: Fix *BSD compile errors (#28287)
Lloyd Dilley
2022-09-19
Core/Misc: Changed string formatting functions to accept std::string_view as ...
Shauren
2022-09-02
Core/Misc: Minor refactor to std::hash specialization for std::pair to avoid ...
Shauren
2022-06-17
Core/Utils: Added helper function to make creating unique_ptr with custom del...
Shauren
2022-03-09
Core/Utilities: Fixed child process console output being incorrectly cut off ...
Shauren
2022-03-09
Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)
Mikhail Redko
2022-03-08
Core/Console: Fix uninitialized variable
Shauren
2022-03-08
Core/Misc: Fixed utf8 encoding in console input/output. (#26352)
Mikhail Redko
2022-03-06
CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...
Giacomo Pozzoni
2022-03-05
Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...
Mikhail Redko
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-11
Core/Utils: Corrected included files in Containers.h
Shauren
2022-02-10
Core/Utils: Made bool conversion operator of FlagsArray explicit
Shauren
2022-02-09
Core/Utils: Extract template base class out of flag128
Shauren
2022-02-05
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2022-02-05
Dep/fmt: update fmt library to 7.0.3
Winfidonarleyan
2022-02-05
Core/ChatCommands: make ExactSequence more readable
Treeston
2022-02-04
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2022-02-04
Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...
Treeston
2022-02-04
Common/Utilities: Make StringTo<bool>'s signature match that of the other int...
Treeston
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-02-04
Common/Utilities: Properly read std::from_chars documentation and check for o...
Treeston
2022-02-04
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2022-02-04
Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...
Treeston
2022-02-04
Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...
Treeston
2022-02-03
Core/Util: Added another template utility - find_type_if
Shauren
2022-02-03
Core/Util: Added new utilities
Shauren
2022-02-03
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Peter Keresztes Schmidt
2022-01-26
Core/ChatCommands: Add support for enum type arguments (PR #25242)
Peter Keresztes Schmidt
2022-01-26
Core/Warden: Warden refactors (PR #25235)
Treeston
2022-01-26
Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...
Treeston
2022-01-24
Core/Common: Merge TimeTrackerSmall with TimeTracker
Carbenium
2022-01-24
Core/Common: Add a std::chrono interface to TimeTrackerSmall
Carbenium
2022-01-24
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2022-01-24
Core/EventProcessor: std::chrono-ify the remaining public API
Carbenium
2022-01-24
Core/EventProcessor: std::chrono-ify CalculateTime
Carbenium
2022-01-24
Core/EventMap: Clarify documentation of ScheduleEvent
Carbenium
2022-01-24
Core/EventMap: Unify semantics of DelayEvents
Carbenium
2022-01-23
EventMap: Change GetTimeUntilEvent to return std::chrono types
Carbenium
2022-01-23
EventMap: Switch internal timer over to std::chrono type
Carbenium
2022-01-23
Core/Utilities: Add custom _days chrono literal
Carbenium
[next]