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
Age
Commit message (
Expand
)
Author
2024-03-25
GCC build fix
Shauren
2024-03-25
Tests: Disable intentionally triggered warning in test code
Shauren
2024-03-25
Core/Utils: unique_trackable_ptr improvements
Shauren
2024-03-25
Fix tests build
Shauren
2024-03-25
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/Misc: Remove boost::heap::fibonacci_heap from header files
Shauren
2023-01-06
Core/Utils: Replace boost flat_set with our own
Shauren
2022-12-17
GCC build fix
Shauren
2022-03-13
Core/Config: Implement config override with env vars (#26811)
Anton Popovichenko
2022-02-27
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...
Treeston
2022-02-05
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)
Treeston
2022-02-04
Common/Util: Trinity::StringTo<double> support (PR #25364)
Treeston
2022-02-04
Core/Misc: DBC std::array refactors, and |Hachievement unit tests
Treeston
2022-02-04
UnitTests: Add a first set of item hyperlink tests
Treeston
2022-02-04
UnitTests: Add basic hyperlink unit test
Treeston
2022-02-04
Core/ChatCommands: C++17 cleanup (again) (PR #25323)
Treeston
2022-02-04
UnitTests: Cleanup + StringConvert/ChatCommand tests (PR #25353)
Treeston
2022-02-04
Build/Tests: Set all our compile flags on tests
Shauren
2022-02-04
Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE ...
Shauren
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