summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)Author
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
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow
2020-04-23Merge pull request #3697 from lioncash/declarationsbunnei
2020-04-17arm_test_common: Updates for new VMM.bunnei
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2019-11-26core/memory: Migrate over memory mapping functions to the new Memory classLioncash
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei
2019-10-12Core_Timing: Fix tests.Fernando Sahmkow
2019-10-09Core Timing: General corrections and added tests.Fernando Sahmkow
2019-10-09Tests: Eliminate old Core Timing TestsFernando Sahmkow
2019-06-30Merge pull request #2583 from FernandoS27/core-timing-safebunnei
2019-06-16Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow
2019-06-10kernel: Differentiate kernel and user processes when picking IDZach Hilman
2019-04-07kernel: Handle page table switching within MakeCurrentProcess()Lioncash