summaryrefslogtreecommitdiff
path: root/src/tests/core (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-05tests: update catch2 to 3.0.1Gravatar Alexandre Bouvier2-2/+2
2022-10-18core: Partially persist emulation state across game boots.Gravatar bunnei1-3/+0
2022-07-27Revert Coretiming PRs 8531 and 7454 (#8591)Gravatar Maide1-3/+1
2022-07-25yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi1-2/+2
2022-07-10Rework CoreTimingGravatar Kelebek11-1/+4
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 Morph1-3/+2
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-1/+0
2021-02-28[network] Error handling reformGravatar comex1-0/+28
2021-01-01memory: Remove MemoryHookGravatar MerryMage2-238/+0
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-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 Sahmkow1-99/+85
2020-06-18Tests/HostTiming: Correct GCC Compile error.Gravatar Fernando Sahmkow1-15/+14
2020-06-18Common/Tests: Address FeedbackGravatar Fernando Sahmkow1-14/+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 Sahmkow1-0/+150
2020-04-17arm_test_common: Updates for new VMM.Gravatar bunnei1-6/+2
2020-04-16General: Resolve warnings related to missing declarationsGravatar Lioncash1-8/+10
2019-11-26core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash1-7/+8
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei1-66/+18
2019-10-12Core_Timing: Fix tests.Gravatar Fernando Sahmkow1-2/+2
2019-10-09Core Timing: General corrections and added tests.Gravatar Fernando Sahmkow1-3/+153
2019-10-09Tests: Eliminate old Core Timing TestsGravatar Fernando Sahmkow1-193/+0
2019-06-16Core_Timing: Make core_timing threadsafe by default.Gravatar Fernando Sahmkow1-10/+10
2019-06-10kernel: Differentiate kernel and user processes when picking IDGravatar Zach Hilman1-1/+2
2019-04-07kernel: Handle page table switching within MakeCurrentProcess()Gravatar Lioncash1-2/+1
2019-03-16core: Move PageTable struct into Common.Gravatar bunnei2-5/+6
2019-03-07kernel: Make the address arbiter instance per-processGravatar Lioncash1-1/+1
2019-03-05kernel/address_arbiter: Pass in system instance to constructorGravatar Lioncash1-3/+3
2019-02-15core_timing: Convert core timing into a classGravatar Lioncash1-103/+112
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingGravatar Lioncash1-84/+85
2018-10-30global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2-10/+10
2018-10-10kernel/thread: Use a regular pointer for the owner/current processGravatar Lioncash1-1/+2
2018-09-30kernel/process: Make data member variables privateGravatar Lioncash1-1/+1
2018-09-24memory: Dehardcode the use of a 36-bit address spaceGravatar Lioncash1-2/+5
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2-8/+9
2018-08-28kernel: Eliminate kernel global stateGravatar Lioncash2-1/+3
2018-08-07externals: Update catch to 2.3.0Gravatar Lioncash1-1/+1
2018-08-03core/memory: Get rid of 3DS leftoversGravatar Lioncash1-56/+0
2018-07-20arm_test_common: Get rid of truncation warningsGravatar Lioncash1-2/+5
2018-07-20arm_test_common: Make file static variable a member variable of the testing e...Gravatar Lioncash2-2/+5
2018-07-20arm_test_common: Add missing header guardGravatar Lioncash1-0/+2