summaryrefslogtreecommitdiffstats
path: root/src/tests/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: track separate heap allocation for linuxLiam2023-12-261-49/+50
* core: Respect memory permissions in MapGPUCode2023-11-251-35/+36
* general: fix build failure on clang 17Liam2023-10-181-3/+3
* msvc: set warning level to /W4 globallyDanila Malyutin2023-09-031-1/+1
* Fixes 'Continous' typoMax Dunbar2023-03-301-10/+10
* tests: mark integer literals as unsignedLiam2023-03-261-17/+20
* tests: Implement tests for verifying HashValueMorph2023-03-261-0/+41
* general: fix spelling mistakesLiam2023-03-122-2/+2
* tests: update catch2 to 3.0.1Alexandre Bouvier2023-01-059-9/+9
* MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow2023-01-011-0/+70
* tests: add missing headerAlexandre Bouvier2022-12-261-0/+1
* scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj2022-12-201-3/+75
* tests: Add ScratchBuffer testsameerj2022-12-201-0/+127
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-272-6/+4
* common/fiber: make fibers easier to useLiam2022-07-021-88/+35
* general: Convert source file copyright comments over to SPDXMorph2022-04-235-15/+10
* logging: Simplify and make thread-safeyzct123452021-08-131-0/+2
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-0/+2
* common: Add unique functionReinUsesLisp2021-07-091-0/+108
* common: Replace common_sizes into user-literalsWunkolo2021-06-241-1/+3
* tests: Add tests for host memoryReinUsesLisp2021-06-111-0/+183
* common: Fiber: use a reference for YieldTo.bunnei2021-03-071-14/+14
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei2021-03-061-18/+21
* core: Switch to unique_ptr for usage of Common::Fiber.bunnei2021-02-271-21/+18
* common/cityhash: Use common typesReinUsesLisp2021-02-181-2/+2
* tests: Add tests for CityHashReinUsesLisp2021-02-181-0/+22
* ring_buffer: Remove granularity template argumentMerryMage2021-02-061-5/+5
* common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash2021-01-151-23/+0
* tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp2021-01-091-15/+15
* general: Fix various spelling errorsMorph2021-01-021-2/+2
* hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei2020-12-061-55/+0
* tests: Fix warning about comparison between signed and unsignedcomex2020-11-271-2/+2
* tests: Fix data race in fibers testReinUsesLisp2020-10-281-31/+40
* Core/Common: Address Feedback.Fernando Sahmkow2020-06-281-1/+1
* Common/Fiber: Implement Rewinding.Fernando Sahmkow2020-06-181-0/+46
* Common/Tests: Address FeedbackFernando Sahmkow2020-06-181-10/+10
* Common/Tests: Clang Format.Fernando Sahmkow2020-06-181-9/+14
* Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow2020-06-181-1/+94
* Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow2020-06-181-0/+214
* Fixes and corrections on formatting.Fernando Sahmkow2019-03-272-30/+11
* Add MultiLevelQueue TestsFernando Sahmkow2019-03-271-0/+55
* Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow2019-03-271-0/+42
* common/bitfield: make it endianness-awareWeiyi Wang2019-02-061-0/+90
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-10/+10
* common: Implement a ring bufferMerryMage2018-09-081-0/+130
* externals: Update catch to 2.3.0Lioncash2018-08-081-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+3
* Common: add ParamPackagewwylele2017-03-011-0/+25