summaryrefslogtreecommitdiff
path: root/src/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework CoreTimingGravatar Kelebek12022-07-101-1/+4
* common/fiber: make fibers easier to useGravatar Liam2022-07-021-88/+35
* Core: Fix tests.Gravatar Fernando Sahmkow2022-06-281-0/+3
* Core: Reimplement Core Timing.Gravatar Fernando Sahmkow2022-06-281-1/+0
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-3/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-238-24/+16
* cmake: make tests optionalGravatar Alexandre Bouvier2022-01-121-1/+1
* [input_common] Add completion test for CalibrationConfigurationJobGravatar vperus2021-11-292-1/+138
* logging: Simplify and make thread-safeGravatar yzct123452021-08-131-0/+2
* shader_recompiler,video_core: Cleanup some GCC and Clang errorsGravatar lat9nq2021-07-221-0/+2
* Buffer Cache: Address Feedback.Gravatar Fernando Sahmkow2021-07-101-1/+1
* Buffer Cache: Fix High Downloads and don't predownload on Extreme.Gravatar Fernando Sahmkow2021-07-091-1/+1
* common: Add unique functionGravatar ReinUsesLisp2021-07-082-0/+109
* common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-241-1/+3
* tests: Add tests for host memoryGravatar ReinUsesLisp2021-06-112-0/+184
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-1/+0
* common: Fiber: use a reference for YieldTo.Gravatar bunnei2021-03-071-14/+14
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."Gravatar bunnei2021-03-051-18/+21
* Merge pull request #6006 from bunnei/fiber-unique-ptrGravatar bunnei2021-03-041-21/+18
|\
| * core: Switch to unique_ptr for usage of Common::Fiber.Gravatar bunnei2021-02-271-21/+18
* | [network] Error handling reformGravatar comex2021-02-282-0/+29
|/
* common/cityhash: Use common typesGravatar ReinUsesLisp2021-02-181-2/+2
* tests: Add tests for CityHashGravatar ReinUsesLisp2021-02-182-0/+23
* tests/buffer_base: Add cached CPU writes testsGravatar ReinUsesLisp2021-02-131-0/+76
* ring_buffer: Remove granularity template argumentGravatar MerryMage2021-02-061-5/+5
* Merge pull request #5262 from ReinUsesLisp/buffer-baseGravatar Rodrigo Locatti2021-01-162-0/+474
|\
| * tests: Add unit tests for the GPU range tracking buffer containerGravatar ReinUsesLisp2021-01-132-0/+474
* | common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash2021-01-152-24/+0
|/
* tests/ring_buffer: Silence signed/unsigned mismatch warningsGravatar ReinUsesLisp2021-01-081-15/+15
* general: Fix various spelling errorsGravatar Morph2021-01-021-2/+2
* memory: Remove MemoryHookGravatar MerryMage2021-01-013-240/+0
* hle: kernel: Separate KScheduler from GlobalSchedulerContext class.Gravatar bunnei2020-12-062-56/+0
* tests: Fix warning about comparison between signed and unsignedGravatar comex2020-11-271-2/+2
* tests: Fix data race in fibers testGravatar ReinUsesLisp2020-10-281-31/+40
* tests/core_timing: Remove pragma optimize(off)Gravatar Lioncash2020-08-031-9/+5
* core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2020-07-271-2/+2
* core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-151-6/+8
* core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash2020-07-151-5/+8
* Core/Common: Address Feedback.Gravatar Fernando Sahmkow2020-06-271-1/+1
* Tests/CoreTiming: Correct host timing tests.Gravatar Fernando Sahmkow2020-06-272-157/+14
* CoreTiming: Correct rebase bugs and other miscellaneous things.Gravatar Fernando Sahmkow2020-06-271-4/+6
* General: Cleanup legacy code.Gravatar Fernando Sahmkow2020-06-271-0/+1
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-272-100/+85
* Tests/HostTiming: Correct GCC Compile error.Gravatar Fernando Sahmkow2020-06-181-15/+14
* Common/Fiber: Implement Rewinding.Gravatar Fernando Sahmkow2020-06-181-0/+46
* Common/Tests: Address FeedbackGravatar Fernando Sahmkow2020-06-182-24/+24
* Common/Tests: Clang Format.Gravatar Fernando Sahmkow2020-06-181-9/+14
* Common: Implement WallClock Interface and implement a native clock for x64Gravatar Fernando Sahmkow2020-06-181-26/+19
* Tests: Add base tests to host timingGravatar Fernando Sahmkow2020-06-182-0/+151
* Common: Polish Fiber class, add comments, asserts and more tests.Gravatar Fernando Sahmkow2020-06-181-1/+94