45 Commits (9512992fe20b352ce265a358ed9bcfd17d9a74fd)

Author SHA1 Message Date
Danila Malyutin 785e480b62 msvc: set warning level to /W4 globally 3 years ago
Max Dunbar e446f368d7 Fixes 'Continous' typo 3 years ago
Liam 1476ffd865 tests: mark integer literals as unsigned 3 years ago
Morph f09d192aac tests: Implement tests for verifying HashValue 3 years ago
Liam 600f325d87 general: fix spelling mistakes 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Alexandre Bouvier d0fe27708e tests: update catch2 to 3.0.1 3 years ago
Fernando Sahmkow 18637766ef MacroHLE: Reduce massive calculations on sizing estimation. 3 years ago
Alexandre Bouvier dce2649daf
tests: add missing header 3 years ago
ameerj c6590ad07b scratch_buffer: Explicitly defing resize and resize_destructive functions 3 years ago
ameerj 64869807e2 tests: Add ScratchBuffer tests 3 years ago
Andrea Pappacoda cdb240f3d4
chore: make yuzu REUSE compliant 4 years ago
Liam ed0319cfed common/fiber: make fibers easier to use 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
yzct12345 001675dced
logging: Simplify and make thread-safe 5 years ago
lat9nq 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
ReinUsesLisp 2c8d337418 common: Add unique function 5 years ago
Wunkolo 4569f39c7c common: Replace common_sizes into user-literals 5 years ago
ReinUsesLisp 740edacc8d tests: Add tests for host memory 5 years ago
bunnei 8f7eb194af common: Fiber: use a reference for YieldTo. 5 years ago
bunnei a5ab85ac37
Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
bunnei 51fb0a6f96 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
ReinUsesLisp f3805376f7 common/cityhash: Use common types 5 years ago
ReinUsesLisp 9ca5e52f07 tests: Add tests for CityHash 5 years ago
MerryMage 8d00265998 ring_buffer: Remove granularity template argument 5 years ago
Lioncash 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones 5 years ago
ReinUsesLisp 613b3671b7 tests/ring_buffer: Silence signed/unsigned mismatch warnings 5 years ago
Morph a745d87971 general: Fix various spelling errors 5 years ago
bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
comex 3dc310bd52 tests: Fix warning about comparison between signed and unsigned 5 years ago
ReinUsesLisp 3fdb42e0b4 tests: Fix data race in fibers test 6 years ago
Fernando Sahmkow 2f8947583f Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 137d862d9b Common/Fiber: Implement Rewinding. 6 years ago
Fernando Sahmkow 1f7dd36499 Common/Tests: Address Feedback 6 years ago
Fernando Sahmkow 1bd706344e Common/Tests: Clang Format. 6 years ago
Fernando Sahmkow be320a9e10 Common: Polish Fiber class, add comments, asserts and more tests. 6 years ago
Fernando Sahmkow 8d0e3c5422 Tests: Add tests for fibers and refactor/fix Fiber class 6 years ago
Fernando Sahmkow db42bcb306 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow 9dbba9240b Add MultiLevelQueue Tests 7 years ago
Fernando Sahmkow 3bc815a5dc Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Weiyi Wang 6b81ceb060 common/bitfield: make it endianness-aware 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
MerryMage 112351d557 common: Implement a ring buffer 8 years ago
Lioncash 62b0b83fd8 externals: Update catch to 2.3.0 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
wwylele 8a8c0f348b Common: add ParamPackage 9 years ago