aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tests/common
AgeCommit message (Expand)Author
2023-12-25core: track separate heap allocation for linuxLiam
2023-11-25core: Respect memory permissions in MapGPUCode
2023-10-17general: fix build failure on clang 17Liam
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin
2023-03-29Fixes 'Continous' typoMax Dunbar
2023-03-26tests: mark integer literals as unsignedLiam
2023-03-25tests: Implement tests for verifying HashValueMorph
2023-03-12general: fix spelling mistakesLiam
2023-01-05tests: update catch2 to 3.0.1Alexandre Bouvier
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow
2022-12-26tests: add missing headerAlexandre Bouvier
2022-12-19scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj
2022-12-19tests: Add ScratchBuffer testsameerj
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-02common/fiber: make fibers easier to useLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-08common: Add unique functionReinUsesLisp
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-11tests: Add tests for host memoryReinUsesLisp
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-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-06ring_buffer: Remove granularity template argumentMerryMage
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2021-01-08tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp
2021-01-02general: Fix various spelling errorsMorph
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-06-27Core/Common: Address Feedback.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: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow
2019-03-27Add MultiLevelQueue TestsFernando Sahmkow
2019-03-27Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow
2019-02-06common/bitfield: make it endianness-awareWeiyi Wang
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-08common: Implement a ring bufferMerryMage
2018-08-07externals: Update catch to 2.3.0Lioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-03-01Common: add ParamPackagewwylele