index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-10T19:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Utilities
Age
Commit message (
Expand
)
Author
2023-09-17
Core/Misc: mac build fix
Shauren
2023-09-13
Core/Misc: Silence compile warning in boost::process with version 1.83
Shauren
2023-08-24
Core/Misc: Modernize comparison operators
Shauren
2023-08-19
Core/EventMap: Refactor and modernize EventMap (#29183)
Kelno
2023-08-15
Core/Logging: Minor compile time reducing refactor of log message formatting
Shauren
2023-08-15
Core/Misc: Replace string to int conversion functions from Common.h with c++1...
Shauren
2023-08-15
Dep/fmt: Upgrade to 9.1.0
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-08-12
Core/Misc: Replace enable_if overload selection with if constexpr
Shauren
2023-08-12
Core/Misc: Migrate our c++20 advstd to standard features
Shauren
2023-08-12
Core/Misc: Remove boost::heap::fibonacci_heap from header files
Shauren
2023-08-12
Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from it
Shauren
2022-10-01
Core/Misc: Fix *BSD compile errors (#28287)
Lloyd Dilley
2022-03-09
Core/Utilities: Fixed child process console output being incorrectly cut off ...
Shauren
2022-01-22
Core/Misc: Fixed engrish in static_assert for EnumFlag and restrict DEFINE_EN...
Shauren
2021-08-31
Core/Misc: Fix windows nopch build
Shauren
2021-05-11
Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)
Mikhail Redko
2021-04-13
Core/Console: Fix uninitialized variable
Shauren
2021-04-11
Core/Misc: Fixed utf8 encoding in console input/output. (#26352)
Mikhail Redko
2021-04-05
Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum ...
Shauren
2021-04-05
Core/Misc: Improve enum flags with type safe operators
Shauren
2021-01-16
CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...
Giacomo Pozzoni
2021-01-04
Core/Misc: Remove unneeded null-terminator after switch from wchar_t to std::...
Mikhail Redko
2020-09-26
Core/Misc: nopch fixes
Shauren
2020-09-12
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2020-09-11
Dep/fmt: update fmt library to 7.0.3
Winfidonarleyan
2020-09-10
Core/ChatCommands: make ExactSequence more readable
Treeston
2020-09-02
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2020-09-02
Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...
Treeston
2020-08-28
Common/Utilities: Make StringTo<bool>'s signature match that of the other int...
Treeston
2020-08-28
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2020-08-27
Common/Utilities: Properly read std::from_chars documentation and check for o...
Treeston
2020-08-26
cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Sh...
Treeston
2020-08-26
Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...
Treeston
2020-08-24
Revert "[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
2020-08-23
Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...
Treeston
2020-08-23
Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...
Treeston
2020-08-20
Core/Util: Added another template utility - find_type_if
Shauren
2020-08-20
Core/Util: Added new utilities
Shauren
2020-08-20
Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)
Peter Keresztes Schmidt
2020-08-16
Core/ChatCommands: Add support for enum type arguments (PR #25242)
Peter Keresztes Schmidt
2020-08-11
Core/Warden: Warden refactors (PR #25235)
Treeston
2020-08-04
Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...
Treeston
2020-08-01
Core/Common: Merge TimeTrackerSmall with TimeTracker
Carbenium
2020-08-01
Core/Common: Add a std::chrono interface to TimeTrackerSmall
Carbenium
2020-07-31
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2020-07-27
Core/EventProcessor: std::chrono-ify the remaining public API
Carbenium
2020-07-27
Core/EventProcessor: std::chrono-ify CalculateTime
Carbenium
2020-07-26
Core/EventMap: Clarify documentation of ScheduleEvent
Carbenium
[next]