aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tests
AgeCommit message (Expand)Author
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-07-10Rework CoreTimingKelebek1
2022-07-02common/fiber: make fibers easier to useLiam
2022-06-28Core: Fix tests.Fernando Sahmkow
2022-06-28Core: Reimplement Core Timing.Fernando Sahmkow
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-01-12cmake: make tests optionalAlexandre Bouvier
2021-11-29[input_common] Add completion test for CalibrationConfigurationJobvperus
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-10Buffer Cache: Address Feedback.Fernando Sahmkow
2021-07-09Buffer Cache: Fix High Downloads and don't predownload on Extreme.Fernando Sahmkow
2021-07-08common: Add unique functionReinUsesLisp
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-11tests: Add tests for host memoryReinUsesLisp
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-03-07common: Fiber: use a reference for YieldTo.bunnei
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei
2021-03-04Merge pull request #6006 from bunnei/fiber-unique-ptrbunnei
2021-02-28[network] Error handling reformcomex
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei
2021-02-18common/cityhash: Use common typesReinUsesLisp
2021-02-18tests: Add tests for CityHashReinUsesLisp
2021-02-13tests/buffer_base: Add cached CPU writes testsReinUsesLisp
2021-02-06ring_buffer: Remove granularity template argumentMerryMage
2021-01-16Merge pull request #5262 from ReinUsesLisp/buffer-baseRodrigo Locatti
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2021-01-13tests: Add unit tests for the GPU range tracking buffer containerReinUsesLisp
2021-01-08tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp
2021-01-02general: Fix various spelling errorsMorph
2021-01-01memory: Remove MemoryHookMerryMage
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei
2020-11-27tests: Fix warning about comparison between signed and unsignedcomex
2020-10-28tests: Fix data race in fibers testReinUsesLisp
2020-08-03tests/core_timing: Remove pragma optimize(off)Lioncash
2020-07-27core_timing: Make use of uintptr_t to represent user_dataLioncash
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash
2020-07-15core_timing: Make use of std::chrono with ScheduleEventLioncash
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27Tests/CoreTiming: Correct host timing tests.Fernando Sahmkow
2020-06-27CoreTiming: Correct rebase bugs and other miscellaneous things.Fernando Sahmkow
2020-06-27General: Cleanup legacy code.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-06-18Tests/HostTiming: Correct GCC Compile error.Fernando Sahmkow
2020-06-18Common/Fiber: Implement Rewinding.Fernando Sahmkow
2020-06-18Common/Tests: Address FeedbackFernando Sahmkow
2020-06-18Common/Tests: Clang Format.Fernando Sahmkow
2020-06-18Common: Implement WallClock Interface and implement a native clock for x64Fernando Sahmkow
2020-06-18Tests: Add base tests to host timingFernando Sahmkow