index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T07:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
common
Age
Commit message (
Expand
)
Author
2024-03-13
GCC build fix
Shauren
2024-03-13
Tests: Disable intentionally triggered warning in test code
Shauren
2024-03-13
Core/Utils: unique_trackable_ptr improvements
Shauren
2024-03-11
Fix tests build
Shauren
2024-03-11
Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...
Shauren
2024-03-01
Tests: Add missing include
Fabian
2023-01-06
Tests: Fixed environment variable confg test compilation on windows
Shauren
2023-01-06
Core/Utils: Replace boost flat_set with our own
Shauren
2022-03-13
Core/Config: Implement config override with env vars (#26811)
Anton Popovichenko
2022-02-04
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2022-02-04
UnitTests: Cleanup + StringConvert/ChatCommand tests (PR #25353)
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
tests/EventMap: Add tests for Repeat
Carbenium
2022-01-24
Core/EventMap: Clarify documentation of ScheduleEvent
Carbenium
2022-01-24
Core/EventMap: Unify semantics of DelayEvents
Carbenium
2022-01-24
tests/EventMap: Test for event past it's execution time
Carbenium
2022-01-23
EventMap: Change GetTimeUntilEvent to return std::chrono types
Carbenium
2022-01-23
tests: Add some basic tests for EventMap
Carbenium
2022-01-23
dep: Add catch2 unit test framework and wire it up
Carbenium