summaryrefslogtreecommitdiff
path: root/src/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-10Rework CoreTimingGravatar Kelebek11-1/+4
2022-07-02common/fiber: make fibers easier to useGravatar Liam1-88/+35
2022-06-28Core: Fix tests.Gravatar Fernando Sahmkow1-0/+3
2022-06-28Core: Reimplement Core Timing.Gravatar Fernando Sahmkow1-1/+0
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda1-3/+2
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph8-24/+16
2022-01-12cmake: make tests optionalGravatar Alexandre Bouvier1-1/+1
2021-11-29[input_common] Add completion test for CalibrationConfigurationJobGravatar vperus2-1/+138
2021-08-13logging: Simplify and make thread-safeGravatar yzct123451-0/+2
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorsGravatar lat9nq1-0/+2
2021-07-10Buffer Cache: Address Feedback.Gravatar Fernando Sahmkow1-1/+1
2021-07-09Buffer Cache: Fix High Downloads and don't predownload on Extreme.Gravatar Fernando Sahmkow1-1/+1
2021-07-08common: Add unique functionGravatar ReinUsesLisp2-0/+109
2021-06-24common: Replace common_sizes into user-literalsGravatar Wunkolo1-1/+3
2021-06-11tests: Add tests for host memoryGravatar ReinUsesLisp2-0/+184
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-1/+0
2021-03-07common: Fiber: use a reference for YieldTo.Gravatar bunnei1-14/+14
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."Gravatar bunnei1-18/+21
2021-02-28[network] Error handling reformGravatar comex2-0/+29
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.Gravatar bunnei1-21/+18
2021-02-18common/cityhash: Use common typesGravatar ReinUsesLisp1-2/+2
2021-02-18tests: Add tests for CityHashGravatar ReinUsesLisp2-0/+23
2021-02-13tests/buffer_base: Add cached CPU writes testsGravatar ReinUsesLisp1-0/+76
2021-02-06ring_buffer: Remove granularity template argumentGravatar MerryMage1-5/+5
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash2-24/+0
2021-01-13tests: Add unit tests for the GPU range tracking buffer containerGravatar ReinUsesLisp2-0/+474
2021-01-08tests/ring_buffer: Silence signed/unsigned mismatch warningsGravatar ReinUsesLisp1-15/+15
2021-01-02general: Fix various spelling errorsGravatar Morph1-2/+2
2021-01-01memory: Remove MemoryHookGravatar MerryMage3-240/+0
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.Gravatar bunnei2-56/+0
2020-11-27tests: Fix warning about comparison between signed and unsignedGravatar comex1-2/+2
2020-10-28tests: Fix data race in fibers testGravatar ReinUsesLisp1-31/+40
2020-08-03tests/core_timing: Remove pragma optimize(off)Gravatar Lioncash1-9/+5
2020-07-27core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash1-2/+2
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash1-6/+8
2020-07-15core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash1-5/+8
2020-06-27Core/Common: Address Feedback.Gravatar Fernando Sahmkow1-1/+1
2020-06-27Tests/CoreTiming: Correct host timing tests.Gravatar Fernando Sahmkow2-157/+14
2020-06-27CoreTiming: Correct rebase bugs and other miscellaneous things.Gravatar Fernando Sahmkow1-4/+6
2020-06-27General: Cleanup legacy code.Gravatar Fernando Sahmkow1-0/+1
2020-06-27General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2-100/+85
2020-06-18Tests/HostTiming: Correct GCC Compile error.Gravatar Fernando Sahmkow1-15/+14
2020-06-18Common/Fiber: Implement Rewinding.Gravatar Fernando Sahmkow1-0/+46
2020-06-18Common/Tests: Address FeedbackGravatar Fernando Sahmkow2-24/+24
2020-06-18Common/Tests: Clang Format.Gravatar Fernando Sahmkow1-9/+14
2020-06-18Common: Implement WallClock Interface and implement a native clock for x64Gravatar Fernando Sahmkow1-26/+19
2020-06-18Tests: Add base tests to host timingGravatar Fernando Sahmkow2-0/+151
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Gravatar Fernando Sahmkow1-1/+94
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classGravatar Fernando Sahmkow2-0/+215
2020-04-17arm_test_common: Updates for new VMM.Gravatar bunnei1-6/+2