aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-04-27Core/Chat: Support new 11.1.5 chat link color format and more chat link typesShauren
2024-03-13GCC build fixShauren
2024-03-13Tests: Disable intentionally triggered warning in test codeShauren
2024-03-13Core/Utils: unique_trackable_ptr improvementsShauren
2024-03-11Fix tests buildShauren
2024-03-11Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a specia...Shauren
2024-03-01Tests: Add missing includeFabian
2023-01-06Tests: Fixed environment variable confg test compilation on windowsShauren
2023-01-06Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren
2022-12-17GCC build fixShauren
2022-03-13Core/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-04Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04UnitTests: Add a first set of item hyperlink testsTreeston
2022-02-04UnitTests: Add basic hyperlink unit testTreeston
2022-02-04Core/ChatCommands: C++17 cleanup (again) (PR #25323)Treeston
2022-02-04UnitTests: Cleanup + StringConvert/ChatCommand tests (PR #25353)Treeston
2022-02-04Build/Tests: Set all our compile flags on testsShauren
2022-02-04Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE ...Shauren
2022-01-24Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2022-01-24Core/Common: Add a std::chrono interface to TimeTrackerSmallCarbenium
2022-01-24tests/EventMap: Add tests for RepeatCarbenium
2022-01-24Core/EventMap: Clarify documentation of ScheduleEventCarbenium
2022-01-24Core/EventMap: Unify semantics of DelayEventsCarbenium
2022-01-24tests/EventMap: Test for event past it's execution timeCarbenium
2022-01-23EventMap: Change GetTimeUntilEvent to return std::chrono typesCarbenium
2022-01-23tests: Add some basic tests for EventMapCarbenium
2022-01-23dep: Add catch2 unit test framework and wire it upCarbenium