summaryrefslogtreecommitdiffstats
path: root/src/tests/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-26core: track separate heap allocation for linuxLiam1-49/+50
2023-11-25core: Respect memory permissions in MapGPUCode1-35/+36
2023-10-18general: fix build failure on clang 17Liam1-3/+3
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin1-1/+1
2023-03-30Fixes 'Continous' typoMax Dunbar1-10/+10
2023-03-26tests: mark integer literals as unsignedLiam1-17/+20
2023-03-26tests: Implement tests for verifying HashValueMorph1-0/+41
2023-03-12general: fix spelling mistakesLiam2-2/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2023-01-05tests: update catch2 to 3.0.1Alexandre Bouvier9-9/+9
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow1-0/+70
2022-12-26tests: add missing headerAlexandre Bouvier1-0/+1
2022-12-20scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj1-3/+75
2022-12-20tests: Add ScratchBuffer testsameerj1-0/+127
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda2-6/+4
2022-07-02common/fiber: make fibers easier to useLiam1-88/+35
2022-04-23general: Convert source file copyright comments over to SPDXMorph5-15/+10
2021-08-13logging: Simplify and make thread-safeyzct123451-0/+2
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-0/+2
2021-07-09common: Add unique functionReinUsesLisp1-0/+108
2021-06-24common: Replace common_sizes into user-literalsWunkolo1-1/+3
2021-06-11tests: Add tests for host memoryReinUsesLisp1-0/+183
2021-03-07common: Fiber: use a reference for YieldTo.bunnei1-14/+14
2021-03-06Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei1-18/+21
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei1-21/+18
2021-02-18common/cityhash: Use common typesReinUsesLisp1-2/+2
2021-02-18tests: Add tests for CityHashReinUsesLisp1-0/+22
2021-02-06ring_buffer: Remove granularity template argumentMerryMage1-5/+5
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash1-23/+0
2021-01-09tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp1-15/+15
2021-01-02general: Fix various spelling errorsMorph1-2/+2
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei1-55/+0
2020-11-27tests: Fix warning about comparison between signed and unsignedcomex1-2/+2
2020-10-28tests: Fix data race in fibers testReinUsesLisp1-31/+40
2020-06-28Core/Common: Address Feedback.Fernando Sahmkow1-1/+1
2020-06-18Common/Fiber: Implement Rewinding.Fernando Sahmkow1-0/+46
2020-06-18Common/Tests: Address FeedbackFernando Sahmkow1-10/+10
2020-06-18Common/Tests: Clang Format.Fernando Sahmkow1-9/+14
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow1-1/+94
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow1-0/+214
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow2-30/+11
2019-03-27Add MultiLevelQueue TestsFernando Sahmkow1-0/+55
2019-03-27Implement intrinsics CountTrailingZeroes and test it.Fernando Sahmkow1-0/+42
2019-02-06common/bitfield: make it endianness-awareWeiyi Wang1-0/+90
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-10/+10
2018-09-08common: Implement a ring bufferMerryMage1-0/+130
2018-08-08externals: Update catch to 2.3.0Lioncash1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+3
2017-03-01Common: add ParamPackagewwylele1-0/+25